/**
 * MalwareAnalysis.app — advanced consultancy theme
 * Tokens come from theme.json. This file is presentation only.
 */

/* -------------------------------------------------------------------------- */
/* Base                                                                        */
/* -------------------------------------------------------------------------- */

:root {
	--ma-header-h: 4.85rem;
	--ma-chrome-h: 7rem;
	--ma-ease: 180ms ease;
	--ma-measure: 68ch;
	--ma-radius-card: 12px;
	--ma-radius-btn: 6px;
	--ma-shadow-soft: 0 2px 8px rgba(11, 31, 51, 0.06);
	--ma-shadow-elev: 0 12px 32px rgba(11, 31, 51, 0.1);
	--ma-grid: rgba(18, 59, 99, 0.045);
}

@media (max-width: 40rem) {
	:root {
		--ma-chrome-h: 8.25rem;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

[id] {
	scroll-margin-top: calc(var(--ma-chrome-h) + 1rem);
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #fff;
}

::selection {
	background: #005ea8;
	color: #fff;
}

:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
	box-shadow: 0 0 0 5px #005ea8;
	border-radius: 2px;
}

.ma-skip-link {
	position: absolute;
	left: 8px;
	top: -3000px;
	z-index: 100000;
	background: #005ea8;
	color: #fff;
	padding: 12px 16px;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
}

.ma-skip-link:focus {
	top: 8px;
}

a {
	text-underline-offset: 0.18em;
	text-decoration-thickness: 1.5px;
}

a:not(.wp-element-button) {
	transition: color var(--ma-ease);
}

.wp-block-list {
	padding-left: 1.15em;
}

.wp-block-list li {
	margin-bottom: 0.55em;
	padding-left: 0.25em;
}

.wp-block-list li::marker {
	color: #005ea8;
	font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/* Utility incident strip                                                      */
/* -------------------------------------------------------------------------- */

.ma-utility {
	background: #fcecea;
	color: #8a5a00;
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	border-bottom: 1px solid #f5c6c2;
}

.ma-utility p,
.ma-utility a {
	color: #0b1f33 !important;
	margin: 0;
}

.ma-utility a {
	font-weight: 700;
	color: #b42318 !important;
	text-decoration: underline;
}

.ma-utility a:hover {
	color: #8f1b14 !important;
}

/* -------------------------------------------------------------------------- */
/* Site header                                                                 */
/* -------------------------------------------------------------------------- */

.ma-chrome {
	position: sticky;
	top: 0;
	z-index: 200;
}

.ma-site-header {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #d5e0e8;
	min-height: var(--ma-header-h);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.ma-header-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start !important;
	gap: 1.25rem;
	min-height: var(--ma-header-h);
	width: 100%;
	max-width: none;
}

.ma-brand {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	text-decoration: none;
	flex: 0 0 auto;
	min-width: max-content;
	margin-right: 0.25rem;
	padding-right: 0;
	position: relative;
	z-index: 3;
}

.ma-brand .wp-block-site-title,
.ma-brand .wp-block-site-title a {
	font-size: 1.05rem !important;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #0b1f33;
	text-decoration: none;
	line-height: 1.1;
	margin: 0;
	white-space: nowrap;
}

.ma-brand-mark {
	width: 2.25rem;
	height: 2.25rem;
	flex: none;
	color: #123b63;
}

.ma-brand-mark svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ma-brand .ma-brand-sr,
.ma-brand .wp-block-site-title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ma-term-link {
	display: block;
	text-decoration: none !important;
	color: inherit;
}

.ma-term {
	display: flex;
	flex-direction: column;
	width: 21.25rem;
	height: 3.95rem;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, "SFMono-Regular", Consolas, monospace;
	font-size: 0.9rem;
	line-height: 1.25;
	color: #123b63;
	box-shadow: none;
}

.ma-term-chrome {
	display: flex;
	align-items: center;
	gap: 0.22rem;
	height: 0.9rem;
	padding: 0 0.55rem;
	background: #fff;
	border-bottom: 1px solid transparent;
	flex: none;
}

.ma-term-dot {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: #7b8fa1;
}

.ma-term-dot:nth-child(1) {
	background: #b42318;
	opacity: 0.55;
}

.ma-term-dot:nth-child(2) {
	background: #8a5a00;
	opacity: 0.55;
}

.ma-term-dot:nth-child(3) {
	background: #007a70;
	opacity: 0.55;
}

.ma-term-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.12rem 0.45rem 0.18rem;
	min-height: 0;
}

.ma-term-cmd,
.ma-term-status,
.ma-term-word {
	white-space: nowrap;
	overflow: hidden;
}

.ma-term-prompt {
	color: #005ea8;
	font-weight: 700;
}

.ma-term-cursor {
	display: inline-block;
	margin-left: 0.05em;
	color: #005ea8;
	font-weight: 700;
	animation: ma-term-blink 0.72s step-end infinite;
}

@keyframes ma-term-blink {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

.ma-term-status {
	color: #486581;
}

.ma-term-pct {
	font-variant-numeric: tabular-nums;
	color: #005ea8;
	font-weight: 700;
}

.ma-term [hidden] {
	display: none !important;
}

.ma-term-end {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	min-height: 1.35rem;
}

.ma-term-mark {
	width: 1.95rem;
	height: 1.95rem;
	flex: none;
}

.ma-term-glass {
	transform-origin: 22px 12px;
	animation: ma-term-look 1.7s ease-in-out infinite;
}

.ma-term[data-scene="4"] .ma-term-glass {
	animation: ma-term-look 1.7s ease-in-out infinite;
}

@keyframes ma-term-look {
	0%,
	100% {
		transform: translate(0, 0) rotate(-8deg);
	}
	35% {
		transform: translate(2.4px, 1.6px) rotate(10deg);
	}
	65% {
		transform: translate(-1.4px, 2.2px) rotate(-4deg);
	}
}

.ma-term-word {
	font-family: var(--wp--preset--font-family--sans), "Noto Sans", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #0b1f33;
}

.ma-term[data-scene="4"] .ma-term-body {
	justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
	.ma-term-cursor,
	.ma-term-glass {
		animation: none;
	}
}

.ma-header-tools {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-left: auto !important;
	margin-right: 0;
	flex: 0 0 auto;
	position: relative;
	z-index: 3;
}

.ma-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.55rem 1rem;
	border-radius: var(--ma-radius-btn);
	font-weight: 600;
	font-size: 0.9375rem;
	text-decoration: none !important;
	line-height: 1.2;
	white-space: nowrap;
	transition: background-color var(--ma-ease), color var(--ma-ease), box-shadow var(--ma-ease);
}

.ma-header-cta--primary {
	background: #005ea8;
	color: #fff !important;
}

.ma-header-cta--primary:hover {
	background: #004b87;
	color: #fff !important;
}

.ma-header-cta--urgent {
	background: #b42318;
	color: #fff !important;
}

.ma-header-cta--urgent:hover {
	background: #8f1b14;
	color: #fff !important;
}

.ma-site-header .wp-block-search {
	margin: 0;
	order: 9;
}

.ma-site-header .wp-block-search__inside-wrapper {
	display: flex;
	align-items: center;
	flex-direction: row;
	border: 1px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	background: transparent;
	transition: border-color var(--ma-ease), background-color var(--ma-ease), width var(--ma-ease);
}

.ma-site-header .wp-block-search__input {
	order: 1;
}

.ma-site-header .wp-block-search__button {
	order: 2;
}

.ma-site-header .wp-block-search__input {
	border: 0;
	background: transparent;
	min-height: 42px;
	width: 0;
	min-width: 0 !important;
	max-width: 0;
	flex-grow: 0;
	padding: 0 !important;
	margin: 0;
	opacity: 0;
	font-size: 0.9375rem;
	pointer-events: none;
	transition: width var(--ma-ease), max-width var(--ma-ease), padding var(--ma-ease), opacity var(--ma-ease);
}

.ma-site-header .ma-header-search.is-open .wp-block-search__inside-wrapper,
.ma-site-header .ma-header-search:focus-within .wp-block-search__inside-wrapper {
	border-color: #d5e0e8;
	background: #f5f8fb;
}

.ma-site-header .ma-header-search.is-open .wp-block-search__input,
.ma-site-header .ma-header-search:focus-within .wp-block-search__input {
	width: 14rem;
	min-width: 12rem;
	max-width: 16rem;
	padding: 0 0.75rem;
	opacity: 1;
	pointer-events: auto;
}

.ma-site-header .wp-block-search__button {
	background: transparent;
	color: #123b63;
	border: 0;
	box-shadow: none;
	min-height: 44px;
	min-width: 44px;
	padding: 0;
	margin: 0;
	border-radius: 8px;
	cursor: pointer;
}

.ma-site-header .wp-block-search__button:hover,
.ma-site-header .wp-block-search__button:focus-visible {
	background: #eaf2f8;
	color: #004b87;
}

/* Navigation */

.ma-site-header .wp-block-navigation {
	flex: 1 1 auto;
	min-width: 0;
	justify-content: flex-start;
}

.ma-site-header .wp-block-navigation__container {
	justify-content: flex-start;
	gap: 0.15rem;
}

.ma-site-header .wp-block-navigation .wp-block-navigation-item__content {
	padding: 0.5rem 0.65rem;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.9375rem;
	color: #123b63;
	text-decoration: none;
	white-space: nowrap;
}

.ma-site-header .wp-block-navigation .wp-block-navigation-item__content:hover,
.ma-site-header .wp-block-navigation .wp-block-navigation-item__content:focus {
	background: #eaf2f8;
	color: #004b87;
}

.ma-site-header .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content {
	background: #eaf2f8;
	color: #005ea8;
}

.ma-site-header .wp-block-navigation__submenu-container {
	border: 1px solid #d5e0e8 !important;
	border-radius: 12px !important;
	box-shadow: var(--ma-shadow-elev) !important;
	padding: 0.5rem !important;
	min-width: 17rem !important;
	background: #fff !important;
}

.ma-site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	display: block;
	padding: 0.65rem 0.8rem;
	white-space: normal;
	line-height: 1.35;
}

.ma-site-header .wp-block-navigation__responsive-container-open {
	border: 1px solid #d5e0e8;
	border-radius: 8px;
	padding: 0.45rem;
	color: #123b63;
}

.ma-site-header .wp-block-navigation__responsive-container-open svg {
	width: 28px;
	height: 28px;
}

.ma-site-header .wp-block-navigation__responsive-container.is-menu-open {
	background: #fff;
	padding: 1.25rem 1.25rem 2rem;
}

.ma-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	gap: 0.35rem;
}

.ma-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	font-size: 1.125rem;
	padding: 0.75rem 0.85rem;
}

@media (max-width: 72rem) {
	.ma-site-header .ma-header-search.is-open .wp-block-search__input,
	.ma-site-header .ma-header-search:focus-within .wp-block-search__input {
		width: 10rem;
		min-width: 9rem;
		max-width: 12rem;
	}
}

@media (max-width: 59.98rem) {
	.ma-header-cta--primary {
		display: none !important;
	}

	.ma-site-header .wp-block-navigation {
		flex: 0 0 auto;
		min-width: auto;
	}

	.ma-site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex !important;
	}

	.ma-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}
}

@media (min-width: 60rem) {
	.ma-header-inner,
	.ma-header-inner.is-layout-flex {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		align-items: center;
		justify-content: stretch !important;
		gap: 1rem;
	}

	.ma-brand {
		justify-self: end;
		padding-right: 0.35rem;
	}

	.ma-site-header .wp-block-navigation {
		justify-self: center;
		flex: none;
		width: auto;
		min-width: 0;
		justify-content: center;
	}

	.ma-site-header .wp-block-navigation__container {
		justify-content: center;
	}

	.ma-header-tools {
		justify-self: end;
		margin-left: 0 !important;
	}

	.ma-site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none !important;
	}

	.ma-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: flex !important;
		width: auto !important;
		position: relative !important;
		z-index: auto !important;
		background-color: transparent !important;
	}

	.ma-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none !important;
	}
}

@media (max-width: 40rem) {
	.ma-header-inner {
		gap: 0.45rem;
	}

	.ma-brand-mark {
		width: 1.9rem;
		height: 1.9rem;
	}

	.ma-term {
		width: 14rem;
		height: 3.15rem;
		font-size: 0.64rem;
	}

	.ma-term-word {
		font-size: 0.8rem;
	}

	.ma-term-mark {
		width: 1.5rem;
		height: 1.5rem;
	}

	.ma-header-cta--urgent {
		display: none;
	}

	.ma-header-search {
		flex-shrink: 0;
	}

	.ma-site-header:has(.ma-header-search.is-open) .wp-block-navigation,
	.ma-site-header:has(.ma-header-search:focus-within) .wp-block-navigation {
		width: 0;
		min-width: 0;
		margin: 0;
		overflow: hidden;
		visibility: hidden;
		pointer-events: none;
	}

	.ma-site-header .ma-header-search.is-open .wp-block-search__input,
	.ma-site-header .ma-header-search:focus-within .wp-block-search__input {
		width: 7rem;
		min-width: 6.5rem;
		max-width: 7.5rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Buttons                                                                     */
/* -------------------------------------------------------------------------- */

.wp-block-button__link {
	transition: transform var(--ma-ease), box-shadow var(--ma-ease), background-color var(--ma-ease), color var(--ma-ease), border-color var(--ma-ease);
	letter-spacing: -0.01em;
}

.wp-block-button__link:hover {
	box-shadow: var(--ma-shadow-soft);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border: 2px solid #005ea8;
	color: #005ea8;
	background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: #eaf2f8;
	color: #004b87;
}

.has-emergency-red-background-color.wp-block-button__link:hover,
.wp-block-button .has-emergency-red-background-color:hover {
	background: #8f1b14 !important;
	filter: none;
}

/* -------------------------------------------------------------------------- */
/* Home stage + page stage                                                     */
/* -------------------------------------------------------------------------- */

body.home .wp-block-post-content {
	padding-top: 0;
}

body.home #main {
	background: #fff;
}

body.home .wp-block-post-content > .ma-hero-band:first-child,
.ma-hero-band--home {
	background: none;
	background-image: none;
	margin-top: 0;
	padding-top: 2.25rem;
	padding-bottom: 1.5rem;
	border-radius: 0;
	border-bottom: 0;
	overflow: visible;
	isolation: auto;
}

.ma-page-stage {
	background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 100%);
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

body:not(.home) .wp-block-post-content > .ma-hero-band:first-child {
	padding-top: 0.15rem;
	margin-top: 0;
	border-bottom: 1px solid #d5e0e8;
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	align-items: start;
}

body:not(.home) .ma-eyebrow {
	display: none;
}

.wp-block-post-title.has-display-font-size,
.wp-block-post-title.has-h-1-font-size,
.ma-hero-title {
	letter-spacing: -0.018em;
	color: #0b1f33;
}

.ma-hero-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.22em;
	max-width: none;
	margin: 0 0 1.35rem;
	text-wrap: unset;
	font-size: clamp(2.15rem, 4vw, 3.4rem);
	line-height: 1.12;
	font-weight: 700;
}

.ma-hero-title span {
	display: block;
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                        */
/* -------------------------------------------------------------------------- */

.ma-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #005ea8;
	background: #fff;
	border: 1px solid #d5e0e8;
	padding: 0.4em 0.9em;
	border-radius: 999px;
	margin: 0 0 1.1rem;
}

.ma-eyebrow::before {
	content: "";
	width: 0.4em;
	height: 0.4em;
	border-radius: 50%;
	background: currentColor;
	flex: none;
}

.ma-lead {
	color: #486581;
	max-width: 58ch;
}

.ma-hero-band {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.ma-hero-content {
	position: relative;
	z-index: 1;
}

.ma-hero-shape {
	display: none;
	pointer-events: none;
}

@media (min-width: 60rem) {
	.ma-hero-band {
		display: grid;
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
		align-items: center;
		gap: 2rem;
	}

	.ma-hero-band--home {
		grid-template-areas:
			"copy shape"
			"jump jump";
		align-items: start;
		column-gap: 2rem;
		row-gap: 0.35rem;
	}

	.ma-hero-band--home .ma-hero-content {
		grid-area: copy;
		padding-bottom: 0.5rem;
	}

	.ma-hero-band--home .ma-hero-shape {
		grid-area: shape;
	}

	.ma-hero-band--home .ma-jump {
		grid-area: jump;
		margin-top: 1.5rem;
	}

	.ma-hero-content {
		max-width: none;
	}

	.ma-hero-shape {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 220px;
		max-height: 300px;
		z-index: 0;
	}

	.ma-hero-shape svg {
		width: 100%;
		height: 100%;
	}

	body.home .ma-hero-band:first-of-type {
		padding-left: 0;
		padding-right: 0;
	}
}

.has-navy-background-color {
	background-color: #eaf2f8 !important;
	color: #0b1f33 !important;
}

.has-navy-background-color .ma-lead,
.has-navy-background-color p,
.has-navy-background-color h2,
.has-navy-background-color a:not(.wp-element-button) {
	color: #0b1f33 !important;
}

.has-navy-background-color .ma-eyebrow {
	background: #fff;
	border-color: #d5e0e8;
	color: #005ea8;
}

/* -------------------------------------------------------------------------- */
/* Cards                                                                       */
/* -------------------------------------------------------------------------- */

.ma-card {
	position: relative;
	transition: transform var(--ma-ease), box-shadow var(--ma-ease), border-color var(--ma-ease);
	border: 1px solid #d5e0e8 !important;
	background: #fff !important;
	height: 100%;
	overflow: hidden;
}

.ma-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #005ea8;
}

.wp-block-column:nth-child(2) .ma-card::before {
	background: #007a70;
}

.wp-block-column:nth-child(3) .ma-card::before {
	background: #5b4b8a;
}

.wp-block-column:nth-child(4) .ma-card::before {
	background: #123b63;
}

.ma-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--ma-shadow-elev);
	border-color: #7b8fa1 !important;
}

.ma-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 10px;
	background: #eaf2f8;
	color: #005ea8;
	margin-bottom: 1.1rem;
	flex: none;
}

.ma-card a {
	font-weight: 600;
	text-decoration: none;
}

.ma-card a:hover {
	text-decoration: underline;
}

.ma-card .wp-block-list {
	padding-left: 1em;
	margin: 0.5rem 0 0;
}

/* -------------------------------------------------------------------------- */
/* Notices, facts, boxes                                                       */
/* -------------------------------------------------------------------------- */

.ma-notice {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	border-radius: 12px;
}

.ma-notice-icon {
	flex: none;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.15rem;
}

.ma-fact-list,
body.home #main h2 + .wp-block-list {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 0.75rem;
	margin: 0 0 2rem;
}

.ma-fact-list li,
body.home #main h2 + .wp-block-list li {
	margin: 0;
	padding: 0.9rem 1rem 0.9rem 1.1rem;
	background: #f5f8fb;
	border: 1px solid #d5e0e8;
	border-radius: 10px;
	border-left: 3px solid #005ea8;
	font-size: 0.98rem;
}

.ma-fact-list li::marker,
body.home #main h2 + .wp-block-list li::marker {
	content: "";
}

.ma-box {
	border-radius: 12px;
}

/* -------------------------------------------------------------------------- */
/* Process steps                                                               */
/* -------------------------------------------------------------------------- */

.ma-step-badge {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: #eaf2f8;
	color: #005ea8;
	border: 1px solid #d5e0e8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	flex: none;
	margin-bottom: 1rem;
	font-variant-numeric: tabular-nums;
}

.ma-step-h {
	position: relative;
	padding-top: 0;
}

.ma-step-h:not(:first-child)::before,
.ma-step-h:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 1.375rem;
	height: 1px;
	background: #d5e0e8;
}

.ma-step-h:not(:first-child)::before {
	left: 0;
	width: calc(50% - 1.6rem);
}

.ma-step-h:not(:last-child)::after {
	right: 0;
	width: calc(50% - 1.6rem);
}

@media (max-width: 781.98px) {
	.ma-step-h::before,
	.ma-step-h::after {
		display: none;
	}

	.ma-step-h {
		padding-left: 3.75rem;
	}

	.ma-step-h .ma-step-badge {
		position: absolute;
		left: 0;
		top: 0.1rem;
		margin-bottom: 0;
	}

	.ma-step-h:not(:last-child) {
		padding-bottom: var(--wp--preset--spacing--8);
	}

	.ma-step-h:not(:last-child) .ma-step-badge::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 2.75rem;
		bottom: calc(-1 * var(--wp--preset--spacing--8) + 0.5rem);
		width: 1px;
		background: #d5e0e8;
		transform: translateX(-50%);
	}
}

/* -------------------------------------------------------------------------- */
/* Breadcrumbs + article meta                                                  */
/* -------------------------------------------------------------------------- */

.ma-breadcrumbs {
	margin-bottom: 0.85rem;
}

.ma-breadcrumbs a {
	color: #486581;
	text-decoration: none;
}

.ma-breadcrumbs a:hover {
	color: #005ea8;
	text-decoration: underline;
}

.ma-article-meta {
	color: #617487;
	gap: 1rem;
	margin-top: 0.75rem;
}

.single-post #main {
	max-width: 760px;
}

.single-post .wp-block-post-title {
	max-width: 22ch;
}

.single-post .wp-block-post-content {
	font-size: 1.125rem;
	line-height: 1.7;
}

.single-post .wp-block-post-content h2 {
	margin-top: 2.25rem;
}

/* -------------------------------------------------------------------------- */
/* Forms                                                                       */
/* -------------------------------------------------------------------------- */

main form {
	max-width: 40rem;
}

main form fieldset {
	border: 1px solid #d5e0e8;
	border-radius: 12px;
	padding: 1.25rem 1.35rem 1.4rem;
	margin: 0 0 1.25rem;
	background: #f5f8fb;
}

main form legend {
	font-weight: 700;
	color: #123b63;
	padding: 0 0.4rem;
	font-size: 0.95rem;
}

main form label {
	font-weight: 600;
	color: #123b63;
	font-size: 0.95rem;
}

main form input[type="text"],
main form input[type="email"],
main form input[type="tel"],
main form select,
main form textarea {
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	border: 1px solid #7b8fa1;
	border-radius: 4px;
	padding: 0.6rem 0.8rem;
	background: #fff;
	color: #0b1f33;
	font: inherit;
}

main form input:focus,
main form select:focus,
main form textarea:focus {
	border-color: #005ea8;
	outline: 3px solid #fff;
	box-shadow: 0 0 0 5px #005ea8;
}

main form button[type="submit"] {
	background: #005ea8;
	color: #fff;
	border: 0;
	border-radius: 6px;
	min-height: 48px;
	padding: 0.75rem 1.5rem;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
}

main form button[type="submit"]:hover {
	background: #004b87;
}

main form p {
	margin: 0 0 1rem;
}

main form > p em {
	display: block;
	font-style: normal;
	background: #fff4d6;
	border: 1px solid #ffcc66;
	color: #8a5a00;
	padding: 0.7rem 0.9rem;
	border-radius: 8px;
	font-size: 0.9rem;
	margin-bottom: 1rem;
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                      */
/* -------------------------------------------------------------------------- */

.ma-site-footer {
	margin-top: 4rem;
	background: #f5f8fb;
	border-top: 1px solid #d5e0e8;
	color: #0b1f33;
}

.ma-site-footer .ma-brand-mark {
	color: #005ea8;
}

.ma-footer-heading {
	color: #005ea8 !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	opacity: 1;
	margin-bottom: 1rem;
}

.ma-footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ma-footer-list li {
	margin-bottom: 0.7rem;
	padding: 0;
}

.ma-footer-list li::marker {
	content: "";
}

.ma-footer-list a {
	color: #005ea8 !important;
	text-decoration: none !important;
	opacity: 1;
}

.ma-footer-list a:hover {
	color: #004b87 !important;
	text-decoration: underline !important;
}

.ma-footer-divider {
	margin-top: 0.5rem;
	margin-bottom: var(--wp--preset--spacing--8);
	color: #d5e0e8;
	opacity: 1;
}

.ma-site-footer .ma-lead {
	color: #486581;
}

.has-emergency-red-background-color :where(a:not(.wp-element-button)) {
	color: #fff;
	text-decoration: underline;
}

.ma-legal-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	justify-content: space-between;
	font-size: 0.875rem;
	color: #486581;
}

/* -------------------------------------------------------------------------- */
/* Section rhythm                                                              */
/* -------------------------------------------------------------------------- */

.wp-block-post-content > * {
	width: 100%;
	max-width: 100%;
}

.wp-block-post-content > p {
	display: block;
	max-width: 68ch;
	margin-left: 0 !important;
	margin-right: auto !important;
}

#main h2.has-h2-font-size {
	margin-top: 3.25rem;
	margin-bottom: 1.1rem;
	font-size: clamp(1.4rem, 2vw, 1.75rem);
	padding-top: 1.75rem;
	border-top: 1px solid #eaf2f8;
}

#main h2.has-h2-font-size:first-of-type,
.ma-band h2.has-h2-font-size:first-child,
.ma-band > h2.has-h2-font-size {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.ma-fit-list,
.ma-related-list {
	list-style: none;
	padding: 0 !important;
	display: grid;
	gap: 0.65rem;
	max-width: 72rem;
}

.ma-fit-list li,
.ma-related-list li {
	margin: 0;
	padding: 0.95rem 1.1rem 0.95rem 1.2rem;
	background: #f5f8fb;
	border: 1px solid #d5e0e8;
	border-radius: 10px;
	border-left: 3px solid #007a70;
	padding-left: 1.15rem;
}

.ma-fit-list li::marker,
.ma-related-list li::marker {
	content: "";
}

.ma-related-list li {
	border-left-color: #005ea8;
}

.ma-scope > .wp-block-column {
	background: #f5f8fb;
	border: 1px solid #d5e0e8;
	border-radius: 12px;
	padding: 1.25rem 1.35rem;
}

.ma-scope-in {
	border-top: 3px solid #007a70 !important;
}

.ma-scope-out {
	border-top: 3px solid #b42318 !important;
}

.ma-compare > .wp-block-column {
	background: #fff;
	border: 1px solid #d5e0e8;
	border-radius: 12px;
	padding: 1.25rem 1.35rem;
}

.ma-compare-private {
	border-top: 3px solid #005ea8 !important;
}

.ma-compare-public {
	border-top: 3px solid #617487 !important;
}

.ma-faq {
	display: grid;
	gap: 0.75rem;
	max-width: 52rem;
}

.ma-faq-item {
	background: #fff;
	border: 1px solid #d5e0e8;
	border-radius: 12px;
	padding: 0;
}

.ma-faq-item summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 44px;
	padding: 1.05rem 2.85rem 1.05rem 1.25rem;
	position: relative;
	font-weight: 700;
	color: #123b63;
	line-height: 1.35;
}

.ma-faq-item summary::-webkit-details-marker {
	display: none;
}

.ma-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 1.15rem;
	top: 50%;
	transform: translateY(-50%);
	color: #005ea8;
	font-weight: 700;
	font-size: 1.35rem;
	line-height: 1;
}

.ma-faq-item[open] summary::after {
	content: "–";
}

.ma-faq-item summary:hover {
	background: #f5f8fb;
	border-radius: 12px;
}

.ma-faq-item[open] summary {
	border-bottom: 1px solid #eaf2f8;
	border-radius: 12px 12px 0 0;
}

.ma-faq-q {
	display: block;
}

.ma-faq-a {
	padding: 0.85rem 1.25rem 1.2rem;
	color: #486581;
}

.ma-faq-a p {
	margin: 0;
	max-width: 62ch;
}

.ma-principles .ma-card {
	min-height: 100%;
}

#main h3.has-h4-font-size {
	margin-top: 0.25rem;
}

#main > .wp-block-buttons,
#main .wp-block-buttons {
	margin-top: 0.5rem;
}

.ma-final-cta {
	border: 1px solid #d5e0e8;
	background: #eaf2f8 !important;
	color: #0b1f33 !important;
}

.ma-final-cta h2,
.ma-final-cta p {
	color: #0b1f33 !important;
}

.ma-final-cta .wp-block-button__link {
	box-shadow: none;
}

.ma-final-cta .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: #005ea8;
	color: #005ea8;
}

.ma-final-cta .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: #fff;
	color: #004b87;
}

.ma-page-stage .wp-block-post-title {
	margin: 0;
}

#main {
	padding-bottom: 3rem;
}

/* -------------------------------------------------------------------------- */
/* Query / insight cards                                                       */
/* -------------------------------------------------------------------------- */

.wp-block-query .wp-block-post-title a {
	text-decoration: none;
	color: #123b63;
}

.wp-block-query .wp-block-post-title a:hover {
	color: #005ea8;
	text-decoration: underline;
}

.wp-block-post-template.is-layout-grid {
	gap: 1.5rem;
}

/* -------------------------------------------------------------------------- */
/* Jump nav + sticky TOC                                                       */
/* -------------------------------------------------------------------------- */

.ma-jump,
.ma-toc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.85rem;
}

.ma-jump-label,
.ma-toc-label {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #617487;
	flex: none;
}

.ma-jump-links,
.ma-toc-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	min-width: 0;
}

.ma-jump-links a,
.ma-toc-links a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.35rem 0.95rem;
	border-radius: 999px;
	border: 1px solid #d5e0e8;
	background: #fff;
	color: #123b63 !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.2;
	white-space: nowrap;
	transition: background-color var(--ma-ease), border-color var(--ma-ease), color var(--ma-ease);
}

.ma-jump-links a:hover,
.ma-toc-links a:hover,
.ma-jump-links a:focus-visible,
.ma-toc-links a:focus-visible {
	background: #eaf2f8;
	border-color: #005ea8;
	color: #005ea8 !important;
}

.ma-jump {
	padding-top: 0.85rem;
	border-top: 1px solid rgba(213, 224, 232, 0.8);
}

.ma-toc {
	padding: 0.55rem 0 0.75rem;
	margin: 0 0 1.75rem;
	border-bottom: 1px solid #d5e0e8;
	background: #fff;
}

@media (min-width: 60rem) {
	.ma-toc {
		position: static;
		background: #fff;
		margin-left: -0.5rem;
		margin-right: -0.5rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

@media (max-width: 59.98rem) {
	.ma-toc-links,
	.ma-jump-links {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		padding-bottom: 0.2rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Path picker                                                                 */
/* -------------------------------------------------------------------------- */

.ma-path-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 16rem;
	padding: 1.6rem 1.4rem 1.35rem;
	border: 1px solid #d5e0e8;
	border-radius: var(--ma-radius-card);
	background: #fff;
	color: #0b1f33;
	text-decoration: none !important;
	position: relative;
	overflow: hidden;
	transition: transform var(--ma-ease), box-shadow var(--ma-ease), border-color var(--ma-ease);
}

.ma-path-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #005ea8;
}

.wp-block-column:nth-child(2) .ma-path-card::before {
	background: #007a70;
}

.wp-block-column:nth-child(3) .ma-path-card::before {
	background: #5b4b8a;
}

.ma-path-card h3 {
	margin: 0 0 0.55rem;
	color: #0b1f33;
}

.ma-path-card p {
	margin: 0;
	color: #486581;
	flex: 1 1 auto;
}

.ma-path-go {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	margin-top: 1.15rem;
	font-weight: 700;
	color: #005ea8;
}

.ma-path-go svg {
	width: 1.1rem;
	height: 1.1rem;
}

.ma-path-card:hover,
.ma-path-card:focus-visible {
	transform: translateY(-3px);
	box-shadow: var(--ma-shadow-elev);
	border-color: #7b8fa1;
}

.ma-path-card:hover .ma-path-go,
.ma-path-card:focus-visible .ma-path-go {
	color: #004b87;
}

.ma-path-grid .wp-block-column {
	display: flex;
}

.ma-path-grid .wp-block-column > .ma-path-card {
	width: 100%;
}

/* -------------------------------------------------------------------------- */
/* Layer-cake bands                                                            */
/* -------------------------------------------------------------------------- */

.wp-block-post-content > .ma-band.alignfull {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3.25rem;
	padding-bottom: 3.25rem;
}

.ma-band.has-surface-background-color {
	background: #f5f8fb;
}

.ma-band.has-canvas-background-color {
	background: #fff;
}

.ma-band.is-layout-constrained > *,
.ma-band p,
.ma-band .wp-block-heading,
.ma-band .wp-block-columns,
.ma-band .wp-block-group,
.ma-band .ma-notice {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.ma-band p {
	max-width: 68ch;
}

.ma-band .wp-block-columns,
.ma-band .ma-notice,
.ma-band .ma-box,
.ma-band .wp-block-group.ma-card {
	width: 100%;
	max-width: 100%;
}

.ma-service-groups .ma-card .wp-block-list {
	margin-top: 0.35rem;
}

.ma-service-groups .ma-card li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eaf2f8;
}

.ma-service-groups .ma-card li:last-child {
	border-bottom: 0;
}

.ma-service-groups .ma-card a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.7rem 0;
	text-decoration: none;
}

.ma-service-groups .ma-card a::after {
	content: "→";
	color: #005ea8;
	font-weight: 700;
	flex: none;
}

.ma-service-groups .ma-card a:hover {
	color: #004b87;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* Services collection                                                        */
/* -------------------------------------------------------------------------- */

.ma-services-page .ma-page-stage {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #0b1f33;
	background-image:
		linear-gradient(rgba(122, 178, 208, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(122, 178, 208, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
	padding-top: 2rem !important;
	padding-bottom: 1.25rem !important;
}

.ma-services-page .ma-page-stage .ma-breadcrumbs {
	margin-bottom: 1.25rem;
	color: #9db4c6;
}

.ma-services-page .ma-page-stage .ma-breadcrumbs a {
	color: #c5d7e5;
}

.ma-services-page .ma-page-stage .ma-breadcrumbs a:hover {
	color: #fff;
}

.ma-services-page .ma-page-stage .wp-block-post-title {
	width: 100%;
	max-width: none;
	margin: 0;
	color: #fff;
	font-size: clamp(3.75rem, 6vw, 5.4rem);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: 0;
	text-align: center;
	text-wrap: pretty;
}

.ma-services-page .ma-page-stage .wp-block-post-title.ma-services-title--active {
	display: block;
	min-height: 1.08em;
	text-wrap: unset;
	cursor: pointer;
}

.ma-services-title-prompt {
	display: inline-block;
	max-width: 8ch;
	overflow: hidden;
	color: #8fdbd3;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.3em;
	line-height: 1;
	white-space: pre;
	transition: max-width 360ms ease, margin 360ms ease, opacity 240ms ease, font-size 180ms ease;
}

.ma-services-title-text {
	min-width: 0;
}

.ma-services-title-cursor {
	color: #8fdbd3;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72em;
	animation: ma-re-cursor 720ms step-end infinite;
}

.ma-services-title--active.is-prompting .ma-services-title-prompt,
.ma-services-title--active.is-prompting .ma-services-title-cursor {
	font-size: 1em;
}

.ma-services-title--active.is-resolving .ma-services-title-prompt {
	max-width: 0;
	margin: 0;
	opacity: 0;
}

.ma-services-page .ma-page-stage + .wp-block-post-content {
	margin-top: 0;
}

.ma-services-page .wp-block-post-content > * {
	margin-block-start: 0;
}

.ma-services-page #main {
	overflow: clip;
}

.ma-services-kicker {
	margin: 0 0 0.8rem;
	color: #005ea8;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ma-services-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(25rem, 0.92fr);
	gap: 4rem;
	align-items: center;
	padding-top: 2.5rem;
	padding-bottom: 5.25rem;
	color: #fff;
}

.ma-services-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0 calc(50% - 50vw);
	background-color: #0b1f33;
	background-image:
		linear-gradient(rgba(122, 178, 208, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(122, 178, 208, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
}

.ma-services-hero__copy {
	max-width: 42rem;
}

.ma-services-hero .ma-services-kicker {
	color: #7ce0d5;
}

.ma-services-hero__statement {
	max-width: 36ch;
	margin: 0;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 650;
	line-height: 1.32;
	text-wrap: balance;
}

.ma-services-hero__lead {
	max-width: 62ch;
	margin: 1.35rem 0 0;
	color: #c5d7e5;
	font-size: 1.08rem;
	line-height: 1.68;
}

.ma-services-hero__actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.85rem;
	margin-top: 1.65rem !important;
}

.ma-services-hero__actions .wp-block-button {
	margin: 0;
}

.ma-services-hero__actions .wp-block-button:first-child .wp-block-button__link {
	background: #fff;
	color: #0b1f33;
}

.ma-services-hero__actions .wp-block-button:first-child .wp-block-button__link:hover {
	background: #e6f5f3;
	color: #0b1f33;
}

.ma-services-hero__actions .wp-block-button__link,
.ma-services-close__actions .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
}

.ma-services-hero__actions .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: #6f8da5;
	color: #fff;
}

.ma-services-hero__actions .wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.ma-services-hero__actions svg,
.ma-services-close__actions svg {
	width: 1.1rem;
	height: 1.1rem;
}

.ma-services-signals {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	margin: 1.6rem 0 0;
	padding: 0;
	color: #b9cad8;
	font-size: 0.88rem;
	font-weight: 650;
	list-style: none;
}

.ma-services-signals li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
}

.ma-services-signals li::before {
	content: "";
	width: 0.48rem;
	height: 0.48rem;
	border: 2px solid #007a70;
	border-radius: 50%;
	background: rgba(45, 183, 169, 0.18);
}

.ma-services-routeboard {
	--route-accent: #7ce0d5;
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid #3d607d;
	border-radius: 8px;
	background: #071522;
	box-shadow: 0 26px 64px rgba(0, 0, 0, 0.32);
	color: #fff;
	font-family: var(--wp--preset--font-family--mono);
	cursor: pointer;
}

.ma-services-routeboard[data-route="2"] {
	--route-accent: #78cae5;
}

.ma-services-routeboard[data-route="3"] {
	--route-accent: #c2b4f1;
}

.ma-services-routeboard[data-route="4"] {
	--route-accent: #ffda8f;
}

.ma-services-routeboard[data-route="5"] {
	--route-accent: #9fc2db;
}

.ma-services-routeboard[data-route="6"] {
	--route-accent: #ffaaa3;
}

.ma-services-routeboard.is-complete,
.ma-services-routeboard.is-stopped {
	cursor: default;
}

.ma-services-routeboard::after {
	content: "";
	position: absolute;
	inset: 2.55rem 0 auto;
	height: 1px;
	background: linear-gradient(90deg, #005ea8, #007a70, #ffcc66, #b42318);
}

.ma-services-routeboard__bar,
.ma-services-routeboard figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 2.6rem;
	padding: 0.65rem 1rem;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.ma-services-routeboard__bar {
	color: #c5d7e5;
}

.ma-services-routeboard__bar span:last-child {
	color: var(--route-accent);
	transition: color 220ms ease;
}

.ma-services-routeboard__summary {
	margin: 0;
	padding: 0.45rem 0;
	list-style: none;
	transition: opacity 180ms ease;
}

.ma-services-routeboard.is-running .ma-services-routeboard__summary {
	opacity: 0;
	pointer-events: none;
}

.ma-services-routeboard__summary > li {
	display: grid;
	grid-template-columns: 2.6rem 6.5rem minmax(0, 1fr);
	gap: 0.7rem;
	align-items: center;
	min-height: 3.3rem;
	margin: 0;
	padding: 0.65rem 1rem;
	border-bottom: 1px solid rgba(213, 224, 232, 0.13);
	font-size: 0.78rem;
	line-height: 1.35;
	transition: background-color var(--ma-ease);
}

.ma-services-routeboard__summary > li:hover {
	background: rgba(124, 224, 213, 0.06);
}

.ma-services-routeboard__summary > li:last-child {
	border-bottom: 0;
}

.ma-services-routeboard__summary > li strong {
	color: #fff;
	font-size: 0.78rem;
}

.ma-services-routeboard__summary > li > span:last-child {
	color: #b9cad8;
}

.ma-services-routeboard__number {
	display: inline-grid;
	width: 1.9rem;
	height: 1.9rem;
	place-items: center;
	border: 1px solid #4b6d89;
	border-radius: 4px;
	color: #7ce0d5;
	font-size: 0.68rem;
}

.ma-services-routeboard__summary > li:nth-child(3) .ma-services-routeboard__number,
.ma-services-routeboard__summary > li:nth-child(5) .ma-services-routeboard__number {
	color: #d8cfff;
}

.ma-services-routeboard__summary > li:nth-child(4) .ma-services-routeboard__number {
	color: #ffda8f;
}

.ma-services-routeboard__summary > li:nth-child(6) .ma-services-routeboard__number {
	color: #ffaaa3;
}

.ma-services-routeboard__sequence {
	position: absolute;
	z-index: 2;
	top: 2.6rem;
	right: 0;
	bottom: 2.6rem;
	left: 0;
	display: grid;
	grid-template-columns: 7rem minmax(0, 1fr);
	visibility: hidden;
	opacity: 0;
	transform: translateY(6px);
	background: #071522;
	transition: visibility 0s 220ms, opacity 180ms ease, transform 220ms ease;
}

.ma-services-routeboard.is-running .ma-services-routeboard__sequence {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0s;
}

.ma-services-routeboard__rail {
	display: grid;
	grid-template-rows: repeat(6, minmax(0, 1fr));
	min-width: 0;
	padding: 0.45rem 0;
	border-right: 1px solid rgba(96, 165, 194, 0.2);
	background: #0a1b2a;
}

.ma-services-routeboard__rail > span {
	display: grid;
	grid-template-columns: 1.7rem minmax(0, 1fr);
	gap: 0.45rem;
	align-items: center;
	min-width: 0;
	padding: 0.25rem 0.55rem;
	border-left: 2px solid transparent;
	color: #6f8ba1;
	opacity: 0.58;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.ma-services-routeboard__rail b,
.ma-services-routeboard__rail em {
	min-width: 0;
	overflow: hidden;
	font-size: 0.58rem;
	font-style: normal;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-services-routeboard__rail b {
	color: #7593aa;
}

.ma-services-routeboard__rail > span.is-active {
	border-left-color: var(--route-accent);
	background: color-mix(in srgb, var(--route-accent) 10%, transparent);
	color: #fff;
	opacity: 1;
}

.ma-services-routeboard__rail > span.is-active b {
	color: var(--route-accent);
}

.ma-services-routeboard__rail > span.is-complete {
	color: #8fdbd3;
	opacity: 0.82;
}

.ma-services-routeboard__workbench {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	gap: 0.5rem;
	min-width: 0;
	padding: 0.7rem 0.75rem;
	background-image:
		linear-gradient(rgba(96, 165, 194, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(96, 165, 194, 0.055) 1px, transparent 1px);
	background-size: 20px 20px;
}

.ma-services-routeboard__scene-head {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.65rem;
	align-items: center;
}

.ma-services-routeboard__scene-head > span {
	padding: 0.24rem 0.4rem;
	border: 1px solid color-mix(in srgb, var(--route-accent) 48%, #294967);
	border-radius: 3px;
	color: var(--route-accent);
	font-size: 0.56rem;
	font-weight: 700;
}

.ma-services-routeboard__scene-head div {
	display: flex;
	min-width: 0;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.55rem;
}

.ma-services-routeboard__scene-head strong,
.ma-services-routeboard__scene-head em {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-services-routeboard__scene-head strong {
	color: #fff;
	font-size: 0.72rem;
}

.ma-services-routeboard__scene-head em {
	color: #8fa8bb;
	font-size: 0.58rem;
	font-style: normal;
}

.ma-services-routeboard__event {
	min-width: 0;
	padding: 0.55rem 0.65rem;
	border: 1px solid rgba(96, 165, 194, 0.2);
	border-left: 3px solid var(--route-accent);
	background: rgba(16, 37, 56, 0.92);
}

.ma-services-routeboard__event > span {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--route-accent);
	font-size: 0.51rem;
	font-weight: 700;
}

.ma-services-routeboard__event strong {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 0.68rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-services-routeboard__event p {
	margin: 0.2rem 0 0;
	color: #a9bece;
	font-size: 0.55rem;
	line-height: 1.35;
}

.ma-services-routeboard__pipeline {
	display: grid;
	align-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ma-services-routeboard__pipeline > li {
	display: grid;
	grid-template-columns: 0.65rem minmax(0, 1fr) auto;
	gap: 0.45rem;
	align-items: center;
	min-width: 0;
	margin: 0;
	padding: 0.23rem 0.35rem;
	border-left: 2px solid transparent;
	color: #68869d;
	font-size: 0.54rem;
	line-height: 1.2;
	transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.ma-services-routeboard__pipeline i {
	position: relative;
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	border: 1px solid #52748d;
	border-radius: 50%;
}

.ma-services-routeboard__pipeline span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-services-routeboard__pipeline em {
	color: #5f7e96;
	font-size: 0.49rem;
	font-style: normal;
	text-transform: uppercase;
}

.ma-services-routeboard__pipeline > li.is-active {
	border-left-color: var(--route-accent);
	background: color-mix(in srgb, var(--route-accent) 9%, transparent);
	color: #fff;
}

.ma-services-routeboard__pipeline > li.is-active i {
	border-color: var(--route-accent);
	background: var(--route-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--route-accent) 16%, transparent);
}

.ma-services-routeboard__pipeline > li.is-active em {
	color: var(--route-accent);
}

.ma-services-routeboard__pipeline > li.is-complete {
	color: #9ab2c4;
}

.ma-services-routeboard__pipeline > li.is-complete i {
	border-color: #2db7a9;
	background: #2db7a9;
}

.ma-services-routeboard__pipeline > li.is-complete em {
	color: #7acfc5;
}

.ma-services-routeboard__result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-width: 0;
	padding-top: 0.45rem;
	border-top: 1px solid rgba(96, 165, 194, 0.2);
	font-size: 0.52rem;
}

.ma-services-routeboard__result span {
	color: #6f8da5;
	font-weight: 700;
}

.ma-services-routeboard__result strong {
	min-width: 0;
	overflow: hidden;
	color: var(--route-accent);
	font-size: 0.56rem;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-services-routeboard figcaption {
	justify-content: flex-start;
	border-top: 1px solid #294967;
	color: #9db4c6;
}

.ma-services-routeboard figcaption span {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.ma-services-routeboard figcaption span::before {
	content: "";
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: #00a896;
}

.ma-services-incident {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin: -1.75rem 0 4.5rem;
	padding: 1.35rem 1.5rem;
	border: 1px solid #f0b9b4;
	border-left: 4px solid #b42318;
	border-radius: 8px;
	background: #fff7f5;
	box-shadow: 0 16px 36px rgba(64, 25, 22, 0.08);
}

.ma-services-incident > div {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.ma-services-incident__icon {
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	flex: none;
	place-items: center;
	border-radius: 50%;
	background: #fcecea;
	color: #b42318;
}

.ma-services-incident__icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

.ma-services-incident .ma-services-kicker {
	margin-bottom: 0.25rem;
	color: #8f1b14;
}

.ma-services-incident h2 {
	margin: 0;
	color: #0b1f33;
	font-size: 1.18rem;
	line-height: 1.35;
}

.ma-services-incident p:last-child {
	margin: 0.35rem 0 0;
	color: #486581;
	font-size: 0.94rem;
}

.ma-services-incident > a {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 44px;
	flex: none;
	color: #9b2118;
	font-weight: 700;
	text-decoration: none;
}

.ma-services-incident > a:hover {
	color: #741811;
	text-decoration: underline;
}

.ma-services-incident > a svg {
	width: 1.1rem;
	height: 1.1rem;
}

.ma-services-page .wp-block-post-content > .ma-services-catalog-band {
	padding-top: 4.75rem;
	padding-bottom: 4.75rem;
	background-color: #edf3f6 !important;
	background-image: linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(72, 101, 129, 0.08) calc(100% - 1px));
	background-size: 25% 100%;
}

.ma-services-section-heading {
	display: grid;
	grid-template-columns: minmax(16rem, 0.78fr) minmax(0, 1.22fr);
	column-gap: 4rem;
	align-items: end;
	max-width: none;
	margin-bottom: 2.5rem;
}

.ma-services-section-heading .ma-services-kicker {
	grid-column: 1;
	align-self: start;
	margin-top: 0.45rem;
}

.ma-services-section-heading h2 {
	grid-column: 1;
}

.ma-services-section-heading > p:last-child {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: end;
}

.ma-services-section-heading h2,
.ma-services-choice h2,
.ma-services-close h2 {
	margin: 0;
	color: #0b1f33;
	font-size: 2.35rem;
	line-height: 1.15;
	letter-spacing: 0;
	text-wrap: balance;
}

.ma-services-section-heading > p:last-child,
.ma-services-choice__intro > p:last-child {
	max-width: 65ch;
	margin: 0;
	color: #486581;
	font-size: 1.05rem;
	line-height: 1.65;
}

.ma-service-catalog {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid #b7c9d6;
	border-radius: 8px;
	background: #b7c9d6;
	box-shadow: 0 20px 50px rgba(11, 31, 51, 0.09);
}

.ma-service-catalog-card {
	--service-accent: #005ea8;
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 28rem;
	flex-direction: column;
	padding: 1.75rem;
	background: #fff;
	transition: background-color var(--ma-ease), box-shadow var(--ma-ease), color var(--ma-ease);
}

.ma-service-catalog-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: var(--service-accent);
}

.ma-service-catalog-card:nth-child(2) {
	--service-accent: #007a70;
}

.ma-service-catalog-card:nth-child(3) {
	--service-accent: #5b4b8a;
}

.ma-service-catalog-card:nth-child(4) {
	--service-accent: #8a5a00;
}

.ma-service-catalog-card:nth-child(5) {
	--service-accent: #486581;
}

.ma-service-catalog-card:nth-child(6) {
	--service-accent: #b42318;
}

.ma-service-catalog-card:hover,
.ma-service-catalog-card:focus-within {
	background-color: #fbfdfe;
	background-image: linear-gradient(145deg, color-mix(in srgb, var(--service-accent) 7%, transparent), transparent 42%);
	box-shadow: inset 0 4px 0 var(--service-accent);
}

.ma-service-catalog-card header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.ma-service-catalog-card__number {
	display: inline-grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--service-accent) 45%, #d5e0e8);
	border-radius: 3px;
	background: color-mix(in srgb, var(--service-accent) 7%, #fff);
	color: var(--service-accent);
}

.ma-service-catalog-card__track {
	color: var(--service-accent);
}

.ma-service-catalog-card h3 {
	max-width: 22ch;
	margin: 0;
	color: #0b1f33;
	font-size: 1.28rem;
	line-height: 1.28;
	letter-spacing: 0;
	text-wrap: balance;
}

.ma-service-catalog-card > p {
	margin: 0.9rem 0 0;
	color: #486581;
	font-size: 0.94rem;
	line-height: 1.58;
}

.ma-service-catalog-card__fit {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.35rem;
	margin-top: 1.2rem;
	padding-top: 0.9rem;
	border-top: 1px solid #e2eaf0;
	font-size: 0.88rem;
	line-height: 1.5;
}

.ma-service-catalog-card__fit strong {
	color: var(--service-accent);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.67rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ma-service-catalog-card__fit span {
	color: #617487;
}

.ma-service-catalog-card__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 44px;
	margin-top: auto;
	padding-top: 1.15rem;
	color: #005ea8;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
}

.ma-service-catalog-card__link:hover {
	color: #004b87;
	text-decoration: underline;
}

.ma-service-catalog-card__link svg {
	width: 1.15rem;
	height: 1.15rem;
	flex: none;
	transition: transform var(--ma-ease);
}

.ma-service-catalog-card__link:hover svg,
.ma-service-catalog-card__link:focus-visible svg {
	transform: translateX(3px);
}

.ma-services-choice {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(17rem, 0.75fr) minmax(0, 1.25fr);
	gap: 4.5rem;
	align-items: start;
	padding-top: 4.75rem;
	padding-bottom: 4.75rem;
}

.ma-services-choice::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0 calc(50% - 50vw);
	border-top: 1px solid #d5e0e8;
	border-bottom: 1px solid #d5e0e8;
	background-color: #fff;
	background-image: linear-gradient(90deg, transparent calc(50% - 1px), rgba(0, 94, 168, 0.045) 50%, transparent calc(50% + 1px));
}

.ma-services-choice__intro {
	position: sticky;
	top: calc(var(--ma-chrome-h) + 2rem);
	padding-left: 1.25rem;
	border-left: 4px solid #005ea8;
}

.ma-services-choice__intro > p:last-child {
	margin-top: 1rem;
}

.ma-services-choice__list {
	counter-reset: service-choice;
	margin: 0;
	border-bottom: 1px solid #d5e0e8;
}

.ma-services-choice__list > div {
	display: grid;
	grid-template-columns: 2.75rem minmax(0, 1fr);
	column-gap: 1.1rem;
	padding: 1.5rem 0;
	border-top: 1px solid #d5e0e8;
	counter-increment: service-choice;
}

.ma-services-choice__list > div:first-child {
	border-top-color: #7b9bb2;
}

.ma-services-choice__list > div::before {
	content: "0" counter(service-choice);
	grid-column: 1;
	grid-row: 1 / span 2;
	padding-top: 0.15rem;
	color: #007a70;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.75rem;
	font-weight: 700;
}

.ma-services-choice__list dt {
	grid-column: 2;
	margin: 0;
	color: #0b1f33;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.4;
}

.ma-services-choice__list dd {
	grid-column: 2;
	margin: 0.65rem 0 0;
	color: #486581;
	line-height: 1.68;
}

.ma-services-choice__list a {
	color: #005ea8;
	font-weight: 650;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.ma-services-page .wp-block-post-content > .ma-services-process-band {
	padding-top: 4.75rem;
	padding-bottom: 4.75rem;
	border-top: 1px solid #cfe2df;
	border-bottom: 1px solid #cfe2df;
	background-color: #eaf5f3 !important;
	background-image: linear-gradient(rgba(0, 122, 112, 0.055) 1px, transparent 1px);
	background-size: 100% 3.5rem;
}

.ma-services-process ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 2.5rem 0 0;
	padding: 0;
	border-top: 2px solid #79b5ae;
	list-style: none;
}

.ma-services-process li {
	display: block;
	min-width: 0;
	margin: 0;
	padding: 1.5rem 1.5rem 0;
	border-left: 1px solid #a9cfca;
}

.ma-services-process li:first-child {
	padding-left: 0;
	border-left: 0;
}

.ma-services-process li > span {
	display: inline-grid;
	width: 2.2rem;
	height: 2.2rem;
	place-items: center;
	margin-bottom: 1.1rem;
	border: 1px solid #79b5ae;
	border-radius: 50%;
	background: #f8fcfb;
	color: #007a70;
	font-family: var(--wp--preset--font-family--mono);
	font-size: 0.78rem;
	font-weight: 700;
}

.ma-services-process h3 {
	margin: 0;
	color: #0b1f33;
	font-size: 1.12rem;
	line-height: 1.4;
	letter-spacing: 0;
}

.ma-services-process li p {
	margin: 0.65rem 0 0;
	color: #486581;
	font-size: 0.94rem;
	line-height: 1.6;
}

.ma-services-close {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 3rem;
	align-items: center;
	overflow: hidden;
	margin: 4.75rem 0 1.5rem;
	padding: 2.75rem;
	border: 1px solid #294967;
	border-radius: 8px;
	background: #0b1f33;
	background-image:
		linear-gradient(rgba(124, 224, 213, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(124, 224, 213, 0.04) 1px, transparent 1px);
	background-size: 32px 32px;
	box-shadow: 0 24px 54px rgba(11, 31, 51, 0.18);
	color: #fff;
}

.ma-services-close::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, #005ea8, #00a896 52%, #ffcc66 78%, #b42318);
}

.ma-services-close__copy {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
}

.ma-services-close__icon {
	display: grid;
	width: 3rem;
	height: 3rem;
	flex: none;
	place-items: center;
	border: 1px solid #3d607d;
	border-radius: 50%;
	color: #7ce0d5;
}

.ma-services-close__icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.ma-services-close .ma-services-kicker {
	color: #7ce0d5;
}

.ma-services-close h2 {
	color: #fff;
	font-size: 1.8rem;
}

.ma-services-close__copy p:not(.ma-services-kicker) {
	max-width: 66ch;
	margin: 0.9rem 0 0;
	color: #c5d7e5;
	line-height: 1.65;
}

.ma-services-close__copy .ma-services-close__entity {
	color: #9db4c6;
	font-size: 0.84rem;
}

.ma-services-close__actions {
	min-width: 13.5rem;
	flex-direction: column;
}

.ma-services-close__actions .wp-block-button,
.ma-services-close__actions .wp-block-button__link {
	width: 100%;
}

.ma-services-close__actions .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: #9db4c6;
	color: #fff;
}

.ma-services-close__actions .wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: #fff;
	background: #fff;
	color: #0b1f33;
}

@keyframes ma-services-route-in {
	from {
		opacity: 0;
		transform: translateX(10px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes ma-services-scene-in {
	from {
		opacity: 0.25;
		transform: translateX(8px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes ma-services-phase-pulse {
	0%, 100% {
		box-shadow: 0 0 0 3px color-mix(in srgb, var(--route-accent) 14%, transparent);
	}
	50% {
		box-shadow: 0 0 0 6px color-mix(in srgb, var(--route-accent) 4%, transparent);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.ma-services-routeboard__event.is-entering {
		animation: ma-services-scene-in 360ms ease both;
	}

	.ma-services-routeboard__pipeline > li.is-active i {
		animation: ma-services-phase-pulse 900ms ease-in-out infinite;
	}

	.ma-services-routeboard.is-complete .ma-services-routeboard__summary > li,
	.ma-services-routeboard.is-stopped .ma-services-routeboard__summary > li {
		animation: ma-services-route-in 420ms both;
	}

	.ma-services-routeboard__summary > li:nth-child(2) { animation-delay: 60ms; }
	.ma-services-routeboard__summary > li:nth-child(3) { animation-delay: 120ms; }
	.ma-services-routeboard__summary > li:nth-child(4) { animation-delay: 180ms; }
	.ma-services-routeboard__summary > li:nth-child(5) { animation-delay: 240ms; }
	.ma-services-routeboard__summary > li:nth-child(6) { animation-delay: 300ms; }
}

@media (max-width: 64rem) {
	.ma-services-page .ma-page-stage .wp-block-post-title {
		font-size: 3.75rem;
	}

	.ma-services-hero {
		gap: 2.5rem;
	}

	.ma-services-section-heading {
		column-gap: 2.5rem;
	}

	.ma-services-choice {
		gap: 3rem;
	}

	.ma-services-process ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-services-process li:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.ma-services-process li:nth-child(n+3) {
		margin-top: 2rem;
		padding-top: 1.5rem;
		border-top: 1px solid #a9cfca;
	}
}

@media (max-width: 48rem) {
	.ma-services-page .ma-page-stage {
		padding-top: 1.5rem !important;
	}

	.ma-services-page .ma-page-stage .wp-block-post-title {
		font-size: 3rem;
		line-height: 1.08;
	}

	.ma-services-hero {
		grid-template-columns: 1fr;
		gap: 2.25rem;
		padding-top: 1rem;
		padding-bottom: 3.5rem;
	}

	.ma-services-hero__statement {
		font-size: 1.65rem;
	}

	.ma-services-routeboard {
		width: 100%;
		max-width: 36rem;
	}

	.ma-services-incident {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 3.5rem;
	}

	.ma-services-page .wp-block-post-content > .ma-services-catalog-band,
	.ma-services-page .wp-block-post-content > .ma-services-process-band {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.ma-services-section-heading h2,
	.ma-services-choice h2 {
		font-size: 2rem;
	}

	.ma-services-section-heading {
		display: block;
		margin-bottom: 2rem;
	}

	.ma-services-section-heading .ma-services-kicker {
		margin-top: 0;
	}

	.ma-services-section-heading > p:last-child {
		margin-top: 1rem;
	}

	.ma-service-catalog {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-service-catalog-card {
		min-height: 0;
	}

	.ma-service-catalog-card__link {
		margin-top: 1.5rem;
	}

	.ma-services-choice {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.ma-services-choice__intro {
		position: static;
	}

	.ma-services-close {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-top: 4rem;
	}

	.ma-services-close__actions {
		width: 100%;
	}
}

@media (max-width: 44rem) {
	.ma-service-catalog {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 36rem) {
	.ma-services-page .ma-page-stage .wp-block-post-title {
		font-size: 2.55rem;
	}

	.ma-services-hero__actions,
	.ma-services-hero__actions .wp-block-button,
	.ma-services-hero__actions .wp-block-button__link {
		width: 100%;
	}

	.ma-services-hero__actions {
		flex-direction: column;
	}

	.ma-services-signals {
		align-items: flex-start;
		flex-direction: column;
	}

	.ma-services-routeboard__summary > li {
		grid-template-columns: 2.3rem minmax(0, 1fr);
		gap: 0.6rem;
	}

	.ma-services-routeboard__summary > li > span:last-child {
		grid-column: 2;
		margin-top: -0.35rem;
	}

	.ma-services-routeboard__sequence {
		grid-template-columns: 2.75rem minmax(0, 1fr);
	}

	.ma-services-routeboard__rail > span {
		grid-template-columns: 1fr;
		padding: 0.25rem 0.35rem;
		text-align: center;
	}

	.ma-services-routeboard__rail em {
		display: none;
	}

	.ma-services-routeboard__workbench {
		gap: 0.4rem;
		padding: 0.55rem;
	}

	.ma-services-routeboard__scene-head {
		gap: 0.45rem;
	}

	.ma-services-routeboard__scene-head div {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.05rem;
	}

	.ma-services-routeboard__event {
		padding: 0.45rem 0.5rem;
	}

	.ma-services-routeboard__event p {
		font-size: 0.52rem;
	}

	.ma-services-routeboard__pipeline > li {
		gap: 0.35rem;
		padding: 0.22rem 0.25rem;
		font-size: 0.51rem;
	}

	.ma-services-routeboard__pipeline em {
		font-size: 0.46rem;
	}

	.ma-services-routeboard__result strong {
		font-size: 0.52rem;
	}

	.ma-services-routeboard figcaption span:nth-child(2) {
		display: none;
	}

	.ma-services-incident {
		padding: 1.2rem;
	}

	.ma-services-incident > div {
		gap: 0.8rem;
	}

	.ma-services-incident__icon {
		width: 2.35rem;
		height: 2.35rem;
	}

	.ma-service-catalog-card {
		padding: 1.35rem;
	}

	.ma-service-catalog-card__fit {
		grid-template-columns: 1fr;
		gap: 0.3rem;
	}

	.ma-services-process ol {
		grid-template-columns: 1fr;
	}

	.ma-services-process li,
	.ma-services-process li:first-child,
	.ma-services-process li:nth-child(3) {
		margin-top: 0;
		padding: 1.35rem 0;
		border-top: 1px solid #a9cfca;
		border-left: 0;
	}

	.ma-services-close {
		padding: 1.5rem;
	}

	.ma-services-close__copy {
		gap: 0.85rem;
	}

	.ma-services-close__icon {
		width: 2.5rem;
		height: 2.5rem;
	}

	.ma-services-close h2 {
		font-size: 1.55rem;
	}
}

body.home .ma-final-cta {
	margin-top: 2.5rem;
}

.ma-article-teaser {
	max-width: 52rem;
}

.ma-read-more-wrap {
	margin-top: 0.35rem;
	margin-bottom: 0;
}

.ma-read-more {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-weight: 700;
	text-decoration: none !important;
}

.ma-read-more:hover {
	text-decoration: underline !important;
}

/* -------------------------------------------------------------------------- */
/* Service pages                                                               */
/* -------------------------------------------------------------------------- */

.ma-service .ma-toc {
	margin-bottom: 1.75rem;
}

.ma-service [id] {
	scroll-margin-top: calc(var(--ma-chrome-h) + 4.25rem);
}

.ma-glance {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	margin: 0 0 2.25rem;
}

.ma-glance-item {
	background: #fff;
	border: 1px solid #d5e0e8;
	border-radius: 12px;
	padding: 1.05rem 1.15rem 1.15rem;
	border-top: 3px solid #005ea8;
	min-height: 100%;
}

.ma-glance-item:nth-child(2) {
	border-top-color: #007a70;
}

.ma-glance-item:nth-child(3) {
	border-top-color: #5b4b8a;
}

.ma-glance-item:nth-child(4) {
	border-top-color: #123b63;
}

.ma-glance-item strong {
	display: block;
	color: #0b1f33;
	font-size: 0.98rem;
	margin-bottom: 0.4rem;
	letter-spacing: -0.015em;
}

.ma-glance-item span {
	display: block;
	color: #486581;
	font-size: 0.92rem;
	line-height: 1.45;
}

.ma-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem;
	margin: 0 0 1.75rem;
}

.ma-feature {
	background: #fff;
	border: 1px solid #d5e0e8;
	border-radius: 12px;
	padding: 1.35rem 1.4rem 1.45rem;
	height: 100%;
	box-shadow: var(--ma-shadow-soft);
}

.ma-feature h3 {
	margin: 0 0 0.45rem;
	color: #0b1f33;
}

.ma-feature p {
	margin: 0;
	color: #486581;
	max-width: none;
}

.ma-pull {
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #123b63;
	max-width: 22ch;
	margin: 0 0 1.5rem;
	padding: 0.15rem 0 0.15rem 1.15rem;
	border-left: 4px solid #005ea8;
}

.ma-service .ma-fit-list,
.ma-deliver-list {
	grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr));
	gap: 1rem;
}

.ma-service .ma-fit-list li,
.ma-deliver-list li {
	background: #fff;
	padding: 1.15rem 1.25rem;
	min-height: 5.5rem;
	border-left-width: 4px;
	box-shadow: var(--ma-shadow-soft);
}

.ma-deliver-list {
	list-style: none;
	padding: 0 !important;
	display: grid;
	gap: 1rem;
	max-width: 72rem;
}

.ma-deliver-list li {
	margin: 0;
	background: #fff;
	border: 1px solid #d5e0e8;
	border-radius: 12px;
	border-left: 4px solid #005ea8;
	padding: 1.15rem 1.25rem;
}

.ma-deliver-list li::marker {
	content: "";
}

.ma-service .ma-scope > .wp-block-column {
	background: #fff;
	box-shadow: var(--ma-shadow-soft);
	padding: 1.4rem 1.5rem;
}

.ma-service .ma-related-list {
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	gap: 1rem;
}

.ma-service .ma-related-list li {
	background: #fff;
	padding: 1.1rem 1.2rem;
	box-shadow: var(--ma-shadow-soft);
}

@media (max-width: 60rem) {
	.ma-glance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 40rem) {
	.ma-glance,
	.ma-feature-grid {
		grid-template-columns: 1fr;
	}
}

/* -------------------------------------------------------------------------- */
/* Reverse-engineering service                                                */
/* -------------------------------------------------------------------------- */

.ma-reverse-engineering-page #main {
	background: #fbfdff;
	padding-bottom: 0;
	overflow: clip;
}

.ma-reverse-engineering-page .ma-page-stage {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-color: #0b1f33;
	background-image:
		linear-gradient(rgba(122, 178, 208, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(122, 178, 208, 0.06) 1px, transparent 1px);
	background-size: 42px 42px;
	color: #fff;
	padding-top: 2.5rem !important;
	padding-bottom: 1.25rem !important;
}

.ma-reverse-engineering-page .ma-page-stage::after {
	content: "";
	position: absolute;
	top: 0;
	right: max(1.5rem, calc((100vw - 1168px) / 2));
	width: 10rem;
	height: 100%;
	background: repeating-linear-gradient(135deg, transparent 0 14px, rgba(45, 183, 169, 0.12) 14px 15px);
	z-index: -1;
}

.ma-reverse-engineering-page .ma-page-stage .ma-breadcrumbs {
	display: none;
}

.ma-reverse-engineering-page .ma-page-stage .wp-block-post-title {
	width: 100%;
	max-width: none;
	min-height: 1.25em;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.06;
	letter-spacing: 0;
	text-align: center;
	text-wrap: balance;
}

.ma-reverse-engineering-page .ma-page-stage .wp-block-post-title.ma-re-title--active {
	display: block;
	text-wrap: unset;
	cursor: pointer;
}

.ma-re-title-prompt {
	display: inline-block;
	max-width: 8ch;
	overflow: hidden;
	color: #8fdbd3;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.32em;
	line-height: 1;
	white-space: pre;
	transition: max-width 360ms ease, margin 360ms ease, opacity 240ms ease, font-size 180ms ease;
}

.ma-re-title-text {
	min-width: 0;
}

.ma-re-title-cursor {
	color: #8fdbd3;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72em;
	animation: ma-re-cursor 720ms step-end infinite;
}

.ma-re-title--active.is-prompting .ma-re-title-prompt,
.ma-re-title--active.is-prompting .ma-re-title-cursor {
	font-size: 1em;
}

.ma-re-title--active.is-resolving .ma-re-title-prompt {
	max-width: 0;
	margin: 0;
	opacity: 0;
}

.ma-reverse-engineering-page .ma-page-stage + .wp-block-post-content,
.ma-reverse-engineering-page .wp-block-post-content > .ma-service--reverse-engineering {
	margin-block-start: 0;
}

.ma-service--reverse-engineering > .ma-hero-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 0.75rem max(1.5rem, calc((100vw - 1168px) / 2)) 4.75rem !important;
	background-color: #0b1f33;
	background-image:
		linear-gradient(rgba(122, 178, 208, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(122, 178, 208, 0.06) 1px, transparent 1px);
	background-size: 42px 42px;
	color: #fff;
	border: 0;
}

body:not(.home) .ma-service--reverse-engineering .ma-eyebrow {
	display: none;
}

.ma-service--reverse-engineering .ma-hero-content {
	align-self: center;
	animation: ma-reveal-up 520ms ease both;
}

.ma-service--reverse-engineering .ma-hero-content .ma-lead {
	max-width: 56ch;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.2rem;
	line-height: 1.65;
}

.ma-service--reverse-engineering .ma-hero-content .wp-block-buttons {
	margin-top: 1.75rem !important;
}

.ma-service--reverse-engineering .ma-hero-content .wp-block-button:first-child .wp-block-button__link {
	background: #fff;
	color: #0b1f33;
}

.ma-service--reverse-engineering .ma-hero-content .wp-block-button:first-child .wp-block-button__link:hover {
	background: #e6f5f3;
	color: #0b1f33;
}

.ma-re-visual {
	position: relative;
	width: 100%;
	max-width: 32rem;
	aspect-ratio: 4 / 3;
	justify-self: end;
	border: 1px solid rgba(143, 219, 211, 0.38);
	border-radius: 8px;
	background: #071522;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	overflow: hidden;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.75rem;
	line-height: 1.4;
	animation: ma-reveal-up 600ms 100ms ease both;
	cursor: pointer;
}

.ma-re-visual.is-complete,
.ma-re-visual.is-stopped {
	cursor: default;
}

.ma-re-visual::before {
	content: "";
	position: absolute;
	inset: 2.8rem 0 2.4rem;
	background-image:
		linear-gradient(rgba(96, 165, 194, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(96, 165, 194, 0.07) 1px, transparent 1px);
	background-size: 24px 24px;
	pointer-events: none;
}

.ma-re-visual__bar,
.ma-re-visual__footer {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	color: #9bb2c7;
	background: #102538;
}

.ma-re-visual__bar {
	height: 2.8rem;
	padding: 0 0.9rem;
	border-bottom: 1px solid rgba(143, 219, 211, 0.18);
}

.ma-re-visual__dots {
	display: inline-flex;
	gap: 0.32rem;
}

.ma-re-visual__dots i {
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	background: #b42318;
}

.ma-re-visual__dots i:nth-child(2) {
	background: #ffcc66;
}

.ma-re-visual__dots i:nth-child(3) {
	background: #2db7a9;
}

.ma-re-visual__filename {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-re-visual__mode {
	margin-left: auto;
	padding: 0.18rem 0.42rem;
	border: 1px solid rgba(255, 204, 102, 0.36);
	border-radius: 3px;
	color: #ffda8f;
	font-size: 0.65rem;
}

.ma-re-visual__pause {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid rgba(143, 219, 211, 0.28);
	border-radius: 3px;
	color: #8fdbd3;
	font-size: 0.68rem;
	transition: opacity var(--ma-ease);
}

.ma-re-visual.is-complete .ma-re-visual__pause,
.ma-re-visual.is-stopped .ma-re-visual__pause {
	opacity: 0;
}

.ma-re-visual__viewport {
	position: relative;
	z-index: 2;
	height: calc(100% - 5.2rem);
	overflow: hidden;
}

.ma-re-scene {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	opacity: 0;
	transform: translateY(8px) scale(0.99);
	transition: opacity 240ms ease, transform 280ms ease;
	pointer-events: none;
}

.ma-re-visual[data-scene="boot"] .ma-re-scene--boot,
.ma-re-visual[data-scene="disassembly"] .ma-re-scene--disassembly,
.ma-re-visual[data-scene="graph"] .ma-re-scene--graph,
.ma-re-visual[data-scene="debugger"] .ma-re-scene--debugger,
.ma-re-visual[data-scene="document"] .ma-re-scene--document {
	z-index: 1;
	opacity: 1;
	transform: translateY(0) scale(1);
}

.ma-re-scene--boot {
	align-items: center;
	justify-content: center;
	background: rgba(7, 21, 34, 0.72);
}

.ma-re-boot-prompt {
	display: flex;
	align-items: baseline;
	color: #d9f7f3;
	font-size: 2.5rem;
	line-height: 1;
}

.ma-re-boot-prompt b {
	color: #2db7a9;
	font-weight: 400;
	animation: ma-re-cursor 720ms step-end infinite;
}

.ma-re-scene--boot p {
	margin: 1.1rem 0 0;
	color: #7997ae;
	font-size: 0.68rem;
	text-transform: uppercase;
}

.ma-re-ui-tabs {
	display: flex;
	align-items: end;
	gap: 0.2rem;
	height: 2rem;
	padding: 0.35rem 0.55rem 0;
	border-bottom: 1px solid rgba(96, 165, 194, 0.2);
	background: #0c1d2c;
	color: #7894aa;
	font-size: 0.59rem;
}

.ma-re-ui-tabs span {
	padding: 0.32rem 0.55rem 0.38rem;
	border-radius: 3px 3px 0 0;
	white-space: nowrap;
}

.ma-re-ui-tabs .is-active {
	background: #153149;
	color: #fff;
	box-shadow: inset 0 -2px #2db7a9;
}

.ma-re-ui-tabs .is-active-alt {
	color: #ffda8f;
}

.ma-re-triage {
	display: grid;
	grid-template-columns: minmax(7.5rem, 0.62fr) minmax(0, 1.55fr);
	min-height: 0;
	flex: 1 1 auto;
}

.ma-re-functions,
.ma-re-listing {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 0.6rem;
	background: rgba(7, 21, 34, 0.84);
}

.ma-re-functions {
	border-right: 1px solid rgba(96, 165, 194, 0.2);
}

.ma-re-functions > strong,
.ma-re-listing > strong {
	margin-bottom: 0.45rem;
	color: #8fdbd3;
	font-size: 0.59rem;
	font-weight: 700;
}

.ma-re-functions > span {
	display: flex;
	justify-content: space-between;
	gap: 0.35rem;
	padding: 0.38rem 0.42rem;
	border-left: 2px solid transparent;
	color: #c5d5e2;
	font-size: 0.59rem;
}

.ma-re-functions > span.is-active {
	border-left-color: #2db7a9;
	background: rgba(45, 183, 169, 0.12);
	color: #fff;
}

.ma-re-functions b,
.ma-re-functions em {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
}

.ma-re-functions em {
	color: #6f8aa0;
}

.ma-re-listing > strong {
	display: flex;
	gap: 0.6rem;
	padding: 0.15rem 0.35rem 0.4rem;
	border-bottom: 1px solid rgba(96, 165, 194, 0.17);
}

.ma-re-listing > strong span {
	color: #739bb7;
	font-weight: 400;
}

.ma-re-listing > span {
	display: grid;
	grid-template-columns: 4.8rem 2.7rem minmax(0, 1fr);
	gap: 0.35rem;
	padding: 0.34rem;
	color: #d9e5ef;
	font-size: 0.63rem;
}

.ma-re-listing > span.is-active {
	box-shadow: inset 3px 0 #2db7a9;
	background: rgba(45, 183, 169, 0.12);
}

.ma-re-listing i,
.ma-re-listing b,
.ma-re-listing em {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
}

.ma-re-listing i {
	color: #739bb7;
}

.ma-re-listing b {
	color: #ffda8f;
}

.ma-re-output {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	height: 2rem;
	padding: 0 0.75rem;
	border-top: 1px solid rgba(96, 165, 194, 0.2);
	background: #0c1d2c;
	color: #8fa8bb;
	font-size: 0.57rem;
}

.ma-re-output strong {
	color: #2db7a9;
}

.ma-re-graph-workspace {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(10rem, 0.92fr);
	min-height: 0;
	flex: 1 1 auto;
}

.ma-re-graph {
	position: relative;
	min-width: 0;
	border-right: 1px solid rgba(96, 165, 194, 0.2);
	background: rgba(7, 21, 34, 0.68);
}

.ma-re-node {
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	width: 43%;
	padding: 0.45rem 0.55rem;
	border: 1px solid #4f7895;
	border-radius: 3px;
	background: #112c40;
	color: #dbe9f3;
	font-size: 0.57rem;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16);
}

.ma-re-node b,
.ma-re-node em {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: normal;
}

.ma-re-node b {
	color: #fff;
}

.ma-re-node em {
	color: #8fb0c8;
}

.ma-re-node--entry {
	top: 8%;
	left: 28.5%;
}

.ma-re-node--left {
	top: 39%;
	left: 3%;
	border-color: #2db7a9;
}

.ma-re-node--right {
	top: 39%;
	right: 3%;
	border-color: #c76a61;
}

.ma-re-node--merge {
	bottom: 7%;
	left: 28.5%;
	border-color: #6ba6ce;
}

.ma-re-edge {
	position: absolute;
	z-index: 1;
	height: 1px;
	transform-origin: left center;
}

.ma-re-edge--left,
.ma-re-edge--right {
	top: 32%;
	left: 49%;
	width: 28%;
}

.ma-re-edge--left {
	background: #2db7a9;
	transform: rotate(152deg);
}

.ma-re-edge--right {
	background: #c76a61;
	transform: rotate(28deg);
}

.ma-re-edge--merge-left,
.ma-re-edge--merge-right {
	top: 66%;
	width: 28%;
	background: #6ba6ce;
}

.ma-re-edge--merge-left {
	left: 23%;
	transform: rotate(28deg);
}

.ma-re-edge--merge-right {
	left: 51%;
	transform: rotate(152deg);
}

.ma-re-pseudocode {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 0.75rem 0.65rem;
	background: rgba(12, 29, 44, 0.94);
}

.ma-re-pseudocode > strong,
.ma-re-trace > strong,
.ma-re-registers > strong {
	margin-bottom: 0.45rem;
	color: #8fdbd3;
	font-size: 0.58rem;
}

.ma-re-pseudocode > span {
	padding: 0.3rem 0.35rem;
	color: #cedde8;
	font-size: 0.56rem;
	white-space: nowrap;
}

.ma-re-pseudocode > span.is-active {
	background: rgba(255, 204, 102, 0.1);
	color: #fff;
}

.ma-re-pseudocode i {
	display: inline-block;
	width: 1.45rem;
	color: #66849b;
	font-style: normal;
}

.ma-re-pseudocode b {
	color: #8fdbd3;
	font-weight: 400;
}

.ma-re-debug-workspace {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(9rem, 0.8fr);
	min-height: 0;
	flex: 1 1 auto;
}

.ma-re-trace,
.ma-re-registers {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 0.7rem;
	background: rgba(7, 21, 34, 0.8);
}

.ma-re-trace {
	border-right: 1px solid rgba(96, 165, 194, 0.2);
}

.ma-re-trace > span {
	display: grid;
	grid-template-columns: 5.2rem minmax(0, 1fr);
	gap: 0.45rem;
	padding: 0.36rem 0.4rem;
	color: #c9d8e3;
	font-size: 0.6rem;
}

.ma-re-trace > span.is-current {
	box-shadow: inset 3px 0 #ffcc66;
	background: rgba(255, 204, 102, 0.1);
	color: #fff;
}

.ma-re-trace i,
.ma-re-trace em {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: normal;
}

.ma-re-trace i {
	color: #739bb7;
}

.ma-re-registers > span {
	display: grid;
	grid-template-columns: 2.1rem minmax(0, 1fr);
	gap: 0.35rem;
	padding: 0.35rem 0.4rem;
	border-bottom: 1px solid rgba(96, 165, 194, 0.11);
	font-size: 0.55rem;
}

.ma-re-registers b {
	color: #8fdbd3;
}

.ma-re-registers em {
	min-width: 0;
	overflow: hidden;
	color: #aabfce;
	font-style: normal;
	text-overflow: ellipsis;
}

.ma-re-registers > span.is-changed {
	background: rgba(91, 75, 138, 0.24);
	box-shadow: inset 2px 0 #a896dc;
}

.ma-re-event {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	height: 2rem;
	padding: 0 0.75rem;
	border-top: 1px solid rgba(255, 204, 102, 0.24);
	background: #0c1d2c;
	color: #8fa8bb;
	font-size: 0.57rem;
}

.ma-re-event > i {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #ffcc66;
	box-shadow: 0 0 0 3px rgba(255, 204, 102, 0.12);
}

.ma-re-event strong {
	color: #ffda8f;
}

.ma-re-scene--document {
	padding: 0.9rem;
	background: rgba(7, 21, 34, 0.82);
}

.ma-re-document-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid rgba(143, 219, 211, 0.2);
	color: #8fdbd3;
	font-size: 0.62rem;
}

.ma-re-document-head strong {
	padding: 0.2rem 0.4rem;
	border: 1px solid rgba(143, 219, 211, 0.36);
	border-radius: 3px;
	background: rgba(45, 183, 169, 0.1);
	color: #d9f7f3;
	font-size: 0.55rem;
}

.ma-re-document-flow {
	display: grid;
	grid-template-columns: repeat(7, auto);
	align-items: center;
	justify-content: stretch;
	gap: 0.3rem;
	margin: 0.75rem 0;
}

.ma-re-document-flow span {
	padding: 0.42rem 0.3rem;
	border: 1px solid #3e708e;
	border-radius: 3px;
	background: #112c40;
	color: #dce9f2;
	font-size: 0.55rem;
	text-align: center;
}

.ma-re-document-flow i {
	color: #2db7a9;
	font-style: normal;
	text-align: center;
}

.ma-re-evidence-counts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.45rem;
}

.ma-re-evidence-counts > span {
	display: flex;
	align-items: baseline;
	gap: 0.4rem;
	min-width: 0;
	padding: 0.45rem 0.55rem;
	border: 1px solid rgba(96, 165, 194, 0.18);
	background: rgba(16, 37, 56, 0.76);
}

.ma-re-evidence-counts strong {
	color: #fff;
	font-size: 0.86rem;
}

.ma-re-evidence-counts em {
	min-width: 0;
	overflow: hidden;
	color: #8fa8bb;
	font-size: 0.53rem;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-re-document-list {
	display: grid;
	gap: 0.35rem;
	margin-top: 0.7rem;
}

.ma-re-document-list > span {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #c7d7e2;
	font-size: 0.58rem;
}

.ma-re-document-list i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: rgba(45, 183, 169, 0.14);
	color: #8fdbd3;
	font-size: 0.58rem;
	font-style: normal;
}

.ma-re-visual[data-scene="disassembly"] .ma-re-listing > span,
.ma-re-visual[data-scene="graph"] .ma-re-node,
.ma-re-visual[data-scene="debugger"] .ma-re-trace > span,
.ma-re-visual[data-scene="document"] .ma-re-document-list > span {
	animation: ma-re-row-in 360ms ease both;
}

.ma-re-visual[data-scene] .ma-re-listing > span:nth-child(3),
.ma-re-visual[data-scene] .ma-re-trace > span:nth-child(3),
.ma-re-visual[data-scene] .ma-re-document-list > span:nth-child(2) {
	animation-delay: 90ms;
}

.ma-re-visual[data-scene] .ma-re-listing > span:nth-child(4),
.ma-re-visual[data-scene] .ma-re-trace > span:nth-child(4),
.ma-re-visual[data-scene] .ma-re-document-list > span:nth-child(3) {
	animation-delay: 180ms;
}

.ma-re-visual[data-scene] .ma-re-listing > span:nth-child(5),
.ma-re-visual[data-scene] .ma-re-trace > span:nth-child(5) {
	animation-delay: 270ms;
}

.ma-re-visual[data-scene="graph"] .ma-re-node--left,
.ma-re-visual[data-scene="graph"] .ma-re-node--right {
	animation-delay: 140ms;
}

.ma-re-visual[data-scene="graph"] .ma-re-node--merge {
	animation-delay: 280ms;
}

.ma-re-visual[data-scene="debugger"] .ma-re-registers > span.is-changed {
	animation: ma-re-register-change 700ms ease both;
}

.ma-re-visual[data-scene="disassembly"] .ma-re-scene--disassembly::after,
.ma-re-visual[data-scene="graph"] .ma-re-scene--graph::after,
.ma-re-visual[data-scene="debugger"] .ma-re-scene--debugger::after {
	content: "";
	position: absolute;
	z-index: 6;
	top: 2rem;
	right: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(143, 219, 211, 0.6), transparent);
	box-shadow: 0 0 12px rgba(45, 183, 169, 0.34);
	pointer-events: none;
	animation: ma-re-analysis-scan 1750ms ease-out both;
}

.ma-re-visual[data-scene="disassembly"].is-phase-2 .ma-re-listing > span,
.ma-re-visual[data-scene="disassembly"].is-phase-3 .ma-re-listing > span,
.ma-re-visual[data-scene="disassembly"].is-phase-4 .ma-re-listing > span {
	box-shadow: none;
	background: transparent;
}

.ma-re-visual[data-scene="disassembly"].is-phase-2 .ma-re-listing > span:nth-child(5),
.ma-re-visual[data-scene="disassembly"].is-phase-3 .ma-re-listing > span:nth-child(6) {
	box-shadow: inset 3px 0 #2db7a9;
	background: rgba(45, 183, 169, 0.12);
}

.ma-re-visual[data-scene="disassembly"].is-phase-4 .ma-re-functions > span {
	border-left-color: transparent;
	background: transparent;
}

.ma-re-visual[data-scene="disassembly"].is-phase-4 .ma-re-functions > span:nth-child(4) {
	border-left-color: #2db7a9;
	background: rgba(45, 183, 169, 0.12);
	color: #fff;
}

.ma-re-visual[data-scene="disassembly"].is-phase-4 .ma-re-output span {
	animation: ma-re-value-confirm 520ms ease both;
}

.ma-re-visual[data-scene="disassembly"].is-phase-4 .ma-re-output span:nth-child(3) {
	animation-delay: 90ms;
}

.ma-re-visual[data-scene="disassembly"].is-phase-4 .ma-re-output span:nth-child(4) {
	animation-delay: 180ms;
}

.ma-re-visual[data-scene="graph"] .ma-re-edge {
	opacity: 0;
	clip-path: inset(0 100% 0 0);
	transition: opacity 180ms ease, clip-path 460ms ease;
}

.ma-re-visual[data-scene="graph"].is-phase-1 .ma-re-edge--left,
.ma-re-visual[data-scene="graph"].is-phase-1 .ma-re-edge--right,
.ma-re-visual[data-scene="graph"].is-phase-2 .ma-re-edge {
	opacity: 1;
	clip-path: inset(0 0 0 0);
}

.ma-re-visual[data-scene="graph"].is-phase-1 .ma-re-node--entry,
.ma-re-visual[data-scene="graph"].is-phase-2 .ma-re-node--left,
.ma-re-visual[data-scene="graph"].is-phase-2 .ma-re-node--right,
.ma-re-visual[data-scene="graph"].is-phase-3 .ma-re-node--merge {
	animation: ma-re-node-resolve 620ms ease both;
}

.ma-re-visual[data-scene="graph"].is-phase-3 .ma-re-pseudocode > span.is-active,
.ma-re-visual[data-scene="graph"].is-phase-4 .ma-re-pseudocode > span.is-active {
	background: transparent;
}

.ma-re-visual[data-scene="graph"].is-phase-3 .ma-re-pseudocode > span:nth-child(5),
.ma-re-visual[data-scene="graph"].is-phase-4 .ma-re-pseudocode > span:nth-child(6) {
	background: rgba(255, 204, 102, 0.1);
	color: #fff;
	animation: ma-re-code-resolve 520ms ease both;
}

.ma-re-visual[data-scene="debugger"].is-phase-1 .ma-re-trace > span,
.ma-re-visual[data-scene="debugger"].is-phase-2 .ma-re-trace > span,
.ma-re-visual[data-scene="debugger"].is-phase-3 .ma-re-trace > span,
.ma-re-visual[data-scene="debugger"].is-phase-4 .ma-re-trace > span {
	box-shadow: none;
	background: transparent;
}

.ma-re-visual[data-scene="debugger"].is-phase-1 .ma-re-trace > span:nth-child(2),
.ma-re-visual[data-scene="debugger"].is-phase-2 .ma-re-trace > span:nth-child(3),
.ma-re-visual[data-scene="debugger"].is-phase-3 .ma-re-trace > span:nth-child(4),
.ma-re-visual[data-scene="debugger"].is-phase-4 .ma-re-trace > span:nth-child(5) {
	box-shadow: inset 3px 0 #ffcc66;
	background: rgba(255, 204, 102, 0.1);
	color: #fff;
}

.ma-re-visual[data-scene="debugger"].is-phase-2 .ma-re-registers > span:nth-child(3),
.ma-re-visual[data-scene="debugger"].is-phase-3 .ma-re-registers > span:nth-child(5) {
	animation: ma-re-register-change 700ms ease both;
}

.ma-re-visual[data-scene="debugger"].is-phase-4 .ma-re-event > i {
	animation: ma-re-evidence-capture 720ms ease both;
}

.ma-re-visual[data-scene="document"]:not(.is-complete):not(.is-stopped) .ma-re-document-flow > *,
.ma-re-visual[data-scene="document"]:not(.is-complete):not(.is-stopped) .ma-re-evidence-counts > span,
.ma-re-visual[data-scene="document"]:not(.is-complete):not(.is-stopped) .ma-re-document-list > span {
	opacity: 0.2;
	transition: opacity 320ms ease, transform 320ms ease;
}

.ma-re-visual[data-scene="document"].is-phase-1 .ma-re-document-flow > * {
	opacity: 1;
	animation: ma-re-flow-resolve 480ms ease both;
}

.ma-re-visual[data-scene="document"].is-phase-1 .ma-re-document-flow > *:nth-child(2) { animation-delay: 60ms; }
.ma-re-visual[data-scene="document"].is-phase-1 .ma-re-document-flow > *:nth-child(3) { animation-delay: 120ms; }
.ma-re-visual[data-scene="document"].is-phase-1 .ma-re-document-flow > *:nth-child(4) { animation-delay: 180ms; }
.ma-re-visual[data-scene="document"].is-phase-1 .ma-re-document-flow > *:nth-child(5) { animation-delay: 240ms; }
.ma-re-visual[data-scene="document"].is-phase-1 .ma-re-document-flow > *:nth-child(6) { animation-delay: 300ms; }
.ma-re-visual[data-scene="document"].is-phase-1 .ma-re-document-flow > *:nth-child(7) { animation-delay: 360ms; }

.ma-re-visual[data-scene="document"].is-phase-2 .ma-re-evidence-counts > span {
	opacity: 1;
	animation: ma-re-value-confirm 520ms ease both;
}

.ma-re-visual[data-scene="document"].is-phase-2 .ma-re-evidence-counts > span:nth-child(2) { animation-delay: 100ms; }
.ma-re-visual[data-scene="document"].is-phase-2 .ma-re-evidence-counts > span:nth-child(3) { animation-delay: 200ms; }

.ma-re-visual[data-scene="document"].is-phase-3 .ma-re-document-list > span {
	opacity: 1;
	animation: ma-re-row-in 360ms ease both;
}

.ma-re-visual[data-scene="document"].is-phase-3 .ma-re-document-list > span:nth-child(2) { animation-delay: 110ms; }
.ma-re-visual[data-scene="document"].is-phase-3 .ma-re-document-list > span:nth-child(3) { animation-delay: 220ms; }

.ma-re-visual[data-scene="document"].is-phase-4 .ma-re-document-head strong {
	animation: ma-re-ready 700ms ease both;
}

.ma-re-visual.is-stopped .ma-re-scene--document *,
.ma-re-visual.is-complete .ma-re-scene--document * {
	animation: none !important;
}

.ma-re-visual__footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: space-between;
	height: 2.4rem;
	padding: 0 0.9rem;
	border-top: 1px solid rgba(143, 219, 211, 0.18);
	font-size: 0.66rem;
}

.ma-re-visual__footer span:first-child {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.ma-re-visual__status > i {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #2db7a9;
	box-shadow: 0 0 0 3px rgba(45, 183, 169, 0.14);
}

.ma-re-visual__steps {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.ma-re-visual__steps i {
	width: 1.2rem;
	height: 2px;
	border-radius: 2px;
	background: #365167;
	transition: background-color 220ms ease;
}

.ma-re-visual__steps i.is-active {
	background: #2db7a9;
}

.ma-service--reverse-engineering .ma-toc {
	margin-top: -2rem;
	margin-bottom: 2.75rem;
	padding: 0.8rem 0.9rem;
	border: 1px solid #d5e0e8;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 14px 34px rgba(11, 31, 51, 0.12);
}

.ma-service--reverse-engineering .ma-toc-label {
	color: #007a70;
	letter-spacing: 0;
}

.ma-service--reverse-engineering .ma-toc-links a {
	min-height: 38px;
	padding: 0.3rem 0.75rem;
	border: 0;
	border-radius: 4px;
	background: transparent;
	font-size: 0.875rem;
}

.ma-service--reverse-engineering .ma-glance {
	counter-reset: ma-glance;
	gap: 0;
	margin-bottom: 4.5rem;
	border: 1px solid #d5e0e8;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.ma-service--reverse-engineering .ma-glance-item {
	counter-increment: ma-glance;
	position: relative;
	border: 0;
	border-top: 3px solid #005ea8;
	border-right: 1px solid #d5e0e8;
	border-radius: 0;
	padding: 1.35rem 1.2rem 1.35rem 3.25rem;
}

.ma-service--reverse-engineering .ma-glance-item:last-child {
	border-right: 0;
}

.ma-service--reverse-engineering .ma-glance-item::before {
	content: "0" counter(ma-glance);
	position: absolute;
	top: 1.3rem;
	left: 1rem;
	color: #7b8fa1;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72rem;
}

.ma-service--reverse-engineering .ma-service-section--intro {
	display: grid;
	grid-template-columns: minmax(14rem, 0.72fr) minmax(0, 1.45fr);
	gap: 1.25rem 4.5rem;
	align-items: start;
	margin-top: 0;
	margin-bottom: 5rem;
}

.ma-service--reverse-engineering .ma-service-intro__aside {
	grid-column: 1;
	grid-row: 1 / span 2;
	padding-top: 0.25rem;
}

.ma-service--reverse-engineering .ma-service-intro__aside span {
	display: block;
	margin-bottom: 0.8rem;
	color: #007a70;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-service--reverse-engineering .ma-service-intro__aside strong {
	display: block;
	color: #0b1f33;
	font-size: 1.65rem;
	line-height: 1.28;
	letter-spacing: 0;
}

.ma-service--reverse-engineering .ma-service-section--intro > p {
	grid-column: 2;
	max-width: 64ch;
	margin: 0;
	color: #486581;
	font-size: 1.08rem;
	line-height: 1.75;
}

.ma-service--reverse-engineering > .ma-band {
	width: 100vw;
	max-width: none !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	padding-right: max(1.5rem, calc((100vw - 1168px) / 2)) !important;
	padding-left: max(1.5rem, calc((100vw - 1168px) / 2)) !important;
}

.ma-service--reverse-engineering .ma-band--outcomes {
	background: #f5f8fb !important;
	border-top: 1px solid #e4ebf0;
	border-bottom: 1px solid #e4ebf0;
}

.ma-service--reverse-engineering .ma-band--outcomes > h2 {
	max-width: 19ch;
}

.ma-service--reverse-engineering .ma-band--outcomes .ma-feature-grid {
	counter-reset: ma-outcome;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

.ma-service--reverse-engineering .ma-band--outcomes .ma-feature {
	counter-increment: ma-outcome;
	position: relative;
	padding: 1.35rem;
	border-radius: 8px;
	box-shadow: none;
}

.ma-service--reverse-engineering .ma-band--outcomes .ma-feature::after {
	content: "0" counter(ma-outcome);
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	color: #9aabb8;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72rem;
}

.ma-service--reverse-engineering .ma-band--outcomes > p {
	max-width: 78ch;
	margin: 0;
	padding: 1rem 1.2rem;
	border-left: 4px solid #007a70;
	background: #fff;
	color: #486581;
}

.ma-service--reverse-engineering .ma-band--landscape {
	display: grid;
	grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.45fr);
	column-gap: 5rem;
	background-color: #e6f5f3 !important;
	background-image: linear-gradient(90deg, rgba(0, 122, 112, 0.05) 1px, transparent 1px);
	background-size: 64px 100%;
}

.ma-service--reverse-engineering .ma-band--landscape > h2 {
	grid-column: 1;
	grid-row: 1;
	align-self: end;
}

.ma-service--reverse-engineering .ma-band--landscape > .ma-pull {
	grid-column: 1;
	grid-row: 2 / span 4;
	align-self: start;
	max-width: 15ch;
	margin-top: 0.75rem;
	border-left-color: #007a70;
	font-size: 1.55rem;
}

.ma-service--reverse-engineering .ma-band--landscape > p:not(.ma-pull) {
	grid-column: 2;
	max-width: 70ch;
	margin: 0;
	padding: 0 0 1.2rem;
	border-bottom: 1px solid rgba(0, 122, 112, 0.18);
	color: #27465f;
	line-height: 1.72;
}

.ma-service--reverse-engineering .ma-band--landscape > p:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ma-service--reverse-engineering .ma-service-section--fit,
.ma-service--reverse-engineering .ma-service-section--scope,
.ma-service--reverse-engineering .ma-service-section--assurance,
.ma-service--reverse-engineering .ma-service-section--closing {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.ma-service--reverse-engineering .ma-service-section--fit .ma-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.ma-service--reverse-engineering .ma-service-section--fit .ma-feature {
	padding: 1.4rem;
	border: 0;
	border-top: 3px solid #005ea8;
	border-radius: 8px;
	background: #eaf2f8;
	box-shadow: none;
}

.ma-service--reverse-engineering .ma-service-section--fit .ma-feature:nth-child(2) {
	border-top-color: #007a70;
	background: #e6f5f3;
}

.ma-service--reverse-engineering .ma-service-section--fit .ma-feature:nth-child(3) {
	border-top-color: #5b4b8a;
	background: #f1eefa;
}

.ma-service--reverse-engineering .ma-service-section--fit .ma-feature:nth-child(4) {
	border-top-color: #8a5a00;
	background: #fff4d6;
}

.ma-service--reverse-engineering .ma-service-section--decisions {
	position: relative;
	overflow: hidden;
	margin: 0 0 5rem;
	padding: 2.75rem 3rem;
	border-radius: 8px;
	background-color: #123b63;
	background-image: repeating-linear-gradient(135deg, transparent 0 22px, rgba(255, 255, 255, 0.035) 22px 23px);
	color: #fff;
}

.ma-service--reverse-engineering .ma-service-section--decisions h2 {
	margin: 0 0 0.85rem !important;
	padding: 0 !important;
	border: 0 !important;
	color: #8fdbd3;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.8rem !important;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ma-service--reverse-engineering .ma-service-section--decisions p {
	max-width: 62ch;
	margin: 0;
	color: #fff;
	font-size: 1.35rem;
	line-height: 1.55;
}

.ma-service--reverse-engineering .ma-scope {
	gap: 1rem;
	margin-top: 1.75rem;
}

.ma-service--reverse-engineering .ma-scope > .wp-block-column {
	border-radius: 8px;
	box-shadow: none;
}

.ma-service--reverse-engineering .ma-scope-in {
	background: #f0faf8 !important;
}

.ma-service--reverse-engineering .ma-scope-out {
	background: #fff7f6 !important;
}

.ma-service--reverse-engineering .ma-scope + h2 {
	margin-top: 3.5rem;
}

.ma-service--reverse-engineering .ma-deliver-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	counter-reset: ma-deliverable;
}

.ma-service--reverse-engineering .ma-deliver-list li {
	counter-increment: ma-deliverable;
	position: relative;
	min-height: 8.5rem;
	padding: 3rem 1.25rem 1.25rem;
	border-left-width: 1px;
	border-radius: 8px;
	box-shadow: none;
}

.ma-service--reverse-engineering .ma-deliver-list li::before {
	content: "DELIVERABLE 0" counter(ma-deliverable);
	position: absolute;
	top: 1.1rem;
	left: 1.25rem;
	color: #007a70;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.68rem;
	font-weight: 700;
}

.ma-service--reverse-engineering .ma-band--process {
	background-color: #123b63 !important;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	color: #fff;
}

.ma-service--reverse-engineering .ma-band--process > h2,
.ma-service--reverse-engineering .ma-band--process h3,
.ma-service--reverse-engineering .ma-band--process p {
	color: #fff;
}

.ma-service--reverse-engineering .ma-band--process .ma-box {
	margin-top: 2rem;
	border-color: rgba(255, 255, 255, 0.18) !important;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05) !important;
	box-shadow: none;
}

.ma-service--reverse-engineering .ma-band--process .ma-step-badge {
	border-color: rgba(143, 219, 211, 0.45);
	background: #e6f5f3;
	color: #005f57;
}

.ma-service--reverse-engineering .ma-band--process .ma-step-h::before,
.ma-service--reverse-engineering .ma-band--process .ma-step-h::after {
	background: rgba(143, 219, 211, 0.38);
}

.ma-service--reverse-engineering .ma-service-section--assurance {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

.ma-service--reverse-engineering .ma-service-section--assurance > #methods-and-standards,
.ma-service--reverse-engineering .ma-service-section--assurance > #methods-and-standards + p {
	grid-column: 1 / -1;
}

.ma-service--reverse-engineering .ma-service-section--assurance > #methods-and-standards + p {
	max-width: 76ch;
	margin: 0 0 2rem;
	color: #486581;
	font-size: 1.08rem;
	line-height: 1.72;
}

.ma-service--reverse-engineering .ma-service-section--assurance > #security-and-evidence {
	grid-column: 1;
	grid-row: 3;
}

.ma-service--reverse-engineering .ma-service-section--assurance > #security-and-evidence + .ma-notice {
	grid-column: 1;
	grid-row: 4;
}

.ma-service--reverse-engineering .ma-service-section--assurance > #limitations {
	grid-column: 2;
	grid-row: 3;
}

.ma-service--reverse-engineering .ma-service-section--assurance > #limitations + .ma-notice {
	grid-column: 2;
	grid-row: 4;
}

.ma-service--reverse-engineering .ma-service-section--assurance > h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ma-service--reverse-engineering .ma-service-section--assurance .ma-notice {
	height: 100%;
	margin: 0 !important;
	border-radius: 8px;
}

.ma-service--reverse-engineering .ma-band--faq {
	display: block;
	background: #f1eefa !important;
}

.ma-service--reverse-engineering .ma-band--faq > h2 {
	position: static;
	margin-bottom: 2rem;
}

.ma-service--reverse-engineering .ma-band--faq .ma-faq {
	max-width: none;
}

.ma-service--reverse-engineering .ma-faq--two-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.ma-service--reverse-engineering .ma-faq-column {
	display: grid;
	gap: 0.75rem;
	align-content: start;
}

.ma-service--reverse-engineering .ma-band--faq .ma-faq-item {
	border-radius: 8px;
}

.ma-service--reverse-engineering .ma-service-section--closing {
	display: block;
}

.ma-service--reverse-engineering .ma-service-section--closing > #case-studies {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ma-service--reverse-engineering .ma-case-study-intro {
	max-width: 76ch;
	margin: 1rem 0 0;
	color: #486581;
}

.ma-service--reverse-engineering .ma-case-study-grid {
	gap: 1rem;
	margin-top: 2rem;
}

.ma-service--reverse-engineering .ma-case-study-grid > .wp-block-column {
	display: flex;
}

.ma-service--reverse-engineering .ma-case-study-grid .ma-card {
	height: 100%;
	border-radius: 8px !important;
	box-shadow: var(--ma-shadow-soft);
}

.ma-service--reverse-engineering .ma-case-study-grid .ma-card:hover {
	transform: none;
	box-shadow: var(--ma-shadow-elev);
}

.ma-service--reverse-engineering .ma-service-section--closing > #related {
	margin-top: 3.75rem;
	padding-top: 2rem;
	border-top: 1px solid #d5e0e8;
}

.ma-service--reverse-engineering .ma-service-section--closing > #related + .ma-related-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.5rem;
}

.ma-service--reverse-engineering > .ma-final-cta {
	position: relative;
	overflow: hidden;
	margin-bottom: 5rem;
	border: 1px solid #bedfd9;
	border-radius: 8px !important;
	background-color: #e6f5f3 !important;
	background-image: repeating-linear-gradient(135deg, transparent 0 24px, rgba(0, 122, 112, 0.045) 24px 25px);
}

.ma-service--reverse-engineering > .ma-final-cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #007a70 0 62%, #ffcc66 62% 82%, #b42318 82% 100%);
}

.ma-service--reverse-engineering h2.has-h2-font-size {
	font-size: 2rem;
	line-height: 1.18;
	letter-spacing: 0;
}

@keyframes ma-reveal-up {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ma-re-cursor {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@keyframes ma-re-row-in {
	from {
		opacity: 0;
		transform: translateY(5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ma-re-register-change {
	from {
		background: rgba(91, 75, 138, 0.58);
		color: #fff;
	}
	to {
		background: rgba(91, 75, 138, 0.24);
	}
}

@keyframes ma-re-analysis-scan {
	from {
		top: 2rem;
		opacity: 0;
	}
	12% {
		opacity: 1;
	}
	to {
		top: calc(100% - 2px);
		opacity: 0;
	}
}

@keyframes ma-re-value-confirm {
	0% {
		color: #fff;
		text-shadow: 0 0 12px rgba(143, 219, 211, 0.8);
	}
	100% {
		color: inherit;
		text-shadow: none;
	}
}

@keyframes ma-re-node-resolve {
	0% {
		box-shadow: 0 0 0 1px rgba(45, 183, 169, 0.8), 0 0 22px rgba(45, 183, 169, 0.34);
	}
	100% {
		box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16);
	}
}

@keyframes ma-re-code-resolve {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}

@keyframes ma-re-evidence-capture {
	0% {
		box-shadow: 0 0 0 3px rgba(255, 204, 102, 0.12);
	}
	50% {
		box-shadow: 0 0 0 8px rgba(255, 204, 102, 0.04), 0 0 16px rgba(255, 204, 102, 0.55);
	}
	100% {
		box-shadow: 0 0 0 3px rgba(255, 204, 102, 0.12);
	}
}

@keyframes ma-re-flow-resolve {
	from {
		opacity: 0.2;
		transform: translateX(-5px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes ma-re-ready {
	0% {
		background: rgba(45, 183, 169, 0.5);
		box-shadow: 0 0 18px rgba(45, 183, 169, 0.5);
	}
	100% {
		background: rgba(45, 183, 169, 0.1);
		box-shadow: none;
	}
}

@media (min-width: 60rem) {
	.ma-service--reverse-engineering > .ma-hero-band {
		grid-template-columns: minmax(0, 1.05fr) minmax(26rem, 0.95fr);
		gap: 4.5rem;
	}
}

@media (max-width: 72rem) {
	.ma-service--reverse-engineering .ma-band--outcomes .ma-feature-grid,
	.ma-service--reverse-engineering .ma-service-section--fit .ma-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 59.98rem) {
	.ma-reverse-engineering-page .ma-page-stage {
		padding-top: 2rem !important;
	}

	.ma-reverse-engineering-page .ma-page-stage .wp-block-post-title {
		font-size: 2.75rem;
	}

	.ma-service--reverse-engineering > .ma-hero-band {
		padding-top: 0.5rem !important;
		padding-bottom: 4rem !important;
	}

	.ma-re-visual {
		justify-self: start;
		margin-top: 2.25rem;
	}

	.ma-service--reverse-engineering .ma-toc {
		position: relative;
		top: auto;
	}

	.ma-service--reverse-engineering .ma-service-section--intro,
	.ma-service--reverse-engineering .ma-band--landscape,
	.ma-service--reverse-engineering .ma-service-section--assurance,
	.ma-service--reverse-engineering .ma-band--faq,
	.ma-service--reverse-engineering .ma-service-section--closing {
		display: block;
	}

	.ma-service--reverse-engineering .ma-service-intro__aside {
		margin-bottom: 1.75rem;
	}

	.ma-service--reverse-engineering .ma-service-section--intro > p + p {
		margin-top: 1rem;
	}

	.ma-service--reverse-engineering .ma-band--landscape > .ma-pull {
		max-width: 24ch;
		margin-bottom: 2rem;
	}

	.ma-service--reverse-engineering .ma-band--landscape > p:not(.ma-pull) + p {
		margin-top: 1.2rem;
	}

	.ma-service--reverse-engineering .ma-band--faq > h2 {
		position: static;
		margin-bottom: 2rem;
	}

	.ma-service--reverse-engineering .ma-faq--two-column {
		grid-template-columns: 1fr;
	}

	.ma-service--reverse-engineering .ma-service-section--closing > #related + .ma-related-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 48.875rem) {
	.ma-service--reverse-engineering .ma-glance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-service--reverse-engineering .ma-glance-item:nth-child(2) {
		border-right: 0;
	}

	.ma-service--reverse-engineering .ma-glance-item:nth-child(n + 3) {
		border-top-width: 1px;
	}

	.ma-service--reverse-engineering .ma-deliver-list {
		grid-template-columns: 1fr;
	}

	.ma-service--reverse-engineering .ma-step-h::before,
	.ma-service--reverse-engineering .ma-step-h::after {
		display: none;
	}
}

@media (max-width: 40rem) {
	.ma-reverse-engineering-page .ma-page-stage {
		padding-top: 1.5rem !important;
		padding-bottom: 1rem !important;
	}

	.ma-reverse-engineering-page .ma-page-stage .wp-block-post-title {
		font-size: 2.2rem;
		line-height: 1.1;
	}

	.ma-service--reverse-engineering > .ma-hero-band {
		padding-right: 1.15rem !important;
		padding-bottom: 3.25rem !important;
		padding-left: 1.15rem !important;
	}

	.ma-service--reverse-engineering .ma-hero-content .ma-lead {
		font-size: 1.08rem;
	}

	.ma-service--reverse-engineering .ma-hero-content .wp-block-buttons,
	.ma-service--reverse-engineering .ma-hero-content .wp-block-button,
	.ma-service--reverse-engineering .ma-hero-content .wp-block-button__link {
		width: 100%;
	}

	.ma-re-visual {
		aspect-ratio: auto;
		min-height: 23rem;
		font-size: 0.68rem;
	}

	.ma-re-visual__bar {
		gap: 0.45rem;
		padding-right: 0.6rem;
		padding-left: 0.6rem;
	}

	.ma-re-visual__filename {
		font-size: 0.6rem;
	}

	.ma-re-visual__mode {
		display: none;
	}

	.ma-re-triage {
		grid-template-columns: minmax(6.4rem, 0.58fr) minmax(0, 1.42fr);
	}

	.ma-re-functions > span {
		display: block;
	}

	.ma-re-functions em {
		display: none;
	}

	.ma-re-listing > span {
		grid-template-columns: 4.25rem 2.35rem minmax(0, 1fr);
		gap: 0.25rem;
	}

	.ma-re-graph-workspace,
	.ma-re-debug-workspace {
		grid-template-columns: 1fr;
	}

	.ma-re-pseudocode,
	.ma-re-registers {
		display: none;
	}

	.ma-re-document-flow {
		gap: 0.18rem;
	}

	.ma-re-document-flow span {
		padding-right: 0.18rem;
		padding-left: 0.18rem;
		font-size: 0.5rem;
	}

	.ma-re-document-list > span {
		font-size: 0.54rem;
	}

	.ma-re-visual__footer span:last-child {
		display: none;
	}

	.ma-service--reverse-engineering .ma-toc {
		margin-right: -0.25rem;
		margin-left: -0.25rem;
	}

	.ma-service--reverse-engineering .ma-glance {
		grid-template-columns: 1fr;
		margin-bottom: 3.5rem;
	}

	.ma-service--reverse-engineering .ma-glance-item,
	.ma-service--reverse-engineering .ma-glance-item:nth-child(2) {
		border-top-width: 1px;
		border-right: 0;
	}

	.ma-service--reverse-engineering .ma-glance-item:first-child {
		border-top: 3px solid #005ea8;
	}

	.ma-service--reverse-engineering .ma-service-section--intro,
	.ma-service--reverse-engineering .ma-service-section--fit,
	.ma-service--reverse-engineering .ma-service-section--scope,
	.ma-service--reverse-engineering .ma-service-section--assurance,
	.ma-service--reverse-engineering .ma-service-section--closing {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}

	.ma-service--reverse-engineering .ma-service-intro__aside strong {
		font-size: 1.4rem;
	}

	.ma-service--reverse-engineering .ma-band--outcomes .ma-feature-grid,
	.ma-service--reverse-engineering .ma-service-section--fit .ma-feature-grid {
		grid-template-columns: 1fr;
	}

	.ma-service--reverse-engineering .ma-service-section--decisions {
		margin-bottom: 3.5rem;
		padding: 2rem 1.35rem;
	}

	.ma-service--reverse-engineering .ma-service-section--decisions p {
		font-size: 1.15rem;
	}

	.ma-service--reverse-engineering .ma-band--process .ma-box {
		padding: 1.5rem !important;
	}

	.ma-service--reverse-engineering > .ma-final-cta {
		margin-bottom: 3rem;
		padding: 2.75rem 1.25rem !important;
	}

	.ma-service--reverse-engineering h2.has-h2-font-size {
		font-size: 1.65rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Malware-analysis service                                                   */
/* -------------------------------------------------------------------------- */

.ma-malware-analysis-page #main {
	overflow: clip;
	padding-bottom: 0;
	background: #fbfdff;
}

.ma-malware-analysis-page .ma-page-stage {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-top: 2.5rem !important;
	padding-bottom: 1.25rem !important;
	background-color: #081c2c;
	background-image:
		linear-gradient(rgba(120, 202, 229, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(120, 202, 229, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
	color: #fff;
}

.ma-malware-analysis-page .ma-page-stage::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: max(1.5rem, calc((100vw - 1168px) / 2));
	width: 11rem;
	height: 100%;
	background: repeating-linear-gradient(135deg, transparent 0 15px, rgba(255, 204, 102, 0.1) 15px 16px);
}

.ma-malware-analysis-page .ma-page-stage .ma-breadcrumbs {
	display: none;
}

.ma-malware-analysis-page .ma-page-stage .wp-block-post-title {
	width: 100%;
	max-width: none;
	min-height: 1.2em;
	margin: 0 auto;
	color: #fff;
	font-size: 3.35rem;
	line-height: 1.06;
	letter-spacing: 0;
	text-align: center;
	text-wrap: balance;
}

.ma-malware-analysis-page .ma-page-stage .wp-block-post-title.ma-re-title--active {
	display: block;
	text-wrap: unset;
	cursor: pointer;
}

.ma-malware-analysis-page .ma-page-stage + .wp-block-post-content,
.ma-malware-analysis-page .wp-block-post-content > .ma-service--malware-analysis {
	margin-block-start: 0;
}

.ma-service--malware-analysis > .ma-hero-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 0.75rem max(1.5rem, calc((100vw - 1168px) / 2)) 4.75rem !important;
	border: 0;
	background-color: #081c2c;
	background-image:
		linear-gradient(rgba(120, 202, 229, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(120, 202, 229, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
	color: #fff;
}

body:not(.home) .ma-service--malware-analysis .ma-eyebrow {
	display: none;
}

.ma-service--malware-analysis .ma-hero-content {
	align-self: center;
	animation: ma-reveal-up 520ms ease both;
}

.ma-service--malware-analysis .ma-hero-content .ma-lead {
	max-width: 55ch;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.2rem;
	line-height: 1.65;
}

.ma-service--malware-analysis .ma-hero-content .wp-block-buttons {
	margin-top: 1.75rem !important;
}

.ma-service--malware-analysis .ma-hero-content .wp-block-button:first-child .wp-block-button__link {
	background: #fff;
	color: #081c2c;
}

.ma-service--malware-analysis .ma-hero-content .wp-block-button:first-child .wp-block-button__link:hover {
	background: #e8f8fb;
	color: #081c2c;
}

.ma-malware-visual {
	--malware-cyan: #78cae5;
	--malware-teal: #45c9b9;
	--malware-amber: #ffda8f;
	border-color: rgba(120, 202, 229, 0.42);
	background: #061621;
	box-shadow: 0 26px 66px rgba(0, 0, 0, 0.34);
}

.ma-malware-visual .ma-re-visual__mode {
	border-color: rgba(120, 202, 229, 0.38);
	color: var(--malware-cyan);
}

.ma-malware-visual .ma-re-visual__status > i,
.ma-malware-visual .ma-re-visual__steps i.is-active {
	background: var(--malware-teal);
}

.ma-malware-scene {
	position: absolute;
	inset: 0;
	display: flex;
	min-width: 0;
	flex-direction: column;
	opacity: 0;
	transform: translateY(8px) scale(0.99);
	transition: opacity 240ms ease, transform 280ms ease;
	pointer-events: none;
}

.ma-malware-visual[data-scene="intake"] .ma-malware-scene--intake,
.ma-malware-visual[data-scene="static"] .ma-malware-scene--static,
.ma-malware-visual[data-scene="behaviour"] .ma-malware-scene--behaviour,
.ma-malware-visual[data-scene="indicators"] .ma-malware-scene--indicators,
.ma-malware-visual[data-scene="brief"] .ma-malware-scene--brief {
	z-index: 1;
	opacity: 1;
	transform: translateY(0) scale(1);
}

.ma-malware-intake-card {
	display: grid;
	gap: 0.8rem;
	margin: auto 0.9rem;
	padding: 0.9rem;
	border: 1px solid rgba(120, 202, 229, 0.22);
	background: rgba(12, 35, 52, 0.92);
}

.ma-malware-intake-card header,
.ma-malware-brief-head,
.ma-malware-ioc-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid rgba(120, 202, 229, 0.2);
	color: var(--malware-cyan);
	font-size: 0.56rem;
}

.ma-malware-intake-card header strong,
.ma-malware-brief-head strong {
	padding: 0.2rem 0.4rem;
	border: 1px solid rgba(69, 201, 185, 0.42);
	border-radius: 3px;
	background: rgba(69, 201, 185, 0.1);
	color: #b8f1ea;
	font-size: 0.52rem;
}

.ma-malware-file {
	display: grid;
	grid-template-columns: 2.7rem minmax(0, 1fr);
	gap: 0.8rem;
	align-items: center;
}

.ma-malware-file > i {
	display: grid;
	width: 2.7rem;
	height: 2.7rem;
	place-items: center;
	border: 1px solid rgba(255, 218, 143, 0.48);
	border-radius: 4px;
	background: rgba(255, 204, 102, 0.08);
	color: var(--malware-amber);
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 700;
}

.ma-malware-file strong,
.ma-malware-file span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-malware-file strong {
	color: #fff;
	font-size: 0.72rem;
}

.ma-malware-file span {
	margin-top: 0.2rem;
	color: #86a6bb;
	font-size: 0.54rem;
}

.ma-malware-intake-card dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.45rem;
	margin: 0;
}

.ma-malware-intake-card dl > div {
	min-width: 0;
	padding: 0.5rem;
	border: 1px solid rgba(120, 202, 229, 0.14);
	background: rgba(6, 22, 33, 0.68);
}

.ma-malware-intake-card dt,
.ma-malware-intake-card dd {
	margin: 0;
}

.ma-malware-intake-card dt {
	color: #6f90a6;
	font-size: 0.48rem;
	text-transform: uppercase;
}

.ma-malware-intake-card dd {
	margin-top: 0.22rem;
	overflow: hidden;
	color: #d7e6ef;
	font-size: 0.54rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-malware-static-grid,
.ma-malware-behaviour-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(9rem, 0.92fr);
	min-height: 0;
	flex: 1 1 auto;
}

.ma-malware-hex,
.ma-malware-findings,
.ma-malware-process-tree,
.ma-malware-telemetry {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 0.65rem;
	background: rgba(6, 22, 33, 0.76);
}

.ma-malware-hex,
.ma-malware-process-tree {
	border-right: 1px solid rgba(120, 202, 229, 0.18);
}

.ma-malware-hex > strong,
.ma-malware-findings > strong,
.ma-malware-process-tree > strong,
.ma-malware-telemetry > strong {
	margin-bottom: 0.45rem;
	color: var(--malware-cyan);
	font-size: 0.55rem;
}

.ma-malware-hex > span {
	padding: 0.28rem 0.35rem;
	color: #b9cad8;
	font-size: 0.58rem;
	white-space: nowrap;
}

.ma-malware-hex i {
	display: inline-block;
	width: 2.8rem;
	color: #63859c;
	font-style: normal;
}

.ma-malware-findings > span,
.ma-malware-telemetry > span {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.35rem 0.4rem;
	border-bottom: 1px solid rgba(120, 202, 229, 0.1);
	font-size: 0.55rem;
}

.ma-malware-findings b,
.ma-malware-telemetry b {
	color: #d7e6ef;
}

.ma-malware-findings em,
.ma-malware-telemetry em {
	min-width: 0;
	overflow: hidden;
	color: #7da0b6;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-malware-signal,
.ma-malware-hunt {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	height: 2rem;
	padding: 0 0.75rem;
	border-top: 1px solid rgba(120, 202, 229, 0.18);
	background: #0b2132;
	color: #7395aa;
	font-size: 0.52rem;
}

.ma-malware-signal i {
	width: 1.4rem;
	height: 0.28rem;
	border-radius: 2px;
	background: #29495e;
}

.ma-malware-signal strong,
.ma-malware-hunt strong {
	margin-left: auto;
	color: var(--malware-amber);
	font-size: 0.53rem;
}

.ma-malware-process-tree > span {
	position: relative;
	margin-left: 0.55rem;
	padding: 0.33rem 0.35rem 0.33rem 1.35rem;
	border-left: 1px solid #41647c;
	color: #b9cad8;
	font-size: 0.56rem;
}

.ma-malware-process-tree > span i {
	position: absolute;
	top: 50%;
	left: -0.25rem;
	width: 0.45rem;
	height: 0.45rem;
	border: 1px solid #78cae5;
	border-radius: 50%;
	background: #071522;
	transform: translateY(-50%);
}

.ma-malware-process-tree > span.is-root {
	color: #fff;
	font-weight: 700;
}

.ma-malware-telemetry b {
	width: 2.4rem;
	color: var(--malware-amber);
}

.ma-malware-timeline {
	display: flex;
	align-items: center;
	gap: 0;
	height: 2rem;
	padding: 0 0.75rem;
	border-top: 1px solid rgba(120, 202, 229, 0.18);
	background: #0b2132;
}

.ma-malware-timeline i {
	position: relative;
	width: 2.2rem;
	height: 1px;
	background: #355a70;
}

.ma-malware-timeline i::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.42rem;
	height: 0.42rem;
	border: 1px solid #5d8299;
	border-radius: 50%;
	background: #0b2132;
	transform: translateY(-50%);
}

.ma-malware-timeline span {
	margin-left: auto;
	color: #7395aa;
	font-size: 0.5rem;
}

.ma-malware-ioc-head {
	display: grid;
	grid-template-columns: 4.5rem minmax(0, 1fr) 4.4rem;
	margin: 0.75rem 0.75rem 0;
	padding: 0 0.5rem 0.5rem;
}

.ma-malware-ioc-list {
	display: grid;
	margin: 0 0.75rem;
	border: 1px solid rgba(120, 202, 229, 0.16);
	background: rgba(6, 22, 33, 0.78);
}

.ma-malware-ioc-list > span {
	display: grid;
	grid-template-columns: 4.5rem minmax(0, 1fr) 4.4rem;
	gap: 0.4rem;
	align-items: center;
	min-width: 0;
	padding: 0.5rem;
	border-bottom: 1px solid rgba(120, 202, 229, 0.11);
	font-size: 0.54rem;
}

.ma-malware-ioc-list > span:last-child {
	border-bottom: 0;
}

.ma-malware-ioc-list b {
	color: #b9cad8;
}

.ma-malware-ioc-list code {
	overflow: hidden;
	color: #7da0b6;
	font-family: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-malware-ioc-list em {
	color: var(--malware-teal);
	font-style: normal;
	font-weight: 700;
}

.ma-malware-hunt {
	margin-top: auto;
}

.ma-malware-scene--brief {
	padding: 0.85rem;
	background: rgba(6, 22, 33, 0.84);
}

.ma-malware-brief-head {
	margin-bottom: 0.65rem;
}

.ma-malware-verdict {
	padding: 0.65rem 0.75rem;
	border-left: 3px solid var(--malware-teal);
	background: rgba(69, 201, 185, 0.08);
}

.ma-malware-verdict > span {
	display: block;
	color: var(--malware-teal);
	font-size: 0.5rem;
}

.ma-malware-verdict strong {
	display: block;
	margin-top: 0.18rem;
	color: #fff;
	font-size: 0.72rem;
}

.ma-malware-verdict p {
	margin: 0.25rem 0 0;
	color: #92acbe;
	font-size: 0.53rem;
	line-height: 1.35;
}

.ma-malware-decisions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.45rem;
	margin-top: 0.65rem;
}

.ma-malware-decisions > span {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.15rem 0.4rem;
	min-width: 0;
	padding: 0.5rem;
	border: 1px solid rgba(120, 202, 229, 0.17);
	background: rgba(12, 35, 52, 0.82);
}

.ma-malware-decisions i {
	grid-row: 1 / span 2;
	color: var(--malware-cyan);
	font-size: 0.5rem;
	font-style: normal;
}

.ma-malware-decisions strong,
.ma-malware-decisions em {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-malware-decisions strong {
	color: #fff;
	font-size: 0.58rem;
}

.ma-malware-decisions em {
	color: #7898ad;
	font-size: 0.48rem;
	font-style: normal;
}

.ma-malware-brief-checks {
	display: grid;
	gap: 0.32rem;
	margin-top: 0.65rem;
}

.ma-malware-brief-checks span {
	color: #b8d0de;
	font-size: 0.55rem;
}

.ma-malware-brief-checks span::first-letter {
	color: var(--malware-teal);
}

.ma-malware-visual[data-scene]:not(.is-complete):not(.is-stopped) .ma-malware-scene > * {
	opacity: 0.2;
	transition: opacity 300ms ease, transform 300ms ease;
}

.ma-malware-visual.is-phase-1 .ma-malware-scene > *:nth-child(1),
.ma-malware-visual.is-phase-2 .ma-malware-scene > *:nth-child(-n + 2),
.ma-malware-visual.is-phase-3 .ma-malware-scene > *:nth-child(-n + 3),
.ma-malware-visual.is-phase-4 .ma-malware-scene > * {
	opacity: 1;
}

.ma-malware-visual[data-scene="static"]::after,
.ma-malware-visual[data-scene="behaviour"]::after,
.ma-malware-visual[data-scene="indicators"]::after {
	content: "";
	position: absolute;
	z-index: 6;
	top: 2.8rem;
	right: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(120, 202, 229, 0.7), transparent);
	box-shadow: 0 0 12px rgba(120, 202, 229, 0.4);
	pointer-events: none;
	animation: ma-re-analysis-scan 1750ms ease-out both;
}

.ma-malware-visual[data-scene="static"].is-phase-2 .ma-malware-signal i:nth-of-type(-n + 2),
.ma-malware-visual[data-scene="static"].is-phase-3 .ma-malware-signal i:nth-of-type(-n + 3),
.ma-malware-visual[data-scene="static"].is-phase-4 .ma-malware-signal i {
	background: var(--malware-amber);
}

.ma-malware-visual[data-scene="behaviour"].is-phase-2 .ma-malware-timeline i:nth-of-type(-n + 2)::before,
.ma-malware-visual[data-scene="behaviour"].is-phase-3 .ma-malware-timeline i:nth-of-type(-n + 4)::before,
.ma-malware-visual[data-scene="behaviour"].is-phase-4 .ma-malware-timeline i::before {
	border-color: var(--malware-teal);
	background: var(--malware-teal);
}

.ma-malware-visual[data-scene="indicators"] .ma-malware-ioc-list > span,
.ma-malware-visual[data-scene="brief"] .ma-malware-decisions > span,
.ma-malware-visual[data-scene="brief"] .ma-malware-brief-checks > span {
	animation: ma-re-row-in 360ms ease both;
}

.ma-malware-visual.is-complete .ma-malware-scene--brief *,
.ma-malware-visual.is-stopped .ma-malware-scene--brief * {
	opacity: 1;
	animation: none !important;
}

@media (min-width: 60rem) {
	.ma-service--malware-analysis > .ma-hero-band {
		grid-template-columns: minmax(0, 1.03fr) minmax(26rem, 0.97fr);
		gap: 4.5rem;
	}
}

.ma-service--malware-analysis .ma-toc {
	margin-top: -2rem;
	margin-bottom: 2.25rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid #cbdce5;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 14px 34px rgba(8, 28, 44, 0.12);
}

.ma-service--malware-analysis .ma-toc-label {
	color: #007a70;
	letter-spacing: 0;
}

.ma-service--malware-analysis .ma-toc-links a {
	min-height: 36px;
	padding: 0.25rem 0.58rem;
	border: 0;
	border-radius: 4px;
	background: transparent;
	font-size: 0.8rem;
}

.ma-service--malware-analysis .ma-glance {
	counter-reset: ma-malware-glance;
	gap: 0;
	margin-bottom: 4rem;
	overflow: hidden;
	border: 1px solid #cbdce5;
	border-radius: 8px;
	background: #fff;
}

.ma-service--malware-analysis .ma-glance-item {
	counter-increment: ma-malware-glance;
	position: relative;
	min-height: 10.5rem;
	padding: 3rem 1.2rem 1.25rem;
	border: 0;
	border-top: 3px solid #007a70;
	border-right: 1px solid #d5e0e8;
	border-radius: 0;
}

.ma-service--malware-analysis .ma-glance-item::before {
	content: "SIGNAL 0" counter(ma-malware-glance);
	position: absolute;
	top: 1rem;
	left: 1.2rem;
	color: #007a70;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.64rem;
	font-weight: 700;
}

.ma-service--malware-analysis .ma-glance-item:nth-child(2) {
	border-top-color: #159bc1;
}

.ma-service--malware-analysis .ma-glance-item:nth-child(2)::before {
	color: #087c9d;
}

.ma-service--malware-analysis .ma-glance-item:nth-child(3) {
	border-top-color: #b47a0a;
}

.ma-service--malware-analysis .ma-glance-item:nth-child(3)::before {
	color: #8a5a00;
}

.ma-service--malware-analysis .ma-glance-item:nth-child(4) {
	border-top-color: #b42318;
	border-right: 0;
}

.ma-service--malware-analysis .ma-glance-item:nth-child(4)::before {
	color: #9b2118;
}

.ma-service--malware-analysis .ma-service-section--intro {
	display: grid;
	grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.45fr);
	gap: 1.1rem 4.5rem;
	align-items: start;
	margin-top: 0;
	margin-bottom: 4rem;
}

.ma-service--malware-analysis .ma-service-intro__aside {
	grid-column: 1;
	grid-row: 1 / span 3;
	padding: 0.25rem 0 0 1.15rem;
	border-left: 4px solid #007a70;
}

.ma-service--malware-analysis .ma-service-intro__aside span {
	display: block;
	margin-bottom: 0.8rem;
	color: #007a70;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-service--malware-analysis .ma-service-intro__aside strong {
	display: block;
	color: #0b1f33;
	font-size: 1.55rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.ma-service--malware-analysis .ma-service-section--intro > p {
	grid-column: 2;
	max-width: 66ch;
	margin: 0;
	color: #3e5d75;
	font-size: 1.06rem;
	line-height: 1.72;
}

.ma-service--malware-analysis > .ma-band {
	width: 100vw;
	max-width: none !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: max(1.5rem, calc((100vw - 1168px) / 2)) !important;
	padding-left: max(1.5rem, calc((100vw - 1168px) / 2)) !important;
}

.ma-service--malware-analysis .ma-band--comparison {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	border-top: 1px solid #d8e5eb;
	border-bottom: 1px solid #d8e5eb;
	background-color: #f2f7f9 !important;
	background-image: linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(21, 155, 193, 0.06) calc(100% - 1px));
	background-size: 25% 100%;
}

.ma-service--malware-analysis .ma-band--comparison > h2:first-child {
	max-width: 22ch;
}

.ma-service--malware-analysis .ma-band--comparison .ma-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
	margin-bottom: 2.75rem;
}

.ma-service--malware-analysis .ma-band--comparison .ma-feature {
	padding: 1.3rem;
	border: 0;
	border-top: 3px solid #007a70;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(8, 28, 44, 0.08);
}

.ma-service--malware-analysis .ma-band--comparison .ma-feature:nth-child(2) {
	border-top-color: #159bc1;
}

.ma-service--malware-analysis .ma-band--comparison .ma-feature:nth-child(3) {
	border-top-color: #b42318;
}

.ma-service--malware-analysis .ma-band--comparison .ma-feature:nth-child(4) {
	border-top-color: #b47a0a;
}

.ma-service--malware-analysis .ma-band--comparison > #private-analysis-versus-a-public-sandbox {
	margin-top: 0;
	padding-top: 2.75rem;
	border-top: 1px solid #cbdce5;
}

.ma-service--malware-analysis .ma-compare {
	gap: 1rem;
	margin-top: 1.75rem;
	margin-bottom: 1.25rem;
}

.ma-service--malware-analysis .ma-compare > .wp-block-column {
	padding: 1.5rem;
	border: 1px solid #cfe2df;
	border-top: 4px solid #007a70;
	border-radius: 8px;
	background: #f4fbfa;
}

.ma-service--malware-analysis .ma-compare > .ma-compare-public {
	border-color: #eadcb9;
	border-top-color: #b47a0a;
	background: #fffaf0;
}

.ma-service--malware-analysis .ma-compare h3 {
	margin-top: 0;
}

.ma-service--malware-analysis .ma-band--comparison > p:last-child {
	max-width: 78ch;
	margin: 0;
	padding: 1rem 1.2rem;
	border-left: 4px solid #159bc1;
	background: #fff;
	color: #3e5d75;
}

.ma-service--malware-analysis .ma-band--landscape {
	display: grid;
	grid-template-columns: minmax(16rem, 0.74fr) minmax(0, 1.4fr);
	column-gap: 5rem;
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	background-color: #eaf6f7 !important;
	background-image: linear-gradient(90deg, rgba(0, 122, 112, 0.045) 1px, transparent 1px);
	background-size: 64px 100%;
}

.ma-service--malware-analysis .ma-band--landscape > h2 {
	grid-column: 1;
	grid-row: 1;
	align-self: end;
}

.ma-service--malware-analysis .ma-band--landscape > .ma-pull {
	grid-column: 1;
	grid-row: 2 / span 4;
	align-self: start;
	max-width: 16ch;
	margin-top: 0.8rem;
	border-left-color: #007a70;
	color: #0d4050;
	font-size: 1.45rem;
}

.ma-service--malware-analysis .ma-band--landscape > p:not(.ma-pull) {
	grid-column: 2;
	max-width: 72ch;
	margin: 0;
	padding: 0 0 1.15rem;
	border-bottom: 1px solid rgba(0, 122, 112, 0.18);
	color: #27465f;
	line-height: 1.7;
}

.ma-service--malware-analysis .ma-band--landscape > p:not(.ma-pull) + p {
	padding-top: 1.15rem;
}

.ma-service--malware-analysis .ma-band--landscape > p:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ma-service--malware-analysis .ma-service-section--fit,
.ma-service--malware-analysis .ma-service-section--scope,
.ma-service--malware-analysis .ma-service-section--assurance,
.ma-service--malware-analysis .ma-service-section--closing {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.ma-service--malware-analysis .ma-service-section--fit .ma-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.ma-service--malware-analysis .ma-service-section--fit .ma-feature {
	padding: 1.35rem;
	border: 0;
	border-top: 3px solid #007a70;
	border-radius: 8px;
	background: #edf8f6;
	box-shadow: none;
}

.ma-service--malware-analysis .ma-service-section--fit .ma-feature:nth-child(2) {
	border-top-color: #159bc1;
	background: #edf7fb;
}

.ma-service--malware-analysis .ma-service-section--fit .ma-feature:nth-child(3) {
	border-top-color: #b47a0a;
	background: #fff8e8;
}

.ma-service--malware-analysis .ma-service-section--fit .ma-feature:nth-child(4) {
	border-top-color: #5b4b8a;
	background: #f4f1fb;
}

.ma-service--malware-analysis .ma-service-section--decisions {
	position: relative;
	overflow: hidden;
	margin: 0 0 4rem;
	padding: 2.5rem 2.75rem;
	border-radius: 8px;
	background-color: #0d3547;
	background-image: repeating-linear-gradient(135deg, transparent 0 22px, rgba(255, 255, 255, 0.035) 22px 23px);
	color: #fff;
}

.ma-service--malware-analysis .ma-service-section--decisions::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #007a70, #159bc1 58%, #ffcc66 82%, #b42318);
}

.ma-service--malware-analysis .ma-service-section--decisions h2 {
	margin: 0 0 0.85rem !important;
	padding: 0 !important;
	border: 0 !important;
	color: #8ce6dc;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.8rem !important;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ma-service--malware-analysis .ma-service-section--decisions p {
	max-width: 65ch;
	margin: 0;
	color: #fff;
	font-size: 1.32rem;
	line-height: 1.55;
}

.ma-service--malware-analysis .ma-scope {
	gap: 1rem;
	margin-top: 1.75rem;
}

.ma-service--malware-analysis .ma-scope > .wp-block-column {
	border-radius: 8px;
	box-shadow: none;
}

.ma-service--malware-analysis .ma-scope-in {
	border-top: 4px solid #007a70;
	background: #f0faf8 !important;
}

.ma-service--malware-analysis .ma-scope-out {
	border-top: 4px solid #b42318;
	background: #fff7f6 !important;
}

.ma-service--malware-analysis .ma-scope + h2 {
	margin-top: 3.5rem;
}

.ma-service--malware-analysis .ma-deliver-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	counter-reset: ma-malware-deliverable;
}

.ma-service--malware-analysis .ma-deliver-list li {
	counter-increment: ma-malware-deliverable;
	position: relative;
	min-height: 8.75rem;
	padding: 3rem 1.15rem 1.15rem;
	border-left-width: 1px;
	border-radius: 8px;
	box-shadow: none;
}

.ma-service--malware-analysis .ma-deliver-list li::before {
	content: "OUTPUT 0" counter(ma-malware-deliverable);
	position: absolute;
	top: 1.05rem;
	left: 1.15rem;
	color: #007a70;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.64rem;
	font-weight: 700;
}

.ma-service--malware-analysis .ma-band--process {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	background-color: #0d3547 !important;
	background-image:
		linear-gradient(rgba(120, 202, 229, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(120, 202, 229, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	color: #fff;
}

.ma-service--malware-analysis .ma-band--process > h2,
.ma-service--malware-analysis .ma-band--process h3,
.ma-service--malware-analysis .ma-band--process p {
	color: #fff;
}

.ma-service--malware-analysis .ma-band--process .ma-box {
	margin-top: 2rem;
	border-color: rgba(255, 255, 255, 0.18) !important;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05) !important;
	box-shadow: none;
}

.ma-service--malware-analysis .ma-band--process .ma-step-badge {
	border-color: rgba(120, 202, 229, 0.5);
	background: #e8f8fb;
	color: #075d75;
}

.ma-service--malware-analysis .ma-band--process .ma-step-h::before,
.ma-service--malware-analysis .ma-band--process .ma-step-h::after {
	background: rgba(120, 202, 229, 0.42);
}

.ma-service--malware-analysis .ma-service-section--assurance {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

.ma-service--malware-analysis .ma-service-section--assurance > #methods-and-standards,
.ma-service--malware-analysis .ma-service-section--assurance > #methods-and-standards + p {
	grid-column: 1 / -1;
}

.ma-service--malware-analysis .ma-service-section--assurance > #methods-and-standards + p {
	max-width: 78ch;
	margin: 0 0 2rem;
	color: #3e5d75;
	font-size: 1.06rem;
	line-height: 1.72;
}

.ma-service--malware-analysis .ma-service-section--assurance > #security-and-evidence {
	grid-column: 1;
	grid-row: 3;
}

.ma-service--malware-analysis .ma-service-section--assurance > #security-and-evidence + .ma-notice {
	grid-column: 1;
	grid-row: 4;
}

.ma-service--malware-analysis .ma-service-section--assurance > #limitations {
	grid-column: 2;
	grid-row: 3;
}

.ma-service--malware-analysis .ma-service-section--assurance > #limitations + .ma-notice {
	grid-column: 2;
	grid-row: 4;
}

.ma-service--malware-analysis .ma-service-section--assurance > h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ma-service--malware-analysis .ma-service-section--assurance .ma-notice {
	height: 100%;
	margin: 0 !important;
	border-radius: 8px;
}

.ma-service--malware-analysis .ma-band--faq {
	display: block;
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	background-color: #eef5f7 !important;
	background-image: linear-gradient(rgba(21, 155, 193, 0.045) 1px, transparent 1px);
	background-size: 100% 3.5rem;
}

.ma-service--malware-analysis .ma-band--faq > h2 {
	position: static;
	margin-bottom: 2rem;
}

.ma-service--malware-analysis .ma-band--faq .ma-faq {
	max-width: none;
}

.ma-service--malware-analysis .ma-faq--two-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.ma-service--malware-analysis .ma-faq-column {
	display: grid;
	gap: 0.75rem;
	align-content: start;
}

.ma-service--malware-analysis .ma-band--faq .ma-faq-item {
	border-radius: 8px;
}

.ma-service--malware-analysis .ma-service-section--closing > #case-studies {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ma-service--malware-analysis .ma-case-study-intro {
	max-width: 76ch;
	margin: 1rem 0 0;
	color: #486581;
}

.ma-service--malware-analysis .ma-case-study-grid {
	gap: 1rem;
	margin-top: 2rem;
}

.ma-service--malware-analysis .ma-case-study-grid > .wp-block-column {
	display: flex;
}

.ma-service--malware-analysis .ma-case-study-grid .ma-card {
	height: 100%;
	border-radius: 8px !important;
	box-shadow: var(--ma-shadow-soft);
}

.ma-service--malware-analysis .ma-service-section--closing > #related {
	margin-top: 3.75rem;
	padding-top: 2rem;
	border-top: 1px solid #d5e0e8;
}

.ma-service--malware-analysis .ma-service-section--closing > #related + .ma-related-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.5rem;
}

.ma-service--malware-analysis > .ma-final-cta {
	position: relative;
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 4rem;
	border: 1px solid #b9dfe4;
	border-radius: 8px !important;
	background-color: #e8f8fb !important;
	background-image: repeating-linear-gradient(135deg, transparent 0 24px, rgba(21, 155, 193, 0.05) 24px 25px);
}

.ma-service--malware-analysis > .ma-final-cta::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #007a70 0 55%, #159bc1 55% 78%, #ffcc66 78% 90%, #b42318 90% 100%);
}

.ma-service--malware-analysis h2.has-h2-font-size {
	font-size: 2rem;
	line-height: 1.18;
	letter-spacing: 0;
}

@media (max-width: 72rem) {
	.ma-service--malware-analysis .ma-band--comparison .ma-feature-grid,
	.ma-service--malware-analysis .ma-service-section--fit .ma-feature-grid,
	.ma-service--malware-analysis .ma-deliver-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 59.98rem) {
	.ma-malware-analysis-page .ma-page-stage {
		padding-top: 2rem !important;
	}

	.ma-malware-analysis-page .ma-page-stage .wp-block-post-title {
		font-size: 2.65rem;
	}

	.ma-service--malware-analysis > .ma-hero-band {
		padding-top: 0.5rem !important;
		padding-bottom: 4rem !important;
	}

	.ma-service--malware-analysis .ma-toc {
		position: relative;
		top: auto;
	}

	.ma-service--malware-analysis .ma-service-section--intro,
	.ma-service--malware-analysis .ma-band--landscape,
	.ma-service--malware-analysis .ma-service-section--assurance,
	.ma-service--malware-analysis .ma-band--faq,
	.ma-service--malware-analysis .ma-service-section--closing {
		display: block;
	}

	.ma-service--malware-analysis .ma-service-intro__aside {
		margin-bottom: 1.75rem;
	}

	.ma-service--malware-analysis .ma-service-section--intro > p + p {
		margin-top: 1rem;
	}

	.ma-service--malware-analysis .ma-band--landscape > .ma-pull {
		max-width: 26ch;
		margin-bottom: 2rem;
	}

	.ma-service--malware-analysis .ma-band--landscape > p:not(.ma-pull) + p {
		margin-top: 1.1rem;
	}

	.ma-service--malware-analysis .ma-faq--two-column,
	.ma-service--malware-analysis .ma-service-section--closing > #related + .ma-related-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 48.875rem) {
	.ma-service--malware-analysis .ma-glance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-service--malware-analysis .ma-glance-item:nth-child(2) {
		border-right: 0;
	}

	.ma-service--malware-analysis .ma-glance-item:nth-child(n + 3) {
		border-top-width: 1px;
	}

	.ma-service--malware-analysis .ma-step-h::before,
	.ma-service--malware-analysis .ma-step-h::after {
		display: none;
	}
}

@media (max-width: 40rem) {
	.ma-malware-analysis-page .ma-page-stage {
		padding-top: 1.5rem !important;
		padding-bottom: 1rem !important;
	}

	.ma-malware-analysis-page .ma-page-stage .wp-block-post-title {
		font-size: 2.05rem;
		line-height: 1.1;
	}

	.ma-service--malware-analysis > .ma-hero-band {
		padding-right: 1.15rem !important;
		padding-bottom: 3.25rem !important;
		padding-left: 1.15rem !important;
	}

	.ma-service--malware-analysis .ma-hero-content .ma-lead {
		font-size: 1.08rem;
	}

	.ma-service--malware-analysis .ma-hero-content .wp-block-buttons,
	.ma-service--malware-analysis .ma-hero-content .wp-block-button,
	.ma-service--malware-analysis .ma-hero-content .wp-block-button__link {
		width: 100%;
	}

	.ma-malware-visual .ma-re-ui-tabs span:nth-child(4) {
		display: none;
	}

	.ma-malware-static-grid,
	.ma-malware-behaviour-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ma-malware-findings,
	.ma-malware-telemetry {
		display: none;
	}

	.ma-malware-ioc-head,
	.ma-malware-ioc-list > span {
		grid-template-columns: 3.7rem minmax(0, 1fr) 3.7rem;
	}

	.ma-malware-decisions {
		gap: 0.3rem;
	}

	.ma-malware-decisions > span {
		display: block;
		padding: 0.4rem;
	}

	.ma-malware-decisions i,
	.ma-malware-decisions strong,
	.ma-malware-decisions em {
		display: block;
	}

	.ma-service--malware-analysis .ma-toc {
		margin-right: -0.25rem;
		margin-left: -0.25rem;
	}

	.ma-service--malware-analysis .ma-glance,
	.ma-service--malware-analysis .ma-band--comparison .ma-feature-grid,
	.ma-service--malware-analysis .ma-service-section--fit .ma-feature-grid,
	.ma-service--malware-analysis .ma-deliver-list {
		grid-template-columns: 1fr;
	}

	.ma-service--malware-analysis .ma-glance {
		margin-bottom: 3.5rem;
	}

	.ma-service--malware-analysis .ma-glance-item,
	.ma-service--malware-analysis .ma-glance-item:nth-child(2) {
		min-height: 0;
		border-top-width: 1px;
		border-right: 0;
	}

	.ma-service--malware-analysis .ma-glance-item:first-child {
		border-top: 3px solid #007a70;
	}

	.ma-service--malware-analysis .ma-service-section--intro,
	.ma-service--malware-analysis .ma-service-section--fit,
	.ma-service--malware-analysis .ma-service-section--scope,
	.ma-service--malware-analysis .ma-service-section--assurance,
	.ma-service--malware-analysis .ma-service-section--closing {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}

	.ma-service--malware-analysis .ma-service-intro__aside strong {
		font-size: 1.35rem;
	}

	.ma-service--malware-analysis .ma-band--comparison,
	.ma-service--malware-analysis .ma-band--landscape,
	.ma-service--malware-analysis .ma-band--process,
	.ma-service--malware-analysis .ma-band--faq {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.ma-service--malware-analysis .ma-service-section--decisions {
		margin-bottom: 3.5rem;
		padding: 2rem 1.35rem;
	}

	.ma-service--malware-analysis .ma-service-section--decisions p {
		font-size: 1.15rem;
	}

	.ma-service--malware-analysis .ma-band--process .ma-box {
		padding: 1.5rem !important;
	}

	.ma-service--malware-analysis > .ma-final-cta {
		margin-bottom: 3rem;
		padding: 2.75rem 1.25rem !important;
	}

	.ma-service--malware-analysis h2.has-h2-font-size {
		font-size: 1.65rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Codebase-hardening service                                                 */
/* -------------------------------------------------------------------------- */

.ma-codebase-hardening-page #main {
	overflow: clip;
	padding-bottom: 0;
	background: #fcfdff;
}

.ma-codebase-hardening-page .ma-page-stage {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-top: 2.5rem !important;
	padding-bottom: 1.25rem !important;
	background-color: #0b1824;
	background-image:
		linear-gradient(rgba(126, 167, 205, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 167, 205, 0.055) 1px, transparent 1px);
	background-size: 38px 38px;
	color: #fff;
}

.ma-codebase-hardening-page .ma-page-stage::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: max(1.5rem, calc((100vw - 1168px) / 2));
	width: 11rem;
	height: 100%;
	background: repeating-linear-gradient(135deg, transparent 0 15px, rgba(102, 211, 168, 0.1) 15px 16px);
}

.ma-codebase-hardening-page .ma-page-stage .ma-breadcrumbs {
	display: none;
}

.ma-codebase-hardening-page .ma-page-stage .wp-block-post-title {
	width: 100%;
	max-width: none;
	min-height: 1.2em;
	margin: 0 auto;
	color: #fff;
	font-size: clamp(2.7rem, 4.25vw, 3.35rem);
	line-height: 1.06;
	letter-spacing: 0;
	text-align: center;
	text-wrap: balance;
}

.ma-codebase-hardening-page .ma-page-stage .wp-block-post-title.ma-re-title--active {
	display: block;
	text-wrap: unset;
	cursor: pointer;
}

.ma-codebase-hardening-page .ma-page-stage + .wp-block-post-content,
.ma-codebase-hardening-page .wp-block-post-content > .ma-service--codebase-hardening {
	margin-block-start: 0;
}

.ma-service--codebase-hardening > .ma-hero-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 0.75rem max(1.5rem, calc((100vw - 1168px) / 2)) 4.75rem !important;
	border: 0;
	background-color: #0b1824;
	background-image:
		linear-gradient(rgba(126, 167, 205, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 167, 205, 0.055) 1px, transparent 1px);
	background-size: 38px 38px;
	color: #fff;
}

body:not(.home) .ma-service--codebase-hardening .ma-eyebrow {
	display: none;
}

.ma-service--codebase-hardening .ma-hero-content {
	align-self: center;
	animation: ma-reveal-up 520ms ease both;
}

.ma-service--codebase-hardening .ma-hero-content .ma-lead {
	max-width: 56ch;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.18rem;
	line-height: 1.65;
}

.ma-service--codebase-hardening .ma-hero-content .wp-block-buttons {
	margin-top: 1.75rem !important;
}

.ma-service--codebase-hardening .ma-hero-content .wp-block-button:first-child .wp-block-button__link {
	background: #fff;
	color: #0b1824;
}

.ma-service--codebase-hardening .ma-hero-content .wp-block-button:first-child .wp-block-button__link:hover {
	background: #e9f9f2;
	color: #0b1824;
}

.ma-code-visual {
	--code-blue: #82b7e5;
	--code-mint: #66d3a8;
	--code-violet: #b7ace8;
	--code-amber: #ffda8f;
	--code-coral: #ef8d84;
	border-color: rgba(130, 183, 229, 0.42);
	background: #07131d;
	box-shadow: 0 26px 66px rgba(0, 0, 0, 0.34);
}

.ma-code-visual .ma-re-visual__mode {
	border-color: rgba(183, 172, 232, 0.4);
	color: var(--code-violet);
}

.ma-code-visual .ma-re-visual__status > i,
.ma-code-visual .ma-re-visual__steps i.is-active {
	background: var(--code-mint);
}

.ma-code-scene {
	position: absolute;
	inset: 0;
	display: flex;
	min-width: 0;
	flex-direction: column;
	opacity: 0;
	transform: translateY(8px) scale(0.99);
	transition: opacity 240ms ease, transform 280ms ease;
	pointer-events: none;
}

.ma-code-visual[data-scene="scope"] .ma-code-scene--scope,
.ma-code-visual[data-scene="boundaries"] .ma-code-scene--boundaries,
.ma-code-visual[data-scene="trace"] .ma-code-scene--trace,
.ma-code-visual[data-scene="finding"] .ma-code-scene--finding,
.ma-code-visual[data-scene="verify"] .ma-code-scene--verify {
	z-index: 1;
	opacity: 1;
	transform: translateY(0) scale(1);
}

.ma-code-scope-grid,
.ma-code-trace-grid {
	display: grid;
	grid-template-columns: minmax(8rem, 0.62fr) minmax(0, 1.38fr);
	min-height: 0;
	flex: 1 1 auto;
}

.ma-code-tree,
.ma-code-scope-card,
.ma-code-listing,
.ma-code-trace-side {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 0.65rem;
	background: rgba(7, 19, 29, 0.8);
}

.ma-code-tree,
.ma-code-listing {
	border-right: 1px solid rgba(130, 183, 229, 0.18);
}

.ma-code-tree > strong,
.ma-code-scope-card header > span,
.ma-code-listing > strong,
.ma-code-trace-side > strong {
	margin-bottom: 0.45rem;
	color: var(--code-blue);
	font-size: 0.55rem;
}

.ma-code-tree > span {
	position: relative;
	padding: 0.31rem 0.35rem 0.31rem 1.15rem;
	border-left: 2px solid transparent;
	color: #8ea8ba;
	font-size: 0.57rem;
}

.ma-code-tree > span i {
	position: absolute;
	top: 50%;
	left: 0.35rem;
	width: 0.35rem;
	height: 0.35rem;
	border: 1px solid #54738a;
	transform: translateY(-50%);
}

.ma-code-tree > span.is-open {
	color: #d7e5ef;
	font-weight: 700;
}

.ma-code-tree > span.is-active {
	border-left-color: var(--code-violet);
	background: rgba(183, 172, 232, 0.1);
	color: #fff;
}

.ma-code-scope-card header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid rgba(130, 183, 229, 0.16);
}

.ma-code-scope-card header > span {
	margin: 0;
}

.ma-code-scope-card header strong {
	color: #fff;
	font-size: 0.67rem;
}

.ma-code-scope-card dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.45rem;
	margin: 0.65rem 0 0;
}

.ma-code-scope-card dl > div {
	min-width: 0;
	padding: 0.48rem;
	border: 1px solid rgba(130, 183, 229, 0.14);
	background: rgba(13, 33, 48, 0.76);
}

.ma-code-scope-card dt,
.ma-code-scope-card dd,
.ma-code-finding-meta dt,
.ma-code-finding-meta dd {
	margin: 0;
}

.ma-code-scope-card dt,
.ma-code-finding-meta dt {
	color: #66849a;
	font-size: 0.48rem;
	text-transform: uppercase;
}

.ma-code-scope-card dd,
.ma-code-finding-meta dd {
	margin-top: 0.2rem;
	overflow: hidden;
	color: #d4e2ec;
	font-size: 0.54rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-code-progress,
.ma-code-trace-foot,
.ma-code-verify-foot {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	height: 2rem;
	padding: 0 0.75rem;
	border-top: 1px solid rgba(130, 183, 229, 0.18);
	background: #0d2130;
	color: #718fa4;
	font-size: 0.51rem;
}

.ma-code-progress i {
	width: 1.55rem;
	height: 0.28rem;
	border-radius: 2px;
	background: #294659;
}

.ma-code-progress strong,
.ma-code-trace-foot strong,
.ma-code-verify-foot strong {
	margin-left: auto;
	color: var(--code-mint);
	font-size: 0.53rem;
}

.ma-code-boundary-map {
	position: relative;
	min-height: 0;
	flex: 1 1 auto;
	background:
		linear-gradient(rgba(130, 183, 229, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(130, 183, 229, 0.045) 1px, transparent 1px),
		rgba(7, 19, 29, 0.78);
	background-size: 22px 22px;
}

.ma-code-node {
	position: absolute;
	z-index: 2;
	display: flex;
	width: 22%;
	min-width: 0;
	flex-direction: column;
	gap: 0.12rem;
	padding: 0.52rem;
	border: 1px solid #4f7590;
	border-radius: 3px;
	background: #102b3d;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
}

.ma-code-node b,
.ma-code-node em {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-code-node b {
	color: #fff;
	font-size: 0.57rem;
}

.ma-code-node em {
	color: #82a1b6;
	font-size: 0.48rem;
	font-style: normal;
}

.ma-code-node--client {
	top: 40%;
	left: 3%;
}

.ma-code-node--api {
	top: 40%;
	left: 27%;
	border-color: var(--code-blue);
}

.ma-code-node--service {
	top: 40%;
	left: 51%;
	border-color: var(--code-violet);
}

.ma-code-node--data {
	top: 40%;
	right: 3%;
	border-color: var(--code-mint);
}

.ma-code-link {
	position: absolute;
	z-index: 1;
	top: 52%;
	width: 5%;
	height: 1px;
	background: #6f92a9;
}

.ma-code-link::after {
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #6f92a9;
}

.ma-code-link--one {
	left: 23.5%;
}

.ma-code-link--two {
	left: 47.5%;
}

.ma-code-link--three {
	left: 71.5%;
}

.ma-code-boundary {
	position: absolute;
	top: 12%;
	bottom: 10%;
	padding-left: 0.35rem;
	border-left: 1px dashed rgba(255, 218, 143, 0.66);
	color: var(--code-amber);
	font-size: 0.43rem;
	writing-mode: vertical-rl;
}

.ma-code-boundary--external {
	left: 25.5%;
}

.ma-code-boundary--data {
	left: 75%;
}

.ma-code-boundary-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	height: 2rem;
	padding: 0 0.75rem;
	border-top: 1px solid rgba(130, 183, 229, 0.18);
	background: #0d2130;
	color: #87a4b7;
	font-size: 0.49rem;
}

.ma-code-boundary-foot span {
	display: flex;
	align-items: center;
	gap: 0.3rem;
}

.ma-code-boundary-foot i {
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 50%;
	background: var(--code-mint);
}

.ma-code-listing > strong {
	display: flex;
	gap: 0.55rem;
	padding: 0.1rem 0.3rem 0.4rem;
	border-bottom: 1px solid rgba(130, 183, 229, 0.16);
}

.ma-code-listing > strong span {
	color: var(--code-violet);
}

.ma-code-listing > span {
	display: grid;
	grid-template-columns: 1.5rem 2.6rem minmax(0, 1fr);
	gap: 0.3rem;
	padding: 0.34rem;
	color: #d2e0ea;
	font-size: 0.55rem;
}

.ma-code-listing > span.is-source {
	box-shadow: inset 3px 0 var(--code-amber);
	background: rgba(255, 218, 143, 0.08);
}

.ma-code-listing > span.is-sink {
	box-shadow: inset 3px 0 var(--code-coral);
	background: rgba(239, 141, 132, 0.08);
}

.ma-code-listing i,
.ma-code-listing b,
.ma-code-listing em {
	min-width: 0;
	overflow: hidden;
	font-style: normal;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-code-listing i {
	color: #617f95;
}

.ma-code-listing b {
	color: var(--code-violet);
}

.ma-code-trace-side > span {
	display: grid;
	grid-template-columns: 1.5rem minmax(0, 1fr);
	gap: 0.35rem;
	padding: 0.38rem;
	border-bottom: 1px solid rgba(130, 183, 229, 0.11);
	font-size: 0.53rem;
}

.ma-code-trace-side i {
	color: var(--code-blue);
	font-style: normal;
}

.ma-code-trace-side em {
	overflow: hidden;
	color: #9ab2c3;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-code-trace-side > div {
	margin-top: auto;
	padding: 0.5rem;
	border: 1px solid rgba(239, 141, 132, 0.3);
	background: rgba(239, 141, 132, 0.08);
}

.ma-code-trace-side > div b,
.ma-code-trace-side > div em {
	display: block;
}

.ma-code-trace-side > div b {
	color: var(--code-coral);
	font-size: 0.5rem;
}

.ma-code-trace-side > div em {
	margin-top: 0.2rem;
	font-size: 0.52rem;
}

.ma-code-scene--finding,
.ma-code-scene--verify {
	padding: 0.8rem;
	background: rgba(7, 19, 29, 0.84);
}

.ma-code-finding-head,
.ma-code-verify-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid rgba(130, 183, 229, 0.18);
	color: var(--code-blue);
	font-size: 0.55rem;
}

.ma-code-finding-head strong {
	padding: 0.2rem 0.42rem;
	border: 1px solid rgba(239, 141, 132, 0.45);
	border-radius: 3px;
	background: rgba(239, 141, 132, 0.1);
	color: var(--code-coral);
	font-size: 0.52rem;
}

.ma-code-finding-title {
	margin-top: 0.6rem;
	padding: 0.58rem 0.68rem;
	border-left: 3px solid var(--code-coral);
	background: rgba(239, 141, 132, 0.07);
}

.ma-code-finding-title > span {
	display: block;
	color: var(--code-coral);
	font-size: 0.48rem;
}

.ma-code-finding-title strong {
	display: block;
	margin-top: 0.16rem;
	color: #fff;
	font-size: 0.66rem;
}

.ma-code-finding-title p {
	margin: 0.22rem 0 0;
	color: #91aabd;
	font-size: 0.51rem;
	line-height: 1.35;
}

.ma-code-attack-path {
	display: grid;
	grid-template-columns: repeat(7, auto);
	align-items: center;
	gap: 0.26rem;
	margin: 0.6rem 0;
}

.ma-code-attack-path span {
	padding: 0.38rem 0.24rem;
	border: 1px solid #42657d;
	border-radius: 3px;
	background: #102b3d;
	color: #d8e5ee;
	font-size: 0.49rem;
	text-align: center;
}

.ma-code-attack-path i {
	color: var(--code-amber);
	font-style: normal;
}

.ma-code-finding-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem;
	margin: 0;
}

.ma-code-finding-meta > div {
	min-width: 0;
	padding: 0.43rem 0.5rem;
	border: 1px solid rgba(130, 183, 229, 0.14);
	background: rgba(13, 33, 48, 0.76);
}

.ma-code-verify-head strong {
	padding: 0.2rem 0.42rem;
	border: 1px solid rgba(102, 211, 168, 0.42);
	border-radius: 3px;
	background: rgba(102, 211, 168, 0.1);
	color: var(--code-mint);
	font-size: 0.52rem;
}

.ma-code-diff {
	display: grid;
	margin-top: 0.6rem;
	border: 1px solid rgba(130, 183, 229, 0.16);
	background: rgba(5, 15, 23, 0.84);
}

.ma-code-diff > span {
	display: grid;
	grid-template-columns: 1.7rem minmax(0, 1fr);
	gap: 0.45rem;
	min-width: 0;
	padding: 0.34rem 0.45rem;
	border-bottom: 1px solid rgba(130, 183, 229, 0.09);
	font-size: 0.52rem;
}

.ma-code-diff i {
	color: #617f95;
	font-style: normal;
}

.ma-code-diff code {
	overflow: hidden;
	color: #c8d8e3;
	font-family: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-code-diff > span.is-removed {
	background: rgba(239, 141, 132, 0.08);
}

.ma-code-diff > span.is-removed code {
	color: #f2aaa3;
}

.ma-code-diff > span.is-added {
	background: rgba(102, 211, 168, 0.08);
}

.ma-code-diff > span.is-added code {
	color: #99e4c6;
}

.ma-code-verify-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem;
	margin-top: 0.55rem;
}

.ma-code-verify-grid > span {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.1rem 0.35rem;
	min-width: 0;
	padding: 0.42rem;
	border: 1px solid rgba(102, 211, 168, 0.18);
	background: rgba(102, 211, 168, 0.055);
}

.ma-code-verify-grid i {
	grid-row: 1 / span 2;
	color: var(--code-mint);
	font-style: normal;
}

.ma-code-verify-grid strong,
.ma-code-verify-grid em {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-code-verify-grid strong {
	color: #fff;
	font-size: 0.52rem;
}

.ma-code-verify-grid em {
	color: #7895aa;
	font-size: 0.45rem;
	font-style: normal;
}

.ma-code-verify-foot {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.ma-code-visual[data-scene]:not(.is-complete):not(.is-stopped) .ma-code-scene > *:not(.ma-re-ui-tabs) {
	opacity: 0.18;
	transition: opacity 300ms ease, transform 300ms ease;
}

.ma-code-visual.is-phase-1 .ma-code-scene > *:nth-child(2),
.ma-code-visual.is-phase-2 .ma-code-scene > *:nth-child(-n + 3),
.ma-code-visual.is-phase-3 .ma-code-scene > *:nth-child(-n + 4),
.ma-code-visual.is-phase-4 .ma-code-scene > * {
	opacity: 1;
}

.ma-code-visual[data-scene="scope"].is-phase-1 .ma-code-progress i:nth-of-type(1),
.ma-code-visual[data-scene="scope"].is-phase-2 .ma-code-progress i:nth-of-type(-n + 2),
.ma-code-visual[data-scene="scope"].is-phase-3 .ma-code-progress i:nth-of-type(-n + 3),
.ma-code-visual[data-scene="scope"].is-phase-4 .ma-code-progress i {
	background: var(--code-mint);
}

.ma-code-visual[data-scene="boundaries"] .ma-code-node,
.ma-code-visual[data-scene="boundaries"] .ma-code-link,
.ma-code-visual[data-scene="boundaries"] .ma-code-boundary,
.ma-code-visual[data-scene="trace"] .ma-code-listing > span,
.ma-code-visual[data-scene="finding"] .ma-code-attack-path > *,
.ma-code-visual[data-scene="verify"] .ma-code-diff > span,
.ma-code-visual[data-scene="verify"] .ma-code-verify-grid > span {
	animation: ma-re-row-in 360ms ease both;
}

.ma-code-visual[data-scene="trace"]::after,
.ma-code-visual[data-scene="finding"]::after {
	content: "";
	position: absolute;
	z-index: 6;
	top: 2.8rem;
	right: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(183, 172, 232, 0.75), transparent);
	box-shadow: 0 0 12px rgba(183, 172, 232, 0.42);
	pointer-events: none;
	animation: ma-re-analysis-scan 1750ms ease-out both;
}

.ma-code-visual.is-complete .ma-code-scene--verify *,
.ma-code-visual.is-stopped .ma-code-scene--verify * {
	opacity: 1;
	animation: none !important;
}

@media (min-width: 60rem) {
	.ma-service--codebase-hardening > .ma-hero-band {
		grid-template-columns: minmax(0, 1.03fr) minmax(26rem, 0.97fr);
		gap: 4.5rem;
	}
}

.ma-service--codebase-hardening .ma-toc {
	margin-top: -2rem;
	margin-bottom: 2.25rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid #cedbe6;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 14px 34px rgba(11, 24, 36, 0.12);
}

.ma-service--codebase-hardening .ma-toc-label {
	color: #5b4b8a;
	letter-spacing: 0;
}

.ma-service--codebase-hardening .ma-toc-links a {
	min-height: 36px;
	padding: 0.25rem 0.58rem;
	border: 0;
	border-radius: 4px;
	background: transparent;
	font-size: 0.8rem;
}

.ma-service--codebase-hardening .ma-glance {
	counter-reset: ma-code-glance;
	gap: 0;
	margin-bottom: 4rem;
	overflow: hidden;
	border: 1px solid #cedbe6;
	border-radius: 8px;
	background: #fff;
}

.ma-service--codebase-hardening .ma-glance-item {
	counter-increment: ma-code-glance;
	position: relative;
	min-height: 10.25rem;
	padding: 3rem 1.2rem 1.25rem;
	border: 0;
	border-top: 3px solid #5b4b8a;
	border-right: 1px solid #d5e0e8;
	border-radius: 0;
}

.ma-service--codebase-hardening .ma-glance-item::before {
	content: "REVIEW 0" counter(ma-code-glance);
	position: absolute;
	top: 1rem;
	left: 1.2rem;
	color: #5b4b8a;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.64rem;
	font-weight: 700;
}

.ma-service--codebase-hardening .ma-glance-item:nth-child(2) {
	border-top-color: #005ea8;
}

.ma-service--codebase-hardening .ma-glance-item:nth-child(2)::before {
	color: #005ea8;
}

.ma-service--codebase-hardening .ma-glance-item:nth-child(3) {
	border-top-color: #b26b00;
}

.ma-service--codebase-hardening .ma-glance-item:nth-child(3)::before {
	color: #8a5a00;
}

.ma-service--codebase-hardening .ma-glance-item:nth-child(4) {
	border-top-color: #16876f;
	border-right: 0;
}

.ma-service--codebase-hardening .ma-glance-item:nth-child(4)::before {
	color: #08745f;
}

.ma-service--codebase-hardening .ma-service-section--intro {
	display: grid;
	grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.45fr);
	gap: 1.1rem 4.5rem;
	align-items: start;
	margin-top: 0;
	margin-bottom: 4rem;
}

.ma-service--codebase-hardening .ma-service-intro__aside {
	grid-column: 1;
	grid-row: 1 / span 3;
	padding: 0.25rem 0 0 1.15rem;
	border-left: 4px solid #5b4b8a;
}

.ma-service--codebase-hardening .ma-service-intro__aside span {
	display: block;
	margin-bottom: 0.8rem;
	color: #5b4b8a;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-service--codebase-hardening .ma-service-intro__aside strong {
	display: block;
	color: #0b1f33;
	font-size: 1.55rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.ma-service--codebase-hardening .ma-service-section--intro > p {
	grid-column: 2;
	max-width: 66ch;
	margin: 0;
	color: #3e5d75;
	font-size: 1.06rem;
	line-height: 1.72;
}

.ma-service--codebase-hardening > .ma-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding-right: max(1.5rem, calc((100vw - 1168px) / 2)) !important;
	padding-left: max(1.5rem, calc((100vw - 1168px) / 2)) !important;
}

.ma-service--codebase-hardening .ma-band--review-depth {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	border-top: 1px solid #d8e1eb;
	border-bottom: 1px solid #d8e1eb;
	background-color: #f3f5fa !important;
	background-image: linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(91, 75, 138, 0.055) calc(100% - 1px));
	background-size: 25% 100%;
}

.ma-service--codebase-hardening .ma-band--review-depth > h2:first-child {
	max-width: 22ch;
}

.ma-service--codebase-hardening .ma-band--review-depth .ma-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
	margin-bottom: 2.75rem;
}

.ma-service--codebase-hardening .ma-band--review-depth .ma-feature {
	padding: 1.3rem;
	border: 0;
	border-top: 3px solid #5b4b8a;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(11, 24, 36, 0.08);
}

.ma-service--codebase-hardening .ma-band--review-depth .ma-feature:nth-child(2) {
	border-top-color: #005ea8;
}

.ma-service--codebase-hardening .ma-band--review-depth .ma-feature:nth-child(3) {
	border-top-color: #b26b00;
}

.ma-service--codebase-hardening .ma-band--review-depth .ma-feature:nth-child(4) {
	border-top-color: #16876f;
}

.ma-service--codebase-hardening .ma-band--review-depth > #manual-review-and-automated-sast {
	margin-top: 0;
	padding-top: 2.75rem;
	border-top: 1px solid #cbd6e3;
}

.ma-service--codebase-hardening .ma-code-compare {
	gap: 1rem;
	margin-top: 1.75rem;
	margin-bottom: 1.25rem;
}

.ma-service--codebase-hardening .ma-code-compare > .wp-block-column {
	padding: 1.5rem;
	border: 1px solid #d6d1e9;
	border-top: 4px solid #5b4b8a;
	border-radius: 8px;
	background: #f8f6fd;
}

.ma-service--codebase-hardening .ma-code-compare > .ma-code-compare-tools {
	border-color: #c9ddea;
	border-top-color: #005ea8;
	background: #f2f8fc;
}

.ma-service--codebase-hardening .ma-code-compare h3 {
	margin-top: 0;
}

.ma-service--codebase-hardening .ma-band--review-depth > p:last-child {
	max-width: 78ch;
	margin: 0;
	padding: 1rem 1.2rem;
	border-left: 4px solid #16876f;
	background: #fff;
	color: #3e5d75;
}

.ma-service--codebase-hardening .ma-band--landscape {
	display: grid;
	grid-template-columns: minmax(16rem, 0.74fr) minmax(0, 1.4fr);
	column-gap: 5rem;
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	background-color: #edf4f8 !important;
	background-image: linear-gradient(90deg, rgba(0, 94, 168, 0.045) 1px, transparent 1px);
	background-size: 64px 100%;
}

.ma-service--codebase-hardening .ma-band--landscape > h2 {
	grid-column: 1;
	grid-row: 1;
	align-self: end;
}

.ma-service--codebase-hardening .ma-band--landscape > .ma-pull {
	grid-column: 1;
	grid-row: 2 / span 4;
	align-self: start;
	max-width: 16ch;
	margin-top: 0.8rem;
	border-left-color: #5b4b8a;
	color: #27375c;
	font-size: 1.42rem;
}

.ma-service--codebase-hardening .ma-band--landscape > p:not(.ma-pull) {
	grid-column: 2;
	max-width: 72ch;
	margin: 0;
	padding: 0 0 1.15rem;
	border-bottom: 1px solid rgba(0, 94, 168, 0.16);
	color: #27465f;
	line-height: 1.7;
}

.ma-service--codebase-hardening .ma-band--landscape > p:not(.ma-pull) + p {
	padding-top: 1.15rem;
}

.ma-service--codebase-hardening .ma-band--landscape > p:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ma-service--codebase-hardening .ma-service-section--fit,
.ma-service--codebase-hardening .ma-service-section--scope,
.ma-service--codebase-hardening .ma-service-section--assurance,
.ma-service--codebase-hardening .ma-service-section--closing {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.ma-service--codebase-hardening .ma-service-section--fit .ma-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.ma-service--codebase-hardening .ma-service-section--fit .ma-feature {
	padding: 1.35rem;
	border: 0;
	border-top: 3px solid #5b4b8a;
	border-radius: 8px;
	background: #f5f2fb;
	box-shadow: none;
}

.ma-service--codebase-hardening .ma-service-section--fit .ma-feature:nth-child(2) {
	border-top-color: #005ea8;
	background: #eef6fb;
}

.ma-service--codebase-hardening .ma-service-section--fit .ma-feature:nth-child(3) {
	border-top-color: #16876f;
	background: #eef9f5;
}

.ma-service--codebase-hardening .ma-service-section--fit .ma-feature:nth-child(4) {
	border-top-color: #b26b00;
	background: #fff8e8;
}

.ma-service--codebase-hardening .ma-service-section--decisions {
	position: relative;
	overflow: hidden;
	margin: 0 0 4rem;
	padding: 2.5rem 2.75rem;
	border-radius: 8px;
	background-color: #1b2840;
	background-image: repeating-linear-gradient(135deg, transparent 0 22px, rgba(255, 255, 255, 0.035) 22px 23px);
	color: #fff;
}

.ma-service--codebase-hardening .ma-service-section--decisions::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #5b4b8a, #005ea8 45%, #16876f 72%, #ffcc66);
}

.ma-service--codebase-hardening .ma-service-section--decisions h2 {
	margin: 0 0 0.85rem !important;
	padding: 0 !important;
	border: 0 !important;
	color: #b7ace8;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.8rem !important;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ma-service--codebase-hardening .ma-service-section--decisions p {
	max-width: 65ch;
	margin: 0;
	color: #fff;
	font-size: 1.32rem;
	line-height: 1.55;
}

.ma-service--codebase-hardening .ma-scope {
	gap: 1rem;
	margin-top: 1.75rem;
}

.ma-service--codebase-hardening .ma-scope > .wp-block-column {
	border-radius: 8px;
	box-shadow: none;
}

.ma-service--codebase-hardening .ma-scope-in {
	border-top: 4px solid #16876f;
	background: #eef9f5 !important;
}

.ma-service--codebase-hardening .ma-scope-out {
	border-top: 4px solid #b42318;
	background: #fff7f6 !important;
}

.ma-service--codebase-hardening .ma-scope + h2 {
	margin-top: 3.5rem;
}

.ma-service--codebase-hardening .ma-deliver-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	counter-reset: ma-code-deliverable;
}

.ma-service--codebase-hardening .ma-deliver-list li {
	counter-increment: ma-code-deliverable;
	position: relative;
	min-height: 8.75rem;
	padding: 3rem 1.15rem 1.15rem;
	border-left-width: 1px;
	border-radius: 8px;
	box-shadow: none;
}

.ma-service--codebase-hardening .ma-deliver-list li::before {
	content: "OUTPUT 0" counter(ma-code-deliverable);
	position: absolute;
	top: 1.05rem;
	left: 1.15rem;
	color: #5b4b8a;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.64rem;
	font-weight: 700;
}

.ma-service--codebase-hardening .ma-band--process {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	background-color: #1b2840 !important;
	background-image:
		linear-gradient(rgba(183, 172, 232, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(183, 172, 232, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	color: #fff;
}

.ma-service--codebase-hardening .ma-band--process > h2,
.ma-service--codebase-hardening .ma-band--process h3,
.ma-service--codebase-hardening .ma-band--process p {
	color: #fff;
}

.ma-service--codebase-hardening .ma-band--process .ma-box {
	margin-top: 2rem;
	border-color: rgba(255, 255, 255, 0.18) !important;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05) !important;
	box-shadow: none;
}

.ma-service--codebase-hardening .ma-band--process .ma-step-badge {
	border-color: rgba(102, 211, 168, 0.5);
	background: #e9f9f2;
	color: #086247;
}

.ma-service--codebase-hardening .ma-band--process .ma-step-h::before,
.ma-service--codebase-hardening .ma-band--process .ma-step-h::after {
	background: rgba(102, 211, 168, 0.4);
}

.ma-service--codebase-hardening .ma-service-section--assurance {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

.ma-service--codebase-hardening .ma-service-section--assurance > #methods-and-standards,
.ma-service--codebase-hardening .ma-service-section--assurance > #methods-and-standards + p {
	grid-column: 1 / -1;
}

.ma-service--codebase-hardening .ma-service-section--assurance > #methods-and-standards + p {
	max-width: 78ch;
	margin: 0 0 2rem;
	color: #3e5d75;
	font-size: 1.06rem;
	line-height: 1.72;
}

.ma-service--codebase-hardening .ma-service-section--assurance > #security-and-evidence {
	grid-column: 1;
	grid-row: 3;
}

.ma-service--codebase-hardening .ma-service-section--assurance > #security-and-evidence + .ma-notice {
	grid-column: 1;
	grid-row: 4;
}

.ma-service--codebase-hardening .ma-service-section--assurance > #limitations {
	grid-column: 2;
	grid-row: 3;
}

.ma-service--codebase-hardening .ma-service-section--assurance > #limitations + .ma-notice {
	grid-column: 2;
	grid-row: 4;
}

.ma-service--codebase-hardening .ma-service-section--assurance > h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ma-service--codebase-hardening .ma-service-section--assurance .ma-notice {
	height: 100%;
	margin: 0 !important;
	border-radius: 8px;
}

.ma-service--codebase-hardening .ma-band--faq {
	display: block;
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	background-color: #f1f0f7 !important;
	background-image: linear-gradient(rgba(91, 75, 138, 0.04) 1px, transparent 1px);
	background-size: 100% 3.5rem;
}

.ma-service--codebase-hardening .ma-band--faq > h2 {
	position: static;
	margin-bottom: 2rem;
}

.ma-service--codebase-hardening .ma-band--faq .ma-faq {
	max-width: none;
}

.ma-service--codebase-hardening .ma-faq--two-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.ma-service--codebase-hardening .ma-faq-column {
	display: grid;
	gap: 0.75rem;
	align-content: start;
}

.ma-service--codebase-hardening .ma-band--faq .ma-faq-item {
	border-radius: 8px;
}

.ma-service--codebase-hardening .ma-service-section--closing > #case-studies {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ma-service--codebase-hardening .ma-case-study-intro {
	max-width: 76ch;
	margin: 1rem 0 0;
	color: #486581;
}

.ma-service--codebase-hardening .ma-case-study-grid {
	gap: 1rem;
	margin-top: 2rem;
}

.ma-service--codebase-hardening .ma-case-study-grid > .wp-block-column {
	display: flex;
}

.ma-service--codebase-hardening .ma-case-study-grid .ma-card {
	height: 100%;
	border-radius: 8px !important;
	box-shadow: var(--ma-shadow-soft);
}

.ma-service--codebase-hardening .ma-service-section--closing > #related {
	margin-top: 3.75rem;
	padding-top: 2rem;
	border-top: 1px solid #d5e0e8;
}

.ma-service--codebase-hardening .ma-service-section--closing > #related + .ma-related-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.5rem;
}

.ma-service--codebase-hardening > .ma-final-cta {
	position: relative;
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 4rem;
	border: 1px solid #cfdce7;
	border-radius: 8px !important;
	background-color: #eef6fb !important;
	background-image: repeating-linear-gradient(135deg, transparent 0 24px, rgba(91, 75, 138, 0.045) 24px 25px);
}

.ma-service--codebase-hardening > .ma-final-cta::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #5b4b8a 0 38%, #005ea8 38% 65%, #16876f 65% 88%, #ffcc66 88% 100%);
}

.ma-service--codebase-hardening h2.has-h2-font-size {
	font-size: 2rem;
	line-height: 1.18;
	letter-spacing: 0;
}

@media (max-width: 72rem) {
	.ma-service--codebase-hardening .ma-band--review-depth .ma-feature-grid,
	.ma-service--codebase-hardening .ma-service-section--fit .ma-feature-grid,
	.ma-service--codebase-hardening .ma-deliver-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 59.98rem) {
	.ma-codebase-hardening-page .ma-page-stage {
		padding-top: 2rem !important;
	}

	.ma-codebase-hardening-page .ma-page-stage .wp-block-post-title {
		font-size: 2.55rem;
	}

	.ma-service--codebase-hardening > .ma-hero-band {
		padding-top: 0.5rem !important;
		padding-bottom: 4rem !important;
	}

	.ma-service--codebase-hardening .ma-toc {
		position: relative;
		top: auto;
	}

	.ma-service--codebase-hardening .ma-service-section--intro,
	.ma-service--codebase-hardening .ma-band--landscape,
	.ma-service--codebase-hardening .ma-service-section--assurance,
	.ma-service--codebase-hardening .ma-band--faq,
	.ma-service--codebase-hardening .ma-service-section--closing {
		display: block;
	}

	.ma-service--codebase-hardening .ma-service-intro__aside {
		margin-bottom: 1.75rem;
	}

	.ma-service--codebase-hardening .ma-service-section--intro > p + p {
		margin-top: 1rem;
	}

	.ma-service--codebase-hardening .ma-band--landscape > .ma-pull {
		max-width: 26ch;
		margin-bottom: 2rem;
	}

	.ma-service--codebase-hardening .ma-band--landscape > p:not(.ma-pull) + p {
		margin-top: 1.1rem;
	}

	.ma-service--codebase-hardening .ma-faq--two-column,
	.ma-service--codebase-hardening .ma-service-section--closing > #related + .ma-related-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 48.875rem) {
	.ma-service--codebase-hardening .ma-glance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-service--codebase-hardening .ma-glance-item:nth-child(2) {
		border-right: 0;
	}

	.ma-service--codebase-hardening .ma-glance-item:nth-child(n + 3) {
		border-top-width: 1px;
	}

	.ma-service--codebase-hardening .ma-step-h::before,
	.ma-service--codebase-hardening .ma-step-h::after {
		display: none;
	}
}

@media (max-width: 40rem) {
	.ma-codebase-hardening-page .ma-page-stage {
		padding-top: 1.5rem !important;
		padding-bottom: 1rem !important;
	}

	.ma-codebase-hardening-page .ma-page-stage .wp-block-post-title {
		font-size: 1.95rem;
		line-height: 1.1;
	}

	.ma-service--codebase-hardening > .ma-hero-band {
		padding-right: 1.15rem !important;
		padding-bottom: 3.25rem !important;
		padding-left: 1.15rem !important;
	}

	.ma-service--codebase-hardening .ma-hero-content .ma-lead {
		font-size: 1.08rem;
	}

	.ma-service--codebase-hardening .ma-hero-content .wp-block-buttons,
	.ma-service--codebase-hardening .ma-hero-content .wp-block-button,
	.ma-service--codebase-hardening .ma-hero-content .wp-block-button__link {
		width: 100%;
	}

	.ma-code-visual {
		height: 23rem;
		min-height: 23rem;
	}

	.ma-code-scope-grid,
	.ma-code-trace-grid {
		grid-template-columns: 1fr;
	}

	.ma-code-tree,
	.ma-code-trace-side {
		display: none;
	}

	.ma-code-attack-path {
		gap: 0.16rem;
	}

	.ma-code-attack-path span {
		padding-right: 0.16rem;
		padding-left: 0.16rem;
		font-size: 0.44rem;
	}

	.ma-code-verify-grid {
		gap: 0.25rem;
	}

	.ma-code-verify-grid > span {
		display: block;
		padding: 0.35rem;
	}

	.ma-code-verify-grid i,
	.ma-code-verify-grid strong,
	.ma-code-verify-grid em {
		display: block;
	}

	.ma-service--codebase-hardening .ma-toc {
		margin-right: -0.25rem;
		margin-left: -0.25rem;
	}

	.ma-service--codebase-hardening .ma-glance,
	.ma-service--codebase-hardening .ma-band--review-depth .ma-feature-grid,
	.ma-service--codebase-hardening .ma-service-section--fit .ma-feature-grid,
	.ma-service--codebase-hardening .ma-deliver-list {
		grid-template-columns: 1fr;
	}

	.ma-service--codebase-hardening .ma-glance {
		margin-bottom: 3.5rem;
	}

	.ma-service--codebase-hardening .ma-glance-item,
	.ma-service--codebase-hardening .ma-glance-item:nth-child(2) {
		min-height: 0;
		border-top-width: 1px;
		border-right: 0;
	}

	.ma-service--codebase-hardening .ma-glance-item:first-child {
		border-top: 3px solid #5b4b8a;
	}

	.ma-service--codebase-hardening .ma-service-section--intro,
	.ma-service--codebase-hardening .ma-service-section--fit,
	.ma-service--codebase-hardening .ma-service-section--scope,
	.ma-service--codebase-hardening .ma-service-section--assurance,
	.ma-service--codebase-hardening .ma-service-section--closing {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}

	.ma-service--codebase-hardening .ma-service-intro__aside strong {
		font-size: 1.35rem;
	}

	.ma-service--codebase-hardening .ma-band--review-depth,
	.ma-service--codebase-hardening .ma-band--landscape,
	.ma-service--codebase-hardening .ma-band--process,
	.ma-service--codebase-hardening .ma-band--faq {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	.ma-service--codebase-hardening .ma-service-section--decisions {
		margin-bottom: 3.5rem;
		padding: 2rem 1.35rem;
	}

	.ma-service--codebase-hardening .ma-service-section--decisions p {
		font-size: 1.15rem;
	}

	.ma-service--codebase-hardening .ma-band--process .ma-box {
		padding: 1.5rem !important;
	}

	.ma-service--codebase-hardening > .ma-final-cta {
		margin-bottom: 3rem;
		padding: 2.75rem 1.25rem !important;
	}

	.ma-service--codebase-hardening h2.has-h2-font-size {
		font-size: 1.65rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Penetration-testing service                                                */
/* -------------------------------------------------------------------------- */

.ma-penetration-testing-page #main {
	overflow: clip;
	padding-bottom: 0;
	background: #fcfdff;
}

.ma-penetration-testing-page .ma-page-stage {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-top: 2.5rem !important;
	padding-bottom: 1.25rem !important;
	background-color: #081a26;
	background-image:
		linear-gradient(rgba(99, 175, 232, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(99, 175, 232, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
	color: #fff;
}

.ma-penetration-testing-page .ma-page-stage::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: max(1.5rem, calc((100vw - 1168px) / 2));
	width: 11rem;
	height: 100%;
	background: repeating-linear-gradient(135deg, transparent 0 15px, rgba(255, 208, 111, 0.1) 15px 16px);
}

.ma-penetration-testing-page .ma-page-stage .ma-breadcrumbs {
	display: none;
}

.ma-penetration-testing-page .ma-page-stage .wp-block-post-title {
	width: 100%;
	max-width: none;
	min-height: 1.2em;
	margin: 0 auto;
	color: #fff;
	font-size: 3.45rem;
	line-height: 1.06;
	letter-spacing: 0;
	text-align: center;
	text-wrap: balance;
}

.ma-penetration-testing-page .ma-page-stage .wp-block-post-title.ma-re-title--active {
	display: block;
	text-wrap: unset;
	cursor: pointer;
}

.ma-penetration-testing-page .ma-page-stage + .wp-block-post-content,
.ma-penetration-testing-page .wp-block-post-content > .ma-service--penetration-testing {
	margin-block-start: 0;
}

.ma-service--penetration-testing > .ma-hero-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 0.75rem max(1.5rem, calc((100vw - 1168px) / 2)) 4.75rem !important;
	border: 0;
	background-color: #081a26;
	background-image:
		linear-gradient(rgba(99, 175, 232, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(99, 175, 232, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
	color: #fff;
}

body:not(.home) .ma-service--penetration-testing .ma-eyebrow {
	display: none;
}

.ma-service--penetration-testing .ma-hero-content {
	align-self: center;
	animation: ma-reveal-up 520ms ease both;
}

.ma-service--penetration-testing .ma-hero-content .ma-lead {
	max-width: 54ch;
	color: rgba(255, 255, 255, 0.87);
	font-size: 1.2rem;
	line-height: 1.65;
}

.ma-service--penetration-testing .ma-hero-content .wp-block-buttons {
	margin-top: 1.75rem !important;
}

.ma-service--penetration-testing .ma-hero-content .wp-block-button:first-child .wp-block-button__link {
	background: #fff;
	color: #081a26;
}

.ma-service--penetration-testing .ma-hero-content .wp-block-button:first-child .wp-block-button__link:hover {
	background: #eaf8f6;
	color: #081a26;
}

.ma-pentest-visual {
	--pentest-blue: #63afe8;
	--pentest-mint: #62d1bd;
	--pentest-amber: #ffd06f;
	--pentest-coral: #f08a7f;
	border-color: rgba(99, 175, 232, 0.43);
	background: #06141e;
	box-shadow: 0 26px 66px rgba(0, 0, 0, 0.35);
}

.ma-pentest-visual .ma-re-visual__mode {
	border-color: rgba(255, 208, 111, 0.42);
	color: var(--pentest-amber);
}

.ma-pentest-visual .ma-re-visual__status > i,
.ma-pentest-visual .ma-re-visual__steps i.is-active {
	background: var(--pentest-mint);
}

.ma-pentest-scene {
	position: absolute;
	inset: 0;
	display: flex;
	min-width: 0;
	flex-direction: column;
	opacity: 0;
	transform: translateY(8px) scale(0.99);
	transition: opacity 240ms ease, transform 280ms ease;
	pointer-events: none;
}

.ma-pentest-visual[data-scene="rules"] .ma-pentest-scene--rules,
.ma-pentest-visual[data-scene="surface"] .ma-pentest-scene--surface,
.ma-pentest-visual[data-scene="path"] .ma-pentest-scene--path,
.ma-pentest-visual[data-scene="proof"] .ma-pentest-scene--proof,
.ma-pentest-visual[data-scene="retest"] .ma-pentest-scene--retest {
	z-index: 1;
	opacity: 1;
	transform: translateY(0) scale(1);
}

.ma-pentest-rules-card {
	display: grid;
	gap: 0.7rem;
	margin: auto 0.85rem;
	padding: 0.85rem;
	border: 1px solid rgba(99, 175, 232, 0.2);
	background: rgba(11, 34, 49, 0.93);
}

.ma-pentest-rules-card header,
.ma-pentest-proof-head,
.ma-pentest-retest-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.7rem;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid rgba(99, 175, 232, 0.18);
	color: var(--pentest-blue);
	font-size: 0.55rem;
}

.ma-pentest-rules-card header strong,
.ma-pentest-retest-head strong {
	padding: 0.2rem 0.42rem;
	border: 1px solid rgba(98, 209, 189, 0.44);
	border-radius: 3px;
	background: rgba(98, 209, 189, 0.1);
	color: var(--pentest-mint);
	font-size: 0.51rem;
}

.ma-pentest-target {
	display: grid;
	grid-template-columns: 2.7rem minmax(0, 1fr);
	gap: 0.75rem;
	align-items: center;
}

.ma-pentest-target > i {
	display: grid;
	width: 2.7rem;
	height: 2.7rem;
	place-items: center;
	border: 1px solid rgba(99, 175, 232, 0.46);
	border-radius: 50%;
	background: rgba(99, 175, 232, 0.08);
	color: var(--pentest-blue);
	font-size: 0.62rem;
	font-style: normal;
	font-weight: 700;
}

.ma-pentest-target strong,
.ma-pentest-target span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-pentest-target strong {
	color: #fff;
	font-size: 0.7rem;
}

.ma-pentest-target span {
	margin-top: 0.18rem;
	color: #84a2b6;
	font-size: 0.52rem;
}

.ma-pentest-rules-card dl,
.ma-pentest-proof-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.4rem;
	margin: 0;
}

.ma-pentest-rules-card dl > div,
.ma-pentest-proof-meta > div {
	min-width: 0;
	padding: 0.45rem;
	border: 1px solid rgba(99, 175, 232, 0.13);
	background: rgba(6, 20, 30, 0.72);
}

.ma-pentest-rules-card dt,
.ma-pentest-rules-card dd,
.ma-pentest-proof-meta dt,
.ma-pentest-proof-meta dd {
	margin: 0;
}

.ma-pentest-rules-card dt,
.ma-pentest-proof-meta dt {
	color: #68879b;
	font-size: 0.46rem;
	text-transform: uppercase;
}

.ma-pentest-rules-card dd,
.ma-pentest-proof-meta dd {
	margin-top: 0.18rem;
	overflow: hidden;
	color: #d5e3ec;
	font-size: 0.51rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-pentest-surface-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(8.5rem, 0.6fr);
	min-height: 0;
	flex: 1 1 auto;
}

.ma-pentest-surface-map {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border-right: 1px solid rgba(99, 175, 232, 0.18);
	background:
		linear-gradient(rgba(99, 175, 232, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(99, 175, 232, 0.045) 1px, transparent 1px),
		rgba(6, 20, 30, 0.78);
	background-size: 22px 22px;
}

.ma-pentest-node {
	position: absolute;
	z-index: 2;
	display: flex;
	width: 42%;
	min-width: 0;
	flex-direction: column;
	gap: 0.12rem;
	padding: 0.45rem 0.5rem;
	border: 1px solid #4c7189;
	border-radius: 3px;
	background: #102c3d;
}

.ma-pentest-node b,
.ma-pentest-node em {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-pentest-node b {
	color: #fff;
	font-size: 0.55rem;
}

.ma-pentest-node em {
	color: #7f9fb4;
	font-size: 0.47rem;
	font-style: normal;
}

.ma-pentest-node--edge {
	top: 10%;
	left: 4%;
}

.ma-pentest-node--identity {
	top: 10%;
	right: 4%;
	border-color: var(--pentest-amber);
}

.ma-pentest-node--api {
	bottom: 10%;
	left: 4%;
	border-color: var(--pentest-blue);
}

.ma-pentest-node--asset {
	right: 4%;
	bottom: 10%;
	border-color: var(--pentest-mint);
}

.ma-pentest-edge {
	position: absolute;
	z-index: 1;
	height: 1px;
	background: #668ca3;
	transform-origin: left center;
}

.ma-pentest-edge--one {
	top: 25%;
	left: 45%;
	width: 12%;
}

.ma-pentest-edge--two {
	top: 36%;
	left: 74%;
	width: 34%;
	transform: rotate(116deg);
}

.ma-pentest-edge--three {
	bottom: 24%;
	left: 45%;
	width: 12%;
}

.ma-pentest-surface-list {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 0.65rem;
	background: rgba(8, 26, 38, 0.88);
}

.ma-pentest-surface-list > strong {
	margin-bottom: 0.45rem;
	color: var(--pentest-blue);
	font-size: 0.54rem;
}

.ma-pentest-surface-list > span {
	display: flex;
	justify-content: space-between;
	gap: 0.4rem;
	padding: 0.36rem 0.38rem;
	border-bottom: 1px solid rgba(99, 175, 232, 0.1);
	font-size: 0.51rem;
}

.ma-pentest-surface-list b {
	color: #d9e6ee;
}

.ma-pentest-surface-list em {
	overflow: hidden;
	color: #7697ac;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-pentest-surface-foot {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	height: 2rem;
	padding: 0 0.75rem;
	border-top: 1px solid rgba(99, 175, 232, 0.18);
	background: #0c2434;
	color: #708fa4;
	font-size: 0.5rem;
}

.ma-pentest-surface-foot i {
	width: 1.55rem;
	height: 0.28rem;
	border-radius: 2px;
	background: #29495d;
}

.ma-pentest-surface-foot strong {
	margin-left: auto;
	color: var(--pentest-mint);
	font-size: 0.52rem;
}

.ma-pentest-path-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	margin: 0.65rem 0.75rem 0;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(99, 175, 232, 0.18);
	color: var(--pentest-blue);
	font-size: 0.52rem;
}

.ma-pentest-path-title strong {
	overflow: hidden;
	color: #fff;
	font-size: 0.58rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-pentest-path-flow {
	display: grid;
	grid-template-columns: repeat(7, auto);
	align-items: center;
	gap: 0.3rem;
	margin: auto 0.75rem;
}

.ma-pentest-path-flow > span {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.08rem 0.3rem;
	min-width: 0;
	padding: 0.48rem;
	border: 1px solid #446a83;
	border-radius: 3px;
	background: #102c3d;
}

.ma-pentest-path-flow > span.is-current {
	border-color: var(--pentest-coral);
	background: rgba(240, 138, 127, 0.09);
}

.ma-pentest-path-flow i {
	grid-row: 1 / span 2;
	color: var(--pentest-blue);
	font-size: 0.47rem;
	font-style: normal;
}

.ma-pentest-path-flow b,
.ma-pentest-path-flow em {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-pentest-path-flow b {
	color: #fff;
	font-size: 0.52rem;
}

.ma-pentest-path-flow em {
	color: #7c9bb0;
	font-size: 0.45rem;
	font-style: normal;
}

.ma-pentest-path-flow u {
	position: relative;
	width: 1rem;
	height: 1px;
	background: var(--pentest-amber);
	text-decoration: none;
}

.ma-pentest-path-log {
	display: grid;
	margin: 0 0.75rem 0.65rem;
	border: 1px solid rgba(99, 175, 232, 0.14);
	background: rgba(6, 20, 30, 0.75);
}

.ma-pentest-path-log > span {
	display: grid;
	grid-template-columns: 4rem minmax(0, 1fr);
	gap: 0.45rem;
	padding: 0.3rem 0.42rem;
	border-bottom: 1px solid rgba(99, 175, 232, 0.09);
	font-size: 0.49rem;
}

.ma-pentest-path-log > span:last-child {
	border-bottom: 0;
}

.ma-pentest-path-log b {
	color: var(--pentest-blue);
}

.ma-pentest-path-log em {
	overflow: hidden;
	color: #8ca8ba;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-pentest-scene--proof,
.ma-pentest-scene--retest {
	padding: 0.8rem;
	background: rgba(6, 20, 30, 0.84);
}

.ma-pentest-proof-head strong {
	padding: 0.2rem 0.42rem;
	border: 1px solid rgba(240, 138, 127, 0.46);
	border-radius: 3px;
	background: rgba(240, 138, 127, 0.1);
	color: var(--pentest-coral);
	font-size: 0.51rem;
}

.ma-pentest-proof-card {
	margin-top: 0.6rem;
	padding: 0.58rem 0.68rem;
	border-left: 3px solid var(--pentest-coral);
	background: rgba(240, 138, 127, 0.07);
}

.ma-pentest-proof-card > span {
	display: block;
	color: var(--pentest-coral);
	font-size: 0.47rem;
}

.ma-pentest-proof-card strong {
	display: block;
	margin-top: 0.16rem;
	color: #fff;
	font-size: 0.66rem;
}

.ma-pentest-proof-card p {
	margin: 0.22rem 0 0;
	color: #91aabd;
	font-size: 0.5rem;
	line-height: 1.35;
}

.ma-pentest-proof-meta {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 0.55rem;
}

.ma-pentest-proof-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.45rem;
	margin-top: 0.55rem;
	padding: 0.45rem 0;
	border-top: 1px solid rgba(99, 175, 232, 0.16);
	color: #8da8ba;
	font-size: 0.49rem;
}

.ma-pentest-proof-foot span {
	display: flex;
	align-items: center;
	gap: 0.3rem;
}

.ma-pentest-proof-foot i {
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 50%;
	background: var(--pentest-amber);
}

.ma-pentest-before-after {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 0.55rem;
	align-items: center;
	margin-top: 0.65rem;
}

.ma-pentest-before-after > div {
	position: relative;
	min-width: 0;
	padding: 0.55rem 2rem 0.55rem 0.6rem;
	border: 1px solid rgba(99, 175, 232, 0.16);
	background: rgba(12, 36, 52, 0.8);
}

.ma-pentest-before-after span,
.ma-pentest-before-after strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-pentest-before-after span {
	color: #7392a7;
	font-size: 0.46rem;
}

.ma-pentest-before-after strong {
	margin-top: 0.15rem;
	color: #fff;
	font-size: 0.55rem;
}

.ma-pentest-before-after > b {
	color: var(--pentest-blue);
	font-size: 0.8rem;
}

.ma-pentest-before-after i {
	position: absolute;
	top: 50%;
	right: 0.6rem;
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 50%;
	transform: translateY(-50%);
}

.ma-pentest-before-after i.is-open {
	background: var(--pentest-coral);
	box-shadow: 0 0 0 3px rgba(240, 138, 127, 0.1);
}

.ma-pentest-before-after i.is-closed {
	background: var(--pentest-mint);
	box-shadow: 0 0 0 3px rgba(98, 209, 189, 0.1);
}

.ma-pentest-retest-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem;
	margin-top: 0.55rem;
}

.ma-pentest-retest-grid > span {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.1rem 0.35rem;
	min-width: 0;
	padding: 0.42rem;
	border: 1px solid rgba(98, 209, 189, 0.18);
	background: rgba(98, 209, 189, 0.055);
}

.ma-pentest-retest-grid i {
	grid-row: 1 / span 2;
	color: var(--pentest-mint);
	font-style: normal;
}

.ma-pentest-retest-grid strong,
.ma-pentest-retest-grid em {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-pentest-retest-grid strong {
	color: #fff;
	font-size: 0.51rem;
}

.ma-pentest-retest-grid em {
	color: #7694a9;
	font-size: 0.44rem;
	font-style: normal;
}

.ma-pentest-retest-foot {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 2rem;
	padding: 0 0.75rem;
	border-top: 1px solid rgba(98, 209, 189, 0.2);
	background: #0c2434;
	color: var(--pentest-blue);
	font-size: 0.5rem;
}

.ma-pentest-retest-foot strong {
	color: var(--pentest-mint);
	font-size: 0.52rem;
}

.ma-pentest-visual[data-scene]:not(.is-complete):not(.is-stopped) .ma-pentest-scene > *:not(.ma-re-ui-tabs) {
	opacity: 0.18;
	transition: opacity 300ms ease, transform 300ms ease;
}

.ma-pentest-visual.is-phase-1 .ma-pentest-scene > *:nth-child(2),
.ma-pentest-visual.is-phase-2 .ma-pentest-scene > *:nth-child(-n + 3),
.ma-pentest-visual.is-phase-3 .ma-pentest-scene > *:nth-child(-n + 4),
.ma-pentest-visual.is-phase-4 .ma-pentest-scene > * {
	opacity: 1;
}

.ma-pentest-visual[data-scene="surface"].is-phase-1 .ma-pentest-surface-foot i:nth-of-type(1),
.ma-pentest-visual[data-scene="surface"].is-phase-2 .ma-pentest-surface-foot i:nth-of-type(-n + 2),
.ma-pentest-visual[data-scene="surface"].is-phase-3 .ma-pentest-surface-foot i:nth-of-type(-n + 3),
.ma-pentest-visual[data-scene="surface"].is-phase-4 .ma-pentest-surface-foot i {
	background: var(--pentest-blue);
}

.ma-pentest-visual[data-scene="surface"] .ma-pentest-node,
.ma-pentest-visual[data-scene="surface"] .ma-pentest-edge,
.ma-pentest-visual[data-scene="path"] .ma-pentest-path-flow > *,
.ma-pentest-visual[data-scene="path"] .ma-pentest-path-log > span,
.ma-pentest-visual[data-scene="proof"] .ma-pentest-proof-meta > div,
.ma-pentest-visual[data-scene="retest"] .ma-pentest-retest-grid > span {
	animation: ma-re-row-in 360ms ease both;
}

.ma-pentest-visual[data-scene="surface"]::after,
.ma-pentest-visual[data-scene="path"]::after,
.ma-pentest-visual[data-scene="proof"]::after {
	content: "";
	position: absolute;
	z-index: 6;
	top: 2.8rem;
	right: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(99, 175, 232, 0.72), transparent);
	box-shadow: 0 0 12px rgba(99, 175, 232, 0.42);
	pointer-events: none;
	animation: ma-re-analysis-scan 1750ms ease-out both;
}

.ma-pentest-visual.is-complete .ma-pentest-scene--retest *,
.ma-pentest-visual.is-stopped .ma-pentest-scene--retest * {
	opacity: 1;
	animation: none !important;
}

@media (min-width: 60rem) {
	.ma-service--penetration-testing > .ma-hero-band {
		grid-template-columns: minmax(0, 1.03fr) minmax(26rem, 0.97fr);
		gap: 4.5rem;
	}
}

.ma-service--penetration-testing .ma-toc {
	margin-top: -2rem;
	margin-bottom: 2.25rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid #cbdce7;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 14px 34px rgba(8, 26, 38, 0.12);
}

.ma-service--penetration-testing .ma-toc-label {
	color: #005ea8;
	letter-spacing: 0;
}

.ma-service--penetration-testing .ma-toc-links a {
	min-height: 36px;
	padding: 0.25rem 0.58rem;
	border: 0;
	border-radius: 4px;
	background: transparent;
	font-size: 0.8rem;
}

.ma-service--penetration-testing .ma-glance {
	counter-reset: ma-pentest-glance;
	gap: 0;
	margin-bottom: 4rem;
	overflow: hidden;
	border: 1px solid #cbdce7;
	border-radius: 8px;
	background: #fff;
}

.ma-service--penetration-testing .ma-glance-item {
	counter-increment: ma-pentest-glance;
	position: relative;
	min-height: 10.25rem;
	padding: 3rem 1.2rem 1.25rem;
	border: 0;
	border-top: 3px solid #005ea8;
	border-right: 1px solid #d5e0e8;
	border-radius: 0;
}

.ma-service--penetration-testing .ma-glance-item::before {
	content: "CONTROL 0" counter(ma-pentest-glance);
	position: absolute;
	top: 1rem;
	left: 1.2rem;
	color: #005ea8;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.64rem;
	font-weight: 700;
}

.ma-service--penetration-testing .ma-glance-item:nth-child(2) {
	border-top-color: #b26b00;
}

.ma-service--penetration-testing .ma-glance-item:nth-child(2)::before {
	color: #8a5a00;
}

.ma-service--penetration-testing .ma-glance-item:nth-child(3) {
	border-top-color: #b42318;
}

.ma-service--penetration-testing .ma-glance-item:nth-child(3)::before {
	color: #9b2118;
}

.ma-service--penetration-testing .ma-glance-item:nth-child(4) {
	border-top-color: #16876f;
	border-right: 0;
}

.ma-service--penetration-testing .ma-glance-item:nth-child(4)::before {
	color: #08745f;
}

.ma-service--penetration-testing .ma-service-section--intro {
	display: grid;
	grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.45fr);
	gap: 1.1rem 4.5rem;
	align-items: start;
	margin-top: 0;
	margin-bottom: 4rem;
}

.ma-service--penetration-testing .ma-service-intro__aside {
	grid-column: 1;
	grid-row: 1 / span 3;
	padding: 0.25rem 0 0 1.15rem;
	border-left: 4px solid #005ea8;
}

.ma-service--penetration-testing .ma-service-intro__aside span {
	display: block;
	margin-bottom: 0.8rem;
	color: #005ea8;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-service--penetration-testing .ma-service-intro__aside strong {
	display: block;
	color: #0b1f33;
	font-size: 1.55rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.ma-service--penetration-testing .ma-service-section--intro > p {
	grid-column: 2;
	max-width: 66ch;
	margin: 0;
	color: #3e5d75;
	font-size: 1.06rem;
	line-height: 1.72;
}

.ma-service--penetration-testing > .ma-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding-right: max(1.5rem, calc((100vw - 1168px) / 2)) !important;
	padding-left: max(1.5rem, calc((100vw - 1168px) / 2)) !important;
}

.ma-service--penetration-testing .ma-band--test-types {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	border-top: 1px solid #d5e2ea;
	border-bottom: 1px solid #d5e2ea;
	background-color: #f1f6f9 !important;
	background-image: linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(0, 94, 168, 0.055) calc(100% - 1px));
	background-size: 25% 100%;
}

.ma-service--penetration-testing .ma-band--test-types > h2:first-child {
	max-width: 22ch;
}

.ma-service--penetration-testing .ma-band--test-types .ma-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
	margin-bottom: 2.75rem;
}

.ma-service--penetration-testing .ma-band--test-types .ma-feature {
	padding: 1.3rem;
	border: 0;
	border-top: 3px solid #005ea8;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(8, 26, 38, 0.08);
}

.ma-service--penetration-testing .ma-band--test-types .ma-feature:nth-child(2) {
	border-top-color: #b26b00;
}

.ma-service--penetration-testing .ma-band--test-types .ma-feature:nth-child(3) {
	border-top-color: #b42318;
}

.ma-service--penetration-testing .ma-band--test-types .ma-feature:nth-child(4) {
	border-top-color: #16876f;
}

.ma-service--penetration-testing .ma-band--test-types > #penetration-test-vulnerability-scan-or-security-audit {
	margin-top: 0;
	padding-top: 2.75rem;
	border-top: 1px solid #c7d7e1;
}

.ma-service--penetration-testing .ma-pentest-compare {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.75rem;
	margin-bottom: 1.25rem;
}

.ma-service--penetration-testing .ma-pentest-compare > .wp-block-column {
	padding: 1.45rem;
	border: 1px solid #c9ddea;
	border-top: 4px solid #005ea8;
	border-radius: 8px;
	background: #fff;
}

.ma-service--penetration-testing .ma-pentest-compare > .ma-pentest-compare-scan {
	border-color: #eadcb9;
	border-top-color: #b26b00;
	background: #fffaf0;
}

.ma-service--penetration-testing .ma-pentest-compare > .ma-pentest-compare-audit {
	border-color: #cfe2df;
	border-top-color: #16876f;
	background: #f2faf7;
}

.ma-service--penetration-testing .ma-pentest-compare h3 {
	margin-top: 0;
}

.ma-service--penetration-testing .ma-pentest-compare p {
	margin-bottom: 0;
	color: #486581;
}

.ma-service--penetration-testing .ma-band--test-types > p:last-child {
	max-width: 78ch;
	margin: 0;
	padding: 1rem 1.2rem;
	border-left: 4px solid #005ea8;
	background: #fff;
	color: #3e5d75;
}

.ma-service--penetration-testing .ma-band--landscape {
	display: grid;
	grid-template-columns: minmax(16rem, 0.74fr) minmax(0, 1.4fr);
	column-gap: 5rem;
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	background-color: #eef5f7 !important;
	background-image: linear-gradient(90deg, rgba(255, 208, 111, 0.055) 1px, transparent 1px);
	background-size: 64px 100%;
}

.ma-service--penetration-testing .ma-band--landscape > h2 {
	grid-column: 1;
	grid-row: 1;
	align-self: end;
}

.ma-service--penetration-testing .ma-band--landscape > .ma-pull {
	grid-column: 1;
	grid-row: 2 / span 4;
	align-self: start;
	max-width: 16ch;
	margin-top: 0.8rem;
	border-left-color: #b26b00;
	color: #173b52;
	font-size: 1.42rem;
}

.ma-service--penetration-testing .ma-band--landscape > p:not(.ma-pull) {
	grid-column: 2;
	max-width: 72ch;
	margin: 0;
	padding: 0 0 1.15rem;
	border-bottom: 1px solid rgba(0, 94, 168, 0.16);
	color: #27465f;
	line-height: 1.7;
}

.ma-service--penetration-testing .ma-band--landscape > p:not(.ma-pull) + p {
	padding-top: 1.15rem;
}

.ma-service--penetration-testing .ma-band--landscape > p:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ma-service--penetration-testing .ma-service-section--fit,
.ma-service--penetration-testing .ma-service-section--scope,
.ma-service--penetration-testing .ma-service-section--assurance,
.ma-service--penetration-testing .ma-service-section--closing {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.ma-service--penetration-testing .ma-service-section--fit .ma-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.ma-service--penetration-testing .ma-service-section--fit .ma-feature {
	padding: 1.35rem;
	border: 0;
	border-top: 3px solid #005ea8;
	border-radius: 8px;
	background: #eef6fb;
	box-shadow: none;
}

.ma-service--penetration-testing .ma-service-section--fit .ma-feature:nth-child(2) {
	border-top-color: #b42318;
	background: #fff5f4;
}

.ma-service--penetration-testing .ma-service-section--fit .ma-feature:nth-child(3) {
	border-top-color: #b26b00;
	background: #fff8e8;
}

.ma-service--penetration-testing .ma-service-section--fit .ma-feature:nth-child(4) {
	border-top-color: #16876f;
	background: #eef9f5;
}

.ma-service--penetration-testing .ma-service-section--decisions {
	position: relative;
	overflow: hidden;
	margin: 0 0 4rem;
	padding: 2.5rem 2.75rem;
	border-radius: 8px;
	background-color: #12354c;
	background-image: repeating-linear-gradient(135deg, transparent 0 22px, rgba(255, 255, 255, 0.035) 22px 23px);
	color: #fff;
}

.ma-service--penetration-testing .ma-service-section--decisions::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #005ea8, #ffcc66 56%, #b42318 76%, #16876f);
}

.ma-service--penetration-testing .ma-service-section--decisions h2 {
	margin: 0 0 0.85rem !important;
	padding: 0 !important;
	border: 0 !important;
	color: #9fd3f3;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.8rem !important;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ma-service--penetration-testing .ma-service-section--decisions p {
	max-width: 65ch;
	margin: 0;
	color: #fff;
	font-size: 1.32rem;
	line-height: 1.55;
}

.ma-service--penetration-testing .ma-scope {
	gap: 1rem;
	margin-top: 1.75rem;
}

.ma-service--penetration-testing .ma-scope > .wp-block-column {
	border-radius: 8px;
	box-shadow: none;
}

.ma-service--penetration-testing .ma-scope-in {
	border-top: 4px solid #16876f;
	background: #eef9f5 !important;
}

.ma-service--penetration-testing .ma-scope-out {
	border-top: 4px solid #b42318;
	background: #fff7f6 !important;
}

.ma-service--penetration-testing .ma-scope + h2 {
	margin-top: 3.5rem;
}

.ma-service--penetration-testing .ma-deliver-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	counter-reset: ma-pentest-deliverable;
}

.ma-service--penetration-testing .ma-deliver-list li {
	counter-increment: ma-pentest-deliverable;
	position: relative;
	min-height: 8.75rem;
	padding: 3rem 1.15rem 1.15rem;
	border-left-width: 1px;
	border-radius: 8px;
	box-shadow: none;
}

.ma-service--penetration-testing .ma-deliver-list li::before {
	content: "EVIDENCE 0" counter(ma-pentest-deliverable);
	position: absolute;
	top: 1.05rem;
	left: 1.15rem;
	color: #005ea8;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.64rem;
	font-weight: 700;
}

.ma-service--penetration-testing .ma-band--process {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	background-color: #12354c !important;
	background-image:
		linear-gradient(rgba(99, 175, 232, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(99, 175, 232, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	color: #fff;
}

.ma-service--penetration-testing .ma-band--process > h2,
.ma-service--penetration-testing .ma-band--process h3,
.ma-service--penetration-testing .ma-band--process p {
	color: #fff;
}

.ma-service--penetration-testing .ma-band--process .ma-box {
	margin-top: 2rem;
	border-color: rgba(255, 255, 255, 0.18) !important;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05) !important;
	box-shadow: none;
}

.ma-service--penetration-testing .ma-band--process .ma-step-badge {
	border-color: rgba(99, 175, 232, 0.5);
	background: #eaf5fc;
	color: #075d8c;
}

.ma-service--penetration-testing .ma-band--process .ma-step-h::before,
.ma-service--penetration-testing .ma-band--process .ma-step-h::after {
	background: rgba(99, 175, 232, 0.42);
}

.ma-service--penetration-testing .ma-service-section--assurance {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

.ma-service--penetration-testing .ma-service-section--assurance > #methods-and-standards,
.ma-service--penetration-testing .ma-service-section--assurance > #methods-and-standards + p {
	grid-column: 1 / -1;
}

.ma-service--penetration-testing .ma-service-section--assurance > #methods-and-standards + p {
	max-width: 78ch;
	margin: 0 0 2rem;
	color: #3e5d75;
	font-size: 1.06rem;
	line-height: 1.72;
}

.ma-service--penetration-testing .ma-service-section--assurance > #security-and-evidence {
	grid-column: 1;
	grid-row: 3;
}

.ma-service--penetration-testing .ma-service-section--assurance > #security-and-evidence + .ma-notice {
	grid-column: 1;
	grid-row: 4;
}

.ma-service--penetration-testing .ma-service-section--assurance > #limitations {
	grid-column: 2;
	grid-row: 3;
}

.ma-service--penetration-testing .ma-service-section--assurance > #limitations + .ma-notice {
	grid-column: 2;
	grid-row: 4;
}

.ma-service--penetration-testing .ma-service-section--assurance > h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ma-service--penetration-testing .ma-service-section--assurance .ma-notice {
	height: 100%;
	margin: 0 !important;
	border-radius: 8px;
}

.ma-service--penetration-testing .ma-band--faq {
	display: block;
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
	background-color: #eef5f7 !important;
	background-image: linear-gradient(rgba(99, 175, 232, 0.04) 1px, transparent 1px);
	background-size: 100% 3.5rem;
}

.ma-service--penetration-testing .ma-band--faq > h2 {
	position: static;
	margin-bottom: 2rem;
}

.ma-service--penetration-testing .ma-band--faq .ma-faq {
	max-width: none;
}

.ma-service--penetration-testing .ma-faq--two-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.ma-service--penetration-testing .ma-faq-column {
	display: grid;
	gap: 0.75rem;
	align-content: start;
}

.ma-service--penetration-testing .ma-band--faq .ma-faq-item {
	border-radius: 8px;
}

.ma-service--penetration-testing .ma-service-section--closing > #case-studies {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.ma-service--penetration-testing .ma-case-study-intro {
	max-width: 76ch;
	margin: 1rem 0 0;
	color: #486581;
}

.ma-service--penetration-testing .ma-case-study-grid {
	gap: 1rem;
	margin-top: 2rem;
}

.ma-service--penetration-testing .ma-case-study-grid > .wp-block-column {
	display: flex;
}

.ma-service--penetration-testing .ma-case-study-grid .ma-card {
	height: 100%;
	border-radius: 8px !important;
	box-shadow: var(--ma-shadow-soft);
}

.ma-service--penetration-testing .ma-service-section--closing > #related {
	margin-top: 3.75rem;
	padding-top: 2rem;
	border-top: 1px solid #d5e0e8;
}

.ma-service--penetration-testing .ma-service-section--closing > #related + .ma-related-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.5rem;
}

.ma-service--penetration-testing > .ma-final-cta {
	position: relative;
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 4rem;
	border: 1px solid #c5dfe9;
	border-radius: 8px !important;
	background-color: #edf7fb !important;
	background-image: repeating-linear-gradient(135deg, transparent 0 24px, rgba(0, 94, 168, 0.045) 24px 25px);
}

.ma-service--penetration-testing > .ma-final-cta::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #005ea8 0 44%, #ffcc66 44% 66%, #b42318 66% 80%, #16876f 80% 100%);
}

.ma-service--penetration-testing h2.has-h2-font-size {
	font-size: 2rem;
	line-height: 1.18;
	letter-spacing: 0;
}

@media (max-width: 72rem) {
	.ma-service--penetration-testing .ma-band--test-types .ma-feature-grid,
	.ma-service--penetration-testing .ma-service-section--fit .ma-feature-grid,
	.ma-service--penetration-testing .ma-deliver-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 59.98rem) {
	.ma-penetration-testing-page .ma-page-stage {
		padding-top: 2rem !important;
	}

	.ma-penetration-testing-page .ma-page-stage .wp-block-post-title {
		font-size: 2.75rem;
	}

	.ma-service--penetration-testing > .ma-hero-band {
		padding-top: 0.5rem !important;
		padding-bottom: 4rem !important;
	}

	.ma-service--penetration-testing .ma-toc {
		position: relative;
		top: auto;
	}

	.ma-service--penetration-testing .ma-service-section--intro,
	.ma-service--penetration-testing .ma-band--landscape,
	.ma-service--penetration-testing .ma-service-section--assurance,
	.ma-service--penetration-testing .ma-band--faq,
	.ma-service--penetration-testing .ma-service-section--closing {
		display: block;
	}

	.ma-service--penetration-testing .ma-service-intro__aside {
		margin-bottom: 1.75rem;
	}

	.ma-service--penetration-testing .ma-service-section--intro > p + p {
		margin-top: 1rem;
	}

	.ma-service--penetration-testing .ma-band--landscape > .ma-pull {
		max-width: 26ch;
		margin-bottom: 2rem;
	}

	.ma-service--penetration-testing .ma-band--landscape > p:not(.ma-pull) + p {
		margin-top: 1.1rem;
	}

	.ma-service--penetration-testing .ma-faq--two-column,
	.ma-service--penetration-testing .ma-service-section--closing > #related + .ma-related-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 48.875rem) {
	.ma-service--penetration-testing .ma-glance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-service--penetration-testing .ma-glance-item:nth-child(2) {
		border-right: 0;
	}

	.ma-service--penetration-testing .ma-glance-item:nth-child(n + 3) {
		border-top-width: 1px;
	}

	.ma-service--penetration-testing .ma-pentest-compare {
		grid-template-columns: 1fr;
	}

	.ma-service--penetration-testing .ma-step-h::before,
	.ma-service--penetration-testing .ma-step-h::after {
		display: none;
	}
}

@media (max-width: 40rem) {
	.ma-penetration-testing-page .ma-page-stage {
		padding-top: 1.5rem !important;
		padding-bottom: 1rem !important;
	}

	.ma-penetration-testing-page .ma-page-stage .wp-block-post-title {
		font-size: 2.1rem;
		line-height: 1.1;
	}

	.ma-service--penetration-testing > .ma-hero-band {
		padding-right: 1.15rem !important;
		padding-bottom: 3.25rem !important;
		padding-left: 1.15rem !important;
	}

	.ma-service--penetration-testing .ma-hero-content .ma-lead {
		font-size: 1.08rem;
	}

	.ma-service--penetration-testing .ma-hero-content .wp-block-buttons,
	.ma-service--penetration-testing .ma-hero-content .wp-block-button,
	.ma-service--penetration-testing .ma-hero-content .wp-block-button__link {
		width: 100%;
	}

	.ma-pentest-visual {
		height: 23rem;
		min-height: 23rem;
	}

	.ma-pentest-surface-grid {
		grid-template-columns: 1fr;
	}

	.ma-pentest-surface-list {
		display: none;
	}

	.ma-pentest-path-flow {
		gap: 0.16rem;
	}

	.ma-pentest-path-flow > span {
		display: block;
		padding: 0.35rem 0.2rem;
	}

	.ma-pentest-path-flow i,
	.ma-pentest-path-flow b,
	.ma-pentest-path-flow em {
		display: block;
	}

	.ma-pentest-path-flow em {
		display: none;
	}

	.ma-pentest-retest-grid {
		gap: 0.25rem;
	}

	.ma-pentest-retest-grid > span {
		display: block;
		padding: 0.35rem;
	}

	.ma-pentest-retest-grid i,
	.ma-pentest-retest-grid strong,
	.ma-pentest-retest-grid em {
		display: block;
	}

	.ma-service--penetration-testing .ma-toc {
		margin-right: -0.25rem;
		margin-left: -0.25rem;
	}

	.ma-service--penetration-testing .ma-glance,
	.ma-service--penetration-testing .ma-band--test-types .ma-feature-grid,
	.ma-service--penetration-testing .ma-service-section--fit .ma-feature-grid,
	.ma-service--penetration-testing .ma-deliver-list {
		grid-template-columns: 1fr;
	}

	.ma-service--penetration-testing .ma-glance {
		margin-bottom: 3.5rem;
	}

	.ma-service--penetration-testing .ma-glance-item,
	.ma-service--penetration-testing .ma-glance-item:nth-child(2) {
		min-height: 0;
		border-top-width: 1px;
		border-right: 0;
	}

	.ma-service--penetration-testing .ma-glance-item:first-child {
		border-top: 3px solid #005ea8;
	}

	.ma-service--penetration-testing .ma-service-section--intro,
	.ma-service--penetration-testing .ma-service-section--fit,
	.ma-service--penetration-testing .ma-service-section--scope,
	.ma-service--penetration-testing .ma-service-section--assurance,
	.ma-service--penetration-testing .ma-service-section--closing {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}

	.ma-service--penetration-testing .ma-service-intro__aside strong {
		font-size: 1.35rem;
	}

	.ma-service--penetration-testing .ma-band--test-types,
	.ma-service--penetration-testing .ma-band--landscape,
	.ma-service--penetration-testing .ma-band--process,
	.ma-service--penetration-testing .ma-band--faq {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	.ma-service--penetration-testing .ma-service-section--decisions {
		margin-bottom: 3.5rem;
		padding: 2rem 1.35rem;
	}

	.ma-service--penetration-testing .ma-service-section--decisions p {
		font-size: 1.15rem;
	}

	.ma-service--penetration-testing .ma-band--process .ma-box {
		padding: 1.5rem !important;
	}

	.ma-service--penetration-testing > .ma-final-cta {
		margin-bottom: 3rem;
		padding: 2.75rem 1.25rem !important;
	}

	.ma-service--penetration-testing h2.has-h2-font-size {
		font-size: 1.65rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Shared animated page journeys                                              */
/* -------------------------------------------------------------------------- */

.ma-home-page,
.ma-government-page,
.ma-business-page,
.ma-individuals-page,
.ma-insights-page,
.ma-about-page,
.ma-security-audits-page,
.ma-ransomware-response-page {
	--journey-bg: #0b1f33;
	--journey-panel: #071522;
	--journey-accent: #2db7a9;
	--journey-accent-2: #63afe8;
	--journey-attention: #ffcc66;
	--journey-risk: #d36c62;
	--journey-tint: #eef6f8;
}

.ma-government-page {
	--journey-bg: #10243a;
	--journey-panel: #091827;
	--journey-accent: #e1b85b;
	--journey-accent-2: #6aa9d6;
	--journey-attention: #f1d48e;
	--journey-risk: #d97d72;
	--journey-tint: #f3f6f8;
}

.ma-business-page {
	--journey-bg: #102a2b;
	--journey-panel: #091c1d;
	--journey-accent: #53c5a5;
	--journey-accent-2: #72afe0;
	--journey-attention: #e5bd68;
	--journey-risk: #dc7f75;
	--journey-tint: #eef8f5;
}

.ma-individuals-page {
	--journey-bg: #12303b;
	--journey-panel: #0a2029;
	--journey-accent: #64d1c5;
	--journey-accent-2: #79bfe2;
	--journey-attention: #f3cf78;
	--journey-risk: #e17f75;
	--journey-tint: #eef8f8;
}

.ma-insights-page {
	--journey-bg: #172331;
	--journey-panel: #0c1722;
	--journey-accent: #75c7df;
	--journey-accent-2: #b7ace8;
	--journey-attention: #f1c968;
	--journey-risk: #d97d72;
	--journey-tint: #f1f5f8;
}

.ma-about-page {
	--journey-bg: #20243a;
	--journey-panel: #13172a;
	--journey-accent: #aaa0e2;
	--journey-accent-2: #6eb6dc;
	--journey-attention: #e9c66d;
	--journey-risk: #d77b72;
	--journey-tint: #f4f2fa;
}

.ma-security-audits-page {
	--journey-bg: #172238;
	--journey-panel: #0d1729;
	--journey-accent: #aaa0e2;
	--journey-accent-2: #58bca7;
	--journey-attention: #e2bd66;
	--journey-risk: #d77b72;
	--journey-tint: #f3f1f9;
}

.ma-ransomware-response-page {
	--journey-bg: #211821;
	--journey-panel: #160f17;
	--journey-accent: #ed8b80;
	--journey-accent-2: #dfb658;
	--journey-attention: #ffd98a;
	--journey-risk: #ef756a;
	--journey-tint: #fff3f1;
}

.ma-journey-visual {
	position: relative;
	width: 100%;
	max-width: 32rem;
	aspect-ratio: 4 / 3;
	justify-self: end;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--journey-accent) 42%, #37536a);
	border-radius: 8px;
	background: var(--journey-panel);
	box-shadow: 0 26px 66px rgba(0, 0, 0, 0.34);
	color: #fff;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72rem;
	line-height: 1.35;
	cursor: pointer;
}

.ma-journey-visual.is-complete,
.ma-journey-visual.is-stopped {
	cursor: default;
}

.ma-journey-visual__bar,
.ma-journey-visual__footer {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	background: color-mix(in srgb, var(--journey-panel) 76%, #294967);
	color: #9eb5c6;
}

.ma-journey-visual__bar {
	height: 2.8rem;
	padding: 0 0.9rem;
	border-bottom: 1px solid color-mix(in srgb, var(--journey-accent) 22%, transparent);
}

.ma-journey-visual__bar > span:nth-child(2) {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-journey-visual__bar strong {
	margin-left: auto;
	padding: 0.18rem 0.42rem;
	border: 1px solid color-mix(in srgb, var(--journey-attention) 40%, transparent);
	border-radius: 3px;
	color: var(--journey-attention);
	font-size: 0.58rem;
}

.ma-journey-visual__bar > b {
	display: inline-flex;
	width: 1.25rem;
	height: 1.25rem;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 3px;
	color: var(--journey-accent);
	font-size: 0.65rem;
}

.ma-journey-visual.is-complete .ma-journey-visual__bar > b,
.ma-journey-visual.is-stopped .ma-journey-visual__bar > b {
	opacity: 0;
}

.ma-journey-visual__viewport {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(10rem, 0.95fr);
	grid-template-rows: auto 1fr auto;
	height: calc(100% - 5.2rem);
	background-image:
		linear-gradient(rgba(99, 175, 232, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(99, 175, 232, 0.05) 1px, transparent 1px);
	background-size: 22px 22px;
}

.ma-journey-visual__header {
	display: flex;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	height: 2.15rem;
	padding: 0 0.75rem;
	border-bottom: 1px solid rgba(146, 180, 202, 0.16);
	background: rgba(9, 25, 38, 0.82);
}

.ma-journey-visual__header span {
	color: var(--journey-accent);
	font-size: 0.53rem;
}

.ma-journey-visual__header strong {
	overflow: hidden;
	color: #fff;
	font-size: 0.6rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-journey-visual__viewport > ol {
	display: grid;
	grid-template-rows: repeat(5, minmax(0, 1fr));
	min-width: 0;
	margin: 0;
	padding: 0.45rem;
	border-right: 1px solid rgba(146, 180, 202, 0.16);
	list-style: none;
}

.ma-journey-visual__viewport > ol > li {
	display: grid;
	grid-template-columns: 1.55rem minmax(0, 1fr) 0.5rem;
	gap: 0.42rem;
	align-items: center;
	min-width: 0;
	margin: 0;
	padding: 0.25rem 0.35rem;
	border-left: 2px solid transparent;
	color: #6f8da2;
	opacity: 0.62;
	transition: opacity 180ms ease, color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ma-journey-visual__viewport > ol > li > span {
	color: #66869c;
	font-size: 0.5rem;
}

.ma-journey-visual__viewport > ol > li div {
	min-width: 0;
}

.ma-journey-visual__viewport > ol strong,
.ma-journey-visual__viewport > ol em {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-journey-visual__viewport > ol strong {
	font-size: 0.55rem;
}

.ma-journey-visual__viewport > ol em {
	margin-top: 0.08rem;
	font-size: 0.43rem;
	font-style: normal;
}

.ma-journey-visual__viewport > ol i {
	width: 0.42rem;
	height: 0.42rem;
	border: 1px solid #517188;
	border-radius: 50%;
}

.ma-journey-visual__viewport > ol > li.is-active {
	border-left-color: var(--journey-accent);
	background: color-mix(in srgb, var(--journey-accent) 9%, transparent);
	color: #fff;
	opacity: 1;
}

.ma-journey-visual__viewport > ol > li.is-active > span,
.ma-journey-visual__viewport > ol > li.is-active i {
	color: var(--journey-accent);
	border-color: var(--journey-accent);
}

.ma-journey-visual__viewport > ol > li.is-active i {
	background: var(--journey-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--journey-accent) 15%, transparent);
}

.ma-journey-visual__viewport > ol > li.is-complete {
	color: #a3bac9;
	opacity: 0.88;
}

.ma-journey-visual__viewport > ol > li.is-complete i {
	border-color: var(--journey-accent-2);
	background: var(--journey-accent-2);
}

.ma-journey-visual__current {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 0.85rem;
	background: rgba(8, 24, 36, 0.72);
}

.ma-journey-visual__current > span {
	color: var(--journey-accent);
	font-size: 0.49rem;
	font-weight: 700;
}

.ma-journey-visual__current strong {
	margin-top: 0.42rem;
	color: #fff;
	font-size: 0.82rem;
}

.ma-journey-visual__current p {
	margin: 0.45rem 0 0;
	color: #9bb4c5;
	font-size: 0.54rem;
	line-height: 1.45;
}

.ma-journey-visual__output {
	display: flex;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	height: 2rem;
	padding: 0 0.75rem;
	border-top: 1px solid rgba(146, 180, 202, 0.16);
	background: rgba(9, 25, 38, 0.9);
	font-size: 0.5rem;
}

.ma-journey-visual__output span {
	color: #6f8da2;
}

.ma-journey-visual__output strong {
	overflow: hidden;
	color: var(--journey-attention);
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ma-journey-visual__footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	justify-content: space-between;
	height: 2.4rem;
	padding: 0 0.9rem;
	border-top: 1px solid color-mix(in srgb, var(--journey-accent) 20%, transparent);
	font-size: 0.57rem;
}

.ma-journey-visual__footer > span:first-child {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.ma-journey-visual__footer > span:first-child > i {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: var(--journey-accent);
}

.ma-journey-visual__steps {
	display: inline-flex;
	gap: 0.28rem;
}

.ma-journey-visual__steps i {
	width: 1rem;
	height: 2px;
	border-radius: 2px;
	background: #365167;
}

.ma-journey-visual__steps i.is-active {
	background: var(--journey-accent);
}

.ma-journey-title-prompt {
	display: inline-block;
	max-width: 8ch;
	overflow: hidden;
	color: var(--journey-accent);
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.31em;
	line-height: 1;
	white-space: pre;
	transition: max-width 360ms ease, margin 360ms ease, opacity 240ms ease, font-size 180ms ease;
}

.ma-journey-title-text {
	min-width: 0;
}

.ma-journey-title-cursor {
	color: var(--journey-accent);
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72em;
	animation: ma-re-cursor 720ms step-end infinite;
}

.ma-journey-title--active.is-prompting .ma-journey-title-prompt,
.ma-journey-title--active.is-prompting .ma-journey-title-cursor {
	font-size: 1em;
}

.ma-journey-title--active.is-resolving .ma-journey-title-prompt {
	max-width: 0;
	margin: 0;
	opacity: 0;
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page, .ma-security-audits-page, .ma-ransomware-response-page) #main {
	overflow: clip;
	padding-bottom: 0;
	background: #fcfdff;
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page, .ma-security-audits-page, .ma-ransomware-response-page) .ma-page-stage {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-top: 2.5rem !important;
	padding-bottom: 1.25rem !important;
	background-color: var(--journey-bg);
	background-image:
		linear-gradient(rgba(126, 175, 205, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 175, 205, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
	color: #fff;
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page, .ma-security-audits-page, .ma-ransomware-response-page) .ma-page-stage::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: max(1.5rem, calc((100vw - 1168px) / 2));
	width: 11rem;
	height: 100%;
	background: repeating-linear-gradient(135deg, transparent 0 15px, color-mix(in srgb, var(--journey-accent) 14%, transparent) 15px 16px);
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page, .ma-security-audits-page, .ma-ransomware-response-page) .ma-page-stage .ma-breadcrumbs {
	display: none;
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page, .ma-security-audits-page, .ma-ransomware-response-page) .ma-page-stage .wp-block-post-title {
	width: 100%;
	max-width: none;
	min-height: 1.2em;
	margin: 0 auto;
	color: #fff;
	font-size: clamp(2.8rem, 4.5vw, 3.55rem);
	line-height: 1.06;
	letter-spacing: 0;
	text-align: center;
	text-wrap: balance;
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page, .ma-security-audits-page, .ma-ransomware-response-page) .ma-page-stage .wp-block-post-title.ma-journey-title--active {
	display: block;
	text-wrap: unset;
	cursor: pointer;
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .ma-page-stage + .wp-block-post-content,
:is(.ma-security-audits-page, .ma-ransomware-response-page) .ma-page-stage + .wp-block-post-content {
	margin-block-start: 0;
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .wp-block-post-content > .ma-hero-band,
:is(.ma-service--security-audits, .ma-service--ransomware-response) > .ma-hero-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 0.75rem max(1.5rem, calc((100vw - 1168px) / 2)) 4.75rem !important;
	border: 0;
	background-color: var(--journey-bg);
	background-image:
		linear-gradient(rgba(126, 175, 205, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 175, 205, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
	color: #fff;
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .ma-hero-content,
:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-hero-content {
	align-self: center;
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .ma-hero-content .ma-lead,
:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-hero-content .ma-lead {
	max-width: 56ch;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.15rem;
	line-height: 1.65;
}

body:not(.home) :is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-eyebrow {
	display: none;
}

body.home.ma-home-page #main {
	overflow: clip;
	padding-bottom: 0;
	background: #fcfdff;
}

body.home.ma-home-page .wp-block-post-content > .ma-hero-band--home {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 3rem max(1.5rem, calc((100vw - 1168px) / 2)) 2.25rem !important;
	background-color: var(--journey-bg);
	background-image:
		linear-gradient(rgba(126, 175, 205, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 175, 205, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
	color: #fff;
}

body.home.ma-home-page .ma-hero-title {
	min-height: 3.35em;
	color: #fff;
}

body.home.ma-home-page .ma-hero-title.ma-journey-title--active {
	display: block;
	text-wrap: unset;
	cursor: pointer;
}

body.home.ma-home-page .ma-hero-content .ma-lead {
	color: #c4d6e2;
}

body.home.ma-home-page .ma-hero-band--home .ma-jump {
	border-top-color: rgba(255, 255, 255, 0.18);
}

body.home.ma-home-page .ma-hero-band--home .ma-jump-label {
	color: #9db5c6;
}

body.home.ma-home-page .ma-hero-band--home .ma-jump-links a {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.06);
	color: #fff !important;
}

@media (min-width: 60rem) {
	:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .wp-block-post-content > .ma-hero-band,
	:is(.ma-service--security-audits, .ma-service--ransomware-response) > .ma-hero-band {
		grid-template-columns: minmax(0, 1.03fr) minmax(26rem, 0.97fr);
		gap: 4.5rem;
	}

	body.home.ma-home-page .ma-hero-band--home {
		grid-template-areas: "copy visual" "jump jump";
		grid-template-columns: minmax(0, 1.03fr) minmax(26rem, 0.97fr);
		column-gap: 4.5rem;
		row-gap: 0.75rem;
	}

	body.home.ma-home-page .ma-hero-band--home .ma-journey-visual {
		grid-area: visual;
	}
}

@media (max-width: 59.98rem) {
	:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page, .ma-security-audits-page, .ma-ransomware-response-page) .ma-page-stage {
		padding-top: 2rem !important;
	}

	:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page, .ma-security-audits-page, .ma-ransomware-response-page) .ma-page-stage .wp-block-post-title {
		font-size: 2.65rem;
	}

	:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .wp-block-post-content > .ma-hero-band,
	:is(.ma-service--security-audits, .ma-service--ransomware-response) > .ma-hero-band {
		padding-top: 0.5rem !important;
		padding-bottom: 4rem !important;
	}

	.ma-journey-visual {
		justify-self: start;
		margin-top: 2.25rem;
	}
}

@media (max-width: 40rem) {
	:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page, .ma-security-audits-page, .ma-ransomware-response-page) .ma-page-stage {
		padding-top: 1.5rem !important;
		padding-bottom: 1rem !important;
	}

	:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page, .ma-security-audits-page, .ma-ransomware-response-page) .ma-page-stage .wp-block-post-title {
		font-size: 2rem;
		line-height: 1.1;
	}

	.ma-journey-visual {
		height: 23rem;
		min-height: 23rem;
		aspect-ratio: auto;
		font-size: 0.66rem;
	}

	.ma-journey-visual__viewport {
		grid-template-columns: 2.7rem minmax(0, 1fr);
	}

	.ma-journey-visual__header,
	.ma-journey-visual__output {
		grid-column: 1 / -1;
	}

	.ma-journey-visual__viewport > ol > li {
		grid-template-columns: 1fr;
		padding-right: 0.25rem;
		padding-left: 0.25rem;
		text-align: center;
	}

	.ma-journey-visual__viewport > ol > li div,
	.ma-journey-visual__viewport > ol > li i {
		display: none;
	}

	.ma-journey-visual__current {
		padding: 0.7rem;
	}

	.ma-journey-visual__current p {
		font-size: 0.52rem;
	}

	.ma-journey-visual__footer > span:last-child {
		display: none;
	}

	body.home.ma-home-page .wp-block-post-content > .ma-hero-band--home {
		padding-top: 2.25rem !important;
	}

	body.home.ma-home-page .ma-hero-title {
		min-height: 0;
		font-size: 2.15rem;
	}
}

/* Shared landing-page bands */

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .ma-jump {
	margin-top: -1.75rem;
	margin-bottom: 2.25rem;
	padding: 0.7rem 0.8rem;
	border: 1px solid #d5e0e8;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 14px 32px rgba(11, 31, 51, 0.1);
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .ma-jump-label {
	color: color-mix(in srgb, var(--journey-accent) 75%, #0b1f33);
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .ma-jump-links a {
	min-height: 36px;
	padding: 0.25rem 0.65rem;
	border: 0;
	border-radius: 4px;
	font-size: 0.84rem;
}

.ma-journey-band,
.ma-home-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 3.75rem max(1.5rem, calc((100vw - 1168px) / 2)) !important;
	border-top: 1px solid #e0e8ee;
}

.ma-journey-band:nth-of-type(even),
.ma-home-band:nth-of-type(even) {
	background-color: var(--journey-tint) !important;
}

.ma-journey-band > h2:first-child,
.ma-home-band > h2:first-child {
	max-width: 24ch;
	margin-top: 0;
}

.ma-journey-band > p,
.ma-home-band > p {
	max-width: 72ch;
	color: #486581;
	line-height: 1.7;
}

.ma-journey-band .ma-feature-grid,
.ma-home-band .ma-feature-grid {
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.ma-journey-band .ma-feature,
.ma-home-band .ma-feature {
	padding: 1.35rem;
	border: 0;
	border-top: 3px solid var(--journey-accent);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(11, 31, 51, 0.07);
}

.ma-journey-band .ma-feature:nth-child(2),
.ma-home-band .ma-feature:nth-child(2) {
	border-top-color: var(--journey-accent-2);
}

.ma-journey-band .ma-feature:nth-child(3),
.ma-home-band .ma-feature:nth-child(3) {
	border-top-color: var(--journey-attention);
}

.ma-journey-band .ma-feature:nth-child(4),
.ma-home-band .ma-feature:nth-child(4) {
	border-top-color: var(--journey-risk);
}

.ma-journey-band--services .ma-service-groups,
.ma-home-band--services .ma-service-groups {
	gap: 1rem;
	margin-top: 2rem;
}

.ma-journey-band--services .ma-card,
.ma-home-band--services .ma-card {
	border-radius: 8px !important;
	box-shadow: none;
}

.ma-journey-band--boundary,
.ma-journey-band--expectations,
.ma-journey-band--contact {
	background-color: var(--journey-tint) !important;
}

.ma-boundary-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
	gap: 0.75rem;
	margin: 1.75rem 0;
	padding: 0;
	list-style: none;
}

.ma-boundary-list li {
	margin: 0;
	padding: 1rem 1.1rem;
	border: 1px solid #edcfcc;
	border-left: 4px solid #b42318;
	border-radius: 6px;
	background: #fff7f6;
	color: #5d3330;
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .ma-final-cta,
body.home.ma-home-page .ma-final-cta {
	position: relative;
	overflow: hidden;
	margin: 4rem auto !important;
	border: 1px solid color-mix(in srgb, var(--journey-accent) 35%, #d5e0e8);
	border-radius: 8px !important;
	background-color: var(--journey-tint) !important;
	background-image: repeating-linear-gradient(135deg, transparent 0 24px, color-mix(in srgb, var(--journey-accent) 5%, transparent) 24px 25px);
}

:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .ma-final-cta::before,
body.home.ma-home-page .ma-final-cta::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--journey-accent), var(--journey-accent-2) 55%, var(--journey-attention) 80%, var(--journey-risk));
}

.ma-government-page .ma-journey-band--identity .ma-fact-list,
.ma-about-page .ma-journey-band--identity .ma-fact-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 1.75rem;
}

.ma-insights-page .ma-journey-band--insights .wp-block-columns {
	gap: 1rem;
	margin-top: 2rem;
}

.ma-insights-page .ma-journey-band--insights .ma-card {
	border-radius: 8px !important;
	box-shadow: var(--ma-shadow-soft);
}

body.home.ma-home-page .ma-home-band--audiences {
	background: #f1f7f9 !important;
}

body.home.ma-home-page .ma-home-band--services {
	background: #fff !important;
}

body.home.ma-home-page .ma-home-band--principles {
	background: #f3f6fa !important;
}

body.home.ma-home-page .ma-home-band--process {
	background-color: #102d3d !important;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	color: #fff;
}

body.home.ma-home-page .ma-home-band--process h2,
body.home.ma-home-page .ma-home-band--process h3,
body.home.ma-home-page .ma-home-band--process p {
	color: #fff;
}

body.home.ma-home-page .ma-home-band--process .ma-box {
	border-color: rgba(255, 255, 255, 0.18) !important;
	background: rgba(255, 255, 255, 0.05) !important;
}

body.home.ma-home-page .ma-home-band--process .ma-step-badge {
	background: #eaf8f6;
	color: #086451;
}

body.home.ma-home-page .ma-home-band--cases {
	background: #eef6f8 !important;
}

/* Shared enhanced-service layout for audits and ransomware */

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-toc {
	margin-top: -2rem;
	margin-bottom: 2.25rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid #d5e0e8;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 14px 34px rgba(11, 31, 51, 0.11);
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-toc-label {
	color: color-mix(in srgb, var(--journey-accent) 78%, #0b1f33);
	letter-spacing: 0;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-toc-links a {
	min-height: 36px;
	padding: 0.25rem 0.55rem;
	border: 0;
	border-radius: 4px;
	font-size: 0.79rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-glance {
	counter-reset: ma-shared-glance;
	gap: 0;
	margin-bottom: 4rem;
	overflow: hidden;
	border: 1px solid #d5e0e8;
	border-radius: 8px;
	background: #fff;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-glance-item {
	counter-increment: ma-shared-glance;
	position: relative;
	min-height: 10rem;
	padding: 3rem 1.15rem 1.2rem;
	border: 0;
	border-top: 3px solid var(--journey-accent);
	border-right: 1px solid #d5e0e8;
	border-radius: 0;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-glance-item::before {
	content: "STEP 0" counter(ma-shared-glance);
	position: absolute;
	top: 1rem;
	left: 1.15rem;
	color: color-mix(in srgb, var(--journey-accent) 75%, #0b1f33);
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.63rem;
	font-weight: 700;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-glance-item:nth-child(2) {
	border-top-color: var(--journey-accent-2);
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-glance-item:nth-child(3) {
	border-top-color: var(--journey-attention);
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-glance-item:nth-child(4) {
	border-top-color: var(--journey-risk);
	border-right: 0;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--intro {
	display: grid;
	grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.45fr);
	gap: 1.1rem 4.5rem;
	align-items: start;
	margin: 0 0 4rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-intro__aside {
	grid-column: 1;
	grid-row: 1 / span 3;
	padding: 0.25rem 0 0 1.15rem;
	border-left: 4px solid var(--journey-accent);
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-intro__aside span {
	display: block;
	margin-bottom: 0.8rem;
	color: color-mix(in srgb, var(--journey-accent) 75%, #0b1f33);
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-intro__aside strong {
	display: block;
	color: #0b1f33;
	font-size: 1.5rem;
	line-height: 1.3;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--intro > p {
	grid-column: 2;
	max-width: 66ch;
	margin: 0;
	color: #3e5d75;
	font-size: 1.05rem;
	line-height: 1.72;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) > .ma-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 3.5rem max(1.5rem, calc((100vw - 1168px) / 2)) !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) :is(.ma-band--assurance-questions, .ma-band--first-response) {
	border-top: 1px solid #dfe6ec;
	border-bottom: 1px solid #dfe6ec;
	background-color: var(--journey-tint) !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) :is(.ma-band--assurance-questions, .ma-band--first-response) .ma-feature-grid,
:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--fit .ma-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) :is(.ma-band--assurance-questions, .ma-band--first-response) .ma-feature,
:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--fit .ma-feature {
	padding: 1.3rem;
	border: 0;
	border-top: 3px solid var(--journey-accent);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(11, 31, 51, 0.07);
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-feature:nth-child(2) {
	border-top-color: var(--journey-accent-2) !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-feature:nth-child(3) {
	border-top-color: var(--journey-attention) !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-feature:nth-child(4) {
	border-top-color: var(--journey-risk) !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--landscape {
	display: grid;
	grid-template-columns: minmax(16rem, 0.74fr) minmax(0, 1.4fr);
	column-gap: 5rem;
	background-color: color-mix(in srgb, var(--journey-tint) 88%, #eaf2f8) !important;
	background-image: linear-gradient(90deg, color-mix(in srgb, var(--journey-accent) 5%, transparent) 1px, transparent 1px);
	background-size: 64px 100%;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--landscape > h2 {
	grid-column: 1;
	grid-row: 1;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--landscape > .ma-pull {
	grid-column: 1;
	grid-row: 2 / span 4;
	max-width: 16ch;
	margin-top: 0.8rem;
	border-left-color: var(--journey-accent);
	font-size: 1.42rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--landscape > p:not(.ma-pull) {
	grid-column: 2;
	max-width: 72ch;
	margin: 0;
	padding: 0 0 1.15rem;
	border-bottom: 1px solid rgba(72, 101, 129, 0.18);
	color: #27465f;
	line-height: 1.7;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--landscape > p:not(.ma-pull) + p {
	padding-top: 1.15rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--fit,
:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--scope,
:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--assurance,
:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--closing {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--decisions {
	position: relative;
	overflow: hidden;
	margin: 0 0 4rem;
	padding: 2.5rem 2.75rem;
	border-radius: 8px;
	background: var(--journey-bg);
	color: #fff;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--decisions h2 {
	margin: 0 0 0.85rem !important;
	padding: 0 !important;
	border: 0 !important;
	color: var(--journey-accent);
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.8rem !important;
	text-transform: uppercase;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--decisions p {
	max-width: 65ch;
	margin: 0;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.55;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-scope {
	gap: 1rem;
	margin-top: 1.75rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-scope > .wp-block-column {
	border-radius: 8px;
	box-shadow: none;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-scope-in {
	border-top: 4px solid var(--journey-accent-2);
	background: #f0faf8 !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-scope-out {
	border-top: 4px solid var(--journey-risk);
	background: #fff7f6 !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-scope + h2 {
	margin-top: 3.5rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-deliver-list {
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
	counter-reset: ma-shared-output;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-deliver-list li {
	counter-increment: ma-shared-output;
	position: relative;
	min-height: 8.5rem;
	padding: 3rem 1.15rem 1.15rem;
	border-left-width: 1px;
	border-radius: 8px;
	box-shadow: none;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-deliver-list li::before {
	content: "OUTPUT 0" counter(ma-shared-output);
	position: absolute;
	top: 1.05rem;
	left: 1.15rem;
	color: color-mix(in srgb, var(--journey-accent) 75%, #0b1f33);
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.63rem;
	font-weight: 700;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--process {
	background-color: var(--journey-bg) !important;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	color: #fff;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--process :is(h2, h3, p) {
	color: #fff;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--process .ma-box {
	margin-top: 2rem;
	border-color: rgba(255, 255, 255, 0.18) !important;
	background: rgba(255, 255, 255, 0.05) !important;
	box-shadow: none;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--process .ma-step-badge {
	background: var(--journey-tint);
	color: color-mix(in srgb, var(--journey-accent) 75%, #0b1f33);
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--assurance {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--assurance > #methods-and-standards,
:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--assurance > #methods-and-standards + p {
	grid-column: 1 / -1;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--assurance > #security-and-evidence {
	grid-column: 1;
	grid-row: 3;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--assurance > #security-and-evidence + .ma-notice {
	grid-column: 1;
	grid-row: 4;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--assurance > #limitations {
	grid-column: 2;
	grid-row: 3;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--assurance > #limitations + .ma-notice {
	grid-column: 2;
	grid-row: 4;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--assurance > h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--assurance .ma-notice {
	height: 100%;
	margin: 0 !important;
	border-radius: 8px;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--faq {
	display: block;
	background: var(--journey-tint) !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-faq--two-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-faq-column {
	display: grid;
	gap: 0.75rem;
	align-content: start;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--faq .ma-faq-item {
	border-radius: 8px;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--closing > #case-studies {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-case-study-grid {
	gap: 1rem;
	margin-top: 2rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--closing > #related {
	margin-top: 3.75rem;
	padding-top: 2rem;
	border-top: 1px solid #d5e0e8;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--closing > #related + .ma-related-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.5rem;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) > .ma-final-cta {
	position: relative;
	overflow: hidden;
	margin: 0 0 4rem !important;
	border: 1px solid color-mix(in srgb, var(--journey-accent) 34%, #d5e0e8);
	border-radius: 8px !important;
	background: var(--journey-tint) !important;
}

:is(.ma-service--security-audits, .ma-service--ransomware-response) > .ma-final-cta::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--journey-accent), var(--journey-accent-2) 55%, var(--journey-attention) 80%, var(--journey-risk));
}

@media (max-width: 72rem) {
	:is(.ma-service--security-audits, .ma-service--ransomware-response) :is(.ma-band--assurance-questions, .ma-band--first-response) .ma-feature-grid,
	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--fit .ma-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-government-page .ma-journey-band--identity .ma-fact-list,
	.ma-about-page .ma-journey-band--identity .ma-fact-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 59.98rem) {
	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-toc {
		position: relative;
		top: auto;
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) :is(.ma-service-section--intro, .ma-band--landscape, .ma-service-section--assurance, .ma-band--faq, .ma-service-section--closing) {
		display: block;
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-intro__aside {
		margin-bottom: 1.75rem;
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--intro > p + p,
	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--landscape > p:not(.ma-pull) + p {
		margin-top: 1rem;
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-band--landscape > .ma-pull {
		max-width: 26ch;
		margin-bottom: 2rem;
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-faq--two-column,
	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--closing > #related + .ma-related-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 48.875rem) {
	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-glance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-step-h::before,
	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-step-h::after {
		display: none;
	}
}

@media (max-width: 40rem) {
	:is(.ma-government-page, .ma-business-page, .ma-individuals-page, .ma-insights-page, .ma-about-page) .wp-block-post-content > .ma-hero-band,
	:is(.ma-service--security-audits, .ma-service--ransomware-response) > .ma-hero-band {
		padding-right: 1.15rem !important;
		padding-bottom: 3.25rem !important;
		padding-left: 1.15rem !important;
	}

	.ma-journey-band,
	.ma-home-band {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	.ma-government-page .ma-journey-band--identity .ma-fact-list,
	.ma-about-page .ma-journey-band--identity .ma-fact-list,
	:is(.ma-service--security-audits, .ma-service--ransomware-response) :is(.ma-band--assurance-questions, .ma-band--first-response) .ma-feature-grid,
	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--fit .ma-feature-grid,
	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-deliver-list {
		grid-template-columns: 1fr;
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-glance {
		grid-template-columns: 1fr;
		margin-bottom: 3.5rem;
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-glance-item {
		min-height: 0;
		border-top-width: 1px;
		border-right: 0;
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-glance-item:first-child {
		border-top: 3px solid var(--journey-accent);
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) :is(.ma-service-section--intro, .ma-service-section--fit, .ma-service-section--scope, .ma-service-section--assurance, .ma-service-section--closing) {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--decisions {
		margin-bottom: 3.5rem;
		padding: 2rem 1.35rem;
	}

	:is(.ma-service--security-audits, .ma-service--ransomware-response) .ma-service-section--decisions p {
		font-size: 1.15rem;
	}
}

/* -------------------------------------------------------------------------- */
/* Articles hub and long-form reading                                         */
/* -------------------------------------------------------------------------- */

.ma-articles-page .ma-journey-band--insights {
	background-color: #eef4f7 !important;
	background-image: linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(72, 101, 129, 0.065) calc(100% - 1px));
	background-size: 25% 100%;
}

.ma-articles-page .ma-journey-band--insights > h2 {
	max-width: 20ch;
}

.ma-article-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 2rem 0 1.25rem;
	padding: 0.65rem;
	border: 1px solid #cbd9e3;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
}

.ma-article-toolbar__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.ma-article-toolbar button {
	min-height: 38px;
	padding: 0.45rem 0.8rem;
	border: 1px solid transparent;
	border-radius: 4px;
	background: transparent;
	color: #27465f;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
}

.ma-article-toolbar button:hover,
.ma-article-toolbar button:focus-visible {
	border-color: #89a9bd;
	background: #f1f7fa;
}

.ma-article-toolbar button[aria-pressed="true"] {
	border-color: #0d6f91;
	background: #0d6f91;
	color: #fff;
}

.ma-article-toolbar > p {
	margin: 0;
	color: #617487;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 700;
	white-space: nowrap;
}

.ma-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.ma-article-card {
	--article-accent: #005ea8;
	min-width: 0;
	min-height: 25rem;
	margin: 0;
	border: 1px solid #cbd9e3;
	border-top: 4px solid var(--article-accent);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(11, 31, 51, 0.07);
}

.ma-article-card:nth-child(2),
.ma-article-card:nth-child(5) {
	--article-accent: #007a70;
}

.ma-article-card:nth-child(3),
.ma-article-card:nth-child(6) {
	--article-accent: #5b4b8a;
}

.ma-article-card:nth-child(4) {
	--article-accent: #8a5a00;
}

.ma-article-card[hidden] {
	display: none;
}

.ma-article-card__link {
	display: flex;
	height: 100%;
	min-width: 0;
	flex-direction: column;
	padding: 1.5rem;
	color: #0b1f33;
	text-decoration: none !important;
	transition: background-color var(--ma-ease), box-shadow var(--ma-ease);
}

.ma-article-card__link:hover,
.ma-article-card__link:focus-visible {
	background-color: #fbfdfe;
	background-image: linear-gradient(145deg, color-mix(in srgb, var(--article-accent) 7%, transparent), transparent 45%);
	box-shadow: inset 0 4px 0 var(--article-accent);
}

.ma-article-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.65rem;
	align-items: center;
	min-height: 1.4rem;
	color: #617487;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.64rem;
	line-height: 1.3;
}

.ma-article-card__meta > span:not(.ma-article-card__type):not(.ma-article-card__topic),
.ma-article-card__meta time {
	white-space: nowrap;
}

.ma-article-card__type,
.ma-article-card__topic {
	padding: 0.2rem 0.4rem;
	border: 1px solid color-mix(in srgb, var(--article-accent) 36%, #d5e0e8);
	border-radius: 3px;
	color: var(--article-accent);
	font-weight: 700;
	text-transform: uppercase;
}

.ma-article-card__sector {
	margin: 1.35rem 0 0;
	color: var(--article-accent);
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-article-card h3 {
	margin: 0.65rem 0 0;
	color: #0b1f33;
	font-size: 1.32rem;
	line-height: 1.3;
	letter-spacing: 0;
	text-wrap: balance;
}

.ma-article-card__excerpt {
	margin: 1rem 0 0;
	color: #486581;
	font-size: 0.96rem;
	line-height: 1.65;
}

.ma-article-card__read {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 44px;
	margin-top: auto;
	padding-top: 1.25rem;
	color: #005ea8;
	font-weight: 700;
}

.ma-article-card__read svg {
	width: 1.1rem;
	height: 1.1rem;
	flex: none;
}

.ma-home-page .ma-article-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ma-home-page .ma-article-card {
	min-height: 23rem;
}

.single-post #main {
	width: 100%;
	max-width: none;
	overflow: clip;
	padding-bottom: 0;
	background: #fbfdff;
}

.ma-article-progress {
	position: fixed;
	z-index: 300;
	top: 0;
	right: 0;
	left: 0;
	width: 100vw;
	max-width: none !important;
	margin: 0 !important;
	height: 3px;
	pointer-events: none;
}

.ma-article-progress i {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #007a70, #159bc1 58%, #ffcc66);
	transform: scaleX(0);
	transform-origin: left center;
}

.single-post .ma-article-stage {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding-top: 3rem !important;
	padding-bottom: 4rem !important;
	background-color: #102334;
	background-image:
		linear-gradient(rgba(117, 199, 223, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(117, 199, 223, 0.05) 1px, transparent 1px);
	background-size: 42px 42px;
	color: #fff;
}

.single-post .ma-article-stage::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: max(1.5rem, calc((100vw - 1168px) / 2));
	width: 13rem;
	height: 100%;
	background: repeating-linear-gradient(135deg, transparent 0 16px, rgba(117, 199, 223, 0.1) 16px 17px);
}

.single-post .ma-article-stage > * {
	max-width: 58rem;
	margin-right: auto !important;
	margin-left: max(1.5rem, calc((100vw - 1168px) / 2)) !important;
}

.single-post .ma-article-stage .ma-breadcrumbs {
	margin-bottom: 1.5rem;
	color: #9db4c6;
}

.single-post .ma-article-stage .ma-breadcrumbs a {
	color: #c7d8e5;
}

.ma-article-kicker {
	margin: 0 0 1rem;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-article-kicker a {
	color: #82d9cf;
	text-decoration: none;
}

.single-post .ma-article-stage .wp-block-post-title {
	max-width: 19ch;
	margin: 0;
	color: #fff;
	font-size: clamp(2.6rem, 5vw, 4.4rem);
	line-height: 1.06;
	letter-spacing: 0;
	text-wrap: balance;
}

.ma-article-dek {
	max-width: 66ch !important;
	margin-top: 1.35rem !important;
	color: #c5d7e5;
	font-size: 1.18rem;
	line-height: 1.65;
}

.ma-article-dek .wp-block-post-excerpt__more-text {
	display: none;
}

.single-post .ma-article-meta {
	display: flex;
	gap: 0.55rem;
	margin-top: 1.5rem;
	color: #9db4c6;
}

.single-post .ma-article-meta > * {
	margin: 0;
	padding: 0.32rem 0.55rem;
	border: 1px solid rgba(157, 180, 198, 0.28);
	border-radius: 3px;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.7rem;
	line-height: 1.2;
}

.single-post .ma-article-meta a {
	color: #d9e8f1;
	text-decoration: none;
}

.ma-article-layout {
	display: grid;
	grid-template-columns: minmax(13rem, 0.38fr) minmax(0, 1fr);
	gap: 4.5rem;
	align-items: start;
	width: min(calc(100% - 3rem), 72rem);
	max-width: 72rem !important;
	margin: 0 auto !important;
	padding: 4.5rem 0 5rem;
}

.ma-article-rail {
	min-width: 0;
}

.ma-article-toc {
	padding: 1rem 0;
	border-top: 3px solid #007a70;
	border-bottom: 1px solid #d5e0e8;
}

.ma-article-toc[hidden] {
	display: none;
}

.ma-article-toc > p {
	margin: 0 0 0.8rem;
	color: #007a70;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-article-toc ol {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: article-section;
}

.ma-article-toc li {
	counter-increment: article-section;
	margin: 0;
	border-top: 1px solid #e3eaf0;
}

.ma-article-toc a {
	display: grid;
	grid-template-columns: 1.5rem minmax(0, 1fr);
	gap: 0.45rem;
	padding: 0.65rem 0.2rem;
	color: #486581;
	font-size: 0.82rem;
	line-height: 1.35;
	text-decoration: none;
}

.ma-article-toc a::before {
	content: "0" counter(article-section);
	color: #8ba0b0;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.64rem;
}

.ma-article-toc a:hover,
.ma-article-toc a[aria-current] {
	color: #005ea8;
}

.ma-article-toc a[aria-current]::before {
	color: #007a70;
}

.ma-article-back {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: 1rem;
	color: #005ea8;
	font-size: 0.86rem;
	font-weight: 700;
}

.ma-article-body {
	min-width: 0;
}

.single-post .ma-article-featured {
	overflow: hidden;
	margin: 0 0 2.5rem;
	border-radius: 8px;
}

.single-post .ma-article-body > .wp-block-post-content {
	font-size: 1.08rem;
	line-height: 1.82;
}

.single-post .ma-article-body > .wp-block-post-content > p:first-child {
	color: #27465f;
	font-size: 1.22rem;
	line-height: 1.68;
}

.single-post .ma-article-body > .wp-block-post-content p {
	max-width: 70ch;
}

.single-post .ma-article-body > .wp-block-post-content h2 {
	position: relative;
	margin-top: 3.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #d5e0e8;
	color: #0b1f33;
	font-size: 1.85rem;
	line-height: 1.22;
	letter-spacing: 0;
	text-wrap: balance;
	scroll-margin-top: 2rem;
}

.single-post .ma-article-body > .wp-block-post-content h2::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 4.5rem;
	height: 3px;
	background: linear-gradient(90deg, #007a70, #159bc1);
}

.single-post .ma-article-body > .wp-block-post-content ul,
.single-post .ma-article-body > .wp-block-post-content ol {
	max-width: 68ch;
	padding-left: 1.35rem;
}

.single-post .ma-article-body > .wp-block-post-content li {
	margin-bottom: 0.7rem;
	padding-left: 0.35rem;
}

.single-post .ma-article-body > .wp-block-post-content li::marker {
	color: #007a70;
	font-weight: 700;
}

.single-post .ma-article-body > .wp-block-post-content blockquote {
	margin: 2.25rem 0;
	padding: 1.35rem 1.5rem;
	border-left: 4px solid #159bc1;
	background: #eef7fa;
	color: #27465f;
}

.single-post .ma-article-body > .wp-block-post-content a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.single-post .ma-article-body .ma-notice {
	margin-top: 2rem !important;
	border-radius: 8px;
}

.ma-article-end {
	margin-top: 4rem;
	padding: 2rem !important;
	border: 1px solid #c9dce5 !important;
	border-top: 4px solid #007a70 !important;
	border-radius: 8px;
	background: #eef7f6;
}

.ma-article-end h2 {
	margin: 0;
	color: #0b1f33;
	font-size: 1.45rem;
}

.ma-article-end p {
	max-width: 62ch;
	color: #486581;
}

.ma-article-archive {
	width: 100%;
	max-width: none !important;
	overflow: clip;
	padding-bottom: 0;
	background: #f4f7f9;
}

.ma-article-archive__stage {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 3rem max(1.5rem, calc((100vw - 1168px) / 2)) 3.5rem;
	background-color: #102334;
	background-image:
		linear-gradient(rgba(117, 199, 223, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(117, 199, 223, 0.05) 1px, transparent 1px);
	background-size: 42px 42px;
	color: #fff;
}

.ma-article-archive__stage .ma-breadcrumbs,
.ma-article-archive__stage .ma-breadcrumbs a {
	color: #b9cedd;
}

.ma-article-archive__stage .wp-block-query-title {
	max-width: 18ch;
	margin: 0;
	color: #fff;
	font-size: clamp(2.6rem, 5vw, 4.2rem);
	line-height: 1.06;
	letter-spacing: 0;
	text-wrap: balance;
}

.ma-article-archive__lead {
	max-width: 62ch;
	margin: 1.25rem 0 0;
	color: #c5d7e5;
	font-size: 1.1rem;
	line-height: 1.65;
}

.ma-article-archive__query {
	width: min(calc(100% - 3rem), 72rem);
	max-width: 72rem !important;
	margin: 0 auto !important;
	padding: 4rem 0 5rem;
}

.ma-article-archive__grid {
	gap: 1rem;
}

.ma-article-archive__grid > li {
	display: flex;
	min-width: 0;
	min-height: 23rem;
	flex-direction: column;
	padding: 1.5rem;
	border: 1px solid #d5e0e8;
	border-top: 4px solid #005ea8;
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--ma-shadow-soft);
}

.ma-article-archive__grid > li:nth-child(2n) {
	border-top-color: #007a70;
}

.ma-article-archive__grid > li:nth-child(3n) {
	border-top-color: #5b4b8a;
}

.ma-article-archive__grid .wp-block-post-terms {
	margin: 0;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-article-archive__grid .wp-block-post-terms a {
	color: #007a70;
	text-decoration: none;
}

.ma-article-archive__grid .wp-block-post-title {
	margin: 1.1rem 0 0;
	font-size: 1.28rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.ma-article-archive__grid .wp-block-post-title a {
	color: #0b1f33;
}

.ma-article-archive__grid .wp-block-post-excerpt {
	margin-top: 0.9rem;
	color: #486581;
	font-size: 0.94rem;
	line-height: 1.62;
}

.ma-article-archive__grid .wp-block-post-date {
	margin-top: auto;
	padding-top: 1rem;
	color: #617487;
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
}

.ma-article-archive__grid .ma-read-more {
	margin-top: 0.4rem;
	color: #005ea8;
}

.ma-article-archive .wp-block-query-pagination {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #d5e0e8;
}

@media (max-width: 64rem) {
	.ma-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-article-layout {
		grid-template-columns: minmax(11rem, 0.3fr) minmax(0, 1fr);
		gap: 2.5rem;
	}

	.ma-article-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 48rem) {
	.ma-article-layout {
		display: block;
		width: min(calc(100% - 2rem), 45rem);
		padding-top: 3rem;
	}

	.ma-article-rail {
		margin-bottom: 2.5rem;
	}

	.ma-article-toc ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1rem;
	}

	.single-post .ma-article-stage > * {
		margin-left: 1.5rem !important;
	}
}

@media (max-width: 40rem) {
	.ma-article-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.ma-article-toolbar__filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.ma-article-toolbar button {
		width: 100%;
	}

	.ma-article-grid,
	.ma-home-page .ma-article-grid {
		grid-template-columns: 1fr;
	}

	.ma-article-card,
	.ma-home-page .ma-article-card {
		min-height: 0;
	}

	.ma-article-card__link {
		padding: 1.25rem;
	}

	.ma-article-card__read {
		margin-top: 1rem;
	}

	.single-post .ma-article-stage {
		padding-top: 2rem !important;
		padding-bottom: 3rem !important;
	}

	.single-post .ma-article-stage .wp-block-post-title {
		font-size: 2.25rem;
	}

	.ma-article-dek {
		font-size: 1.05rem;
	}

	.ma-article-toc ol {
		grid-template-columns: 1fr;
	}

	.single-post .ma-article-body > .wp-block-post-content {
		font-size: 1.02rem;
		line-height: 1.76;
	}

	.single-post .ma-article-body > .wp-block-post-content > p:first-child {
		font-size: 1.12rem;
	}

	.single-post .ma-article-body > .wp-block-post-content h2 {
		font-size: 1.55rem;
	}

	.ma-article-end {
		padding: 1.35rem !important;
	}

	.ma-article-archive__stage {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}

	.ma-article-archive__stage .wp-block-query-title {
		font-size: 2.25rem;
	}

	.ma-article-archive__query {
		width: min(calc(100% - 2rem), 45rem);
		padding-top: 3rem;
	}

	.ma-article-archive__grid {
		grid-template-columns: 1fr;
	}

	.ma-article-archive__grid > li {
		min-height: 0;
	}
}

/* -------------------------------------------------------------------------- */
/* Assessment and incident intake                                             */
/* -------------------------------------------------------------------------- */

.ma-request-assessment-page {
	--journey-bg: #0c2835;
	--journey-panel: #071a23;
	--journey-accent: #45c9b0;
	--journey-accent-2: #62afe1;
	--journey-attention: #e8c36b;
	--journey-risk: #d8766c;
	--journey-tint: #edf8f5;
}

.ma-incident-help-page {
	--journey-bg: #29191e;
	--journey-panel: #190e12;
	--journey-accent: #ef8a7e;
	--journey-accent-2: #e7b85d;
	--journey-attention: #ffda8f;
	--journey-risk: #c83f35;
	--journey-tint: #fff3f1;
}

:is(.ma-request-assessment-page, .ma-incident-help-page) #main {
	overflow: clip;
	padding-bottom: 0;
	background: #fcfdff;
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-page-stage {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-top: 2.5rem !important;
	padding-bottom: 1.25rem !important;
	background-color: var(--journey-bg);
	background-image:
		linear-gradient(rgba(126, 175, 205, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 175, 205, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
	color: #fff;
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-page-stage::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: max(1.5rem, calc((100vw - 1168px) / 2));
	width: 11rem;
	height: 100%;
	background: repeating-linear-gradient(135deg, transparent 0 15px, color-mix(in srgb, var(--journey-accent) 13%, transparent) 15px 16px);
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-page-stage .ma-breadcrumbs {
	display: none;
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-page-stage .wp-block-post-title {
	width: 100%;
	max-width: none;
	min-height: 1.2em;
	margin: 0 auto;
	color: #fff;
	font-size: clamp(2.8rem, 4.5vw, 3.6rem);
	line-height: 1.06;
	letter-spacing: 0;
	text-align: center;
	text-wrap: balance;
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-page-stage .wp-block-post-title.ma-journey-title--active {
	display: block;
	text-wrap: unset;
	cursor: pointer;
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-page-stage + .wp-block-post-content {
	margin-block-start: 0;
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .wp-block-post-content > .ma-hero-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 0.75rem max(1.5rem, calc((100vw - 1168px) / 2)) 4.75rem !important;
	border: 0;
	background-color: var(--journey-bg);
	background-image:
		linear-gradient(rgba(126, 175, 205, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(126, 175, 205, 0.055) 1px, transparent 1px);
	background-size: 40px 40px;
	color: #fff;
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-hero-content {
	align-self: center;
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-hero-content .ma-lead {
	max-width: 56ch;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.17rem;
	line-height: 1.65;
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-jump {
	margin-top: -1.75rem;
	margin-bottom: 2.25rem;
	padding: 0.7rem 0.8rem;
	border: 1px solid #d5e0e8;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 14px 32px rgba(11, 31, 51, 0.1);
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-jump-label {
	color: color-mix(in srgb, var(--journey-accent) 76%, #0b1f33);
}

:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-jump-links a {
	min-height: 36px;
	padding: 0.25rem 0.65rem;
	border: 0;
	border-radius: 4px;
	font-size: 0.84rem;
}

.ma-intake-page-band {
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 3.75rem max(1.5rem, calc((100vw - 1168px) / 2)) !important;
	border-top: 1px solid #e0e8ee;
}

.ma-intake-page-band--actions,
.ma-intake-page-band--prepare,
.ma-intake-page-band--next {
	background-color: var(--journey-tint) !important;
}

.ma-intake-page-band > h2:first-of-type {
	max-width: 23ch;
	margin-top: 0;
}

.ma-intake-page-band .ma-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.ma-intake-page-band .ma-feature {
	padding: 1.3rem;
	border: 0;
	border-top: 3px solid var(--journey-accent);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(11, 31, 51, 0.07);
}

.ma-intake-page-band .ma-feature:nth-child(2) {
	border-top-color: var(--journey-accent-2);
}

.ma-intake-page-band .ma-feature:nth-child(3) {
	border-top-color: var(--journey-attention);
}

.ma-intake-page-band .ma-feature:nth-child(4) {
	border-top-color: var(--journey-risk);
}

.ma-intake-page-band--next .ma-box {
	margin-top: 2rem;
	border-radius: 8px;
	background: #fff !important;
	box-shadow: none;
}

.ma-intake-page-band--next > h2:not(:first-child) {
	margin-top: 3.5rem;
}

.ma-intake-panel {
	max-width: 64rem;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #cbd9e3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 56px rgba(11, 31, 51, 0.12);
}

.ma-intake-panel__header {
	position: relative;
	padding: 2rem 2.25rem;
	background-color: var(--journey-bg);
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 32px 32px;
	color: #fff;
}

.ma-intake-panel__header::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--journey-accent), var(--journey-accent-2) 58%, var(--journey-attention) 80%, var(--journey-risk));
}

.ma-intake-panel__header > p {
	margin: 0 0 0.5rem;
	color: var(--journey-accent);
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-intake-panel__header h2 {
	margin: 0;
	color: #fff;
	font-size: 2rem;
	line-height: 1.18;
	letter-spacing: 0;
}

.ma-intake-panel__header > span {
	display: block;
	margin-top: 0.65rem;
	color: #bcd0de;
	font-size: 0.94rem;
}

.ma-intake-status {
	padding: 1.25rem 2.25rem 0;
}

.ma-intake-status .ma-notice {
	margin: 0 !important;
	border-radius: 6px;
}

.ma-intake-form {
	max-width: none;
	margin: 0;
}

.ma-intake-form fieldset {
	margin: 0;
	padding: 2rem 2.25rem;
	border: 0;
	border-bottom: 1px solid #dbe4ea;
	border-radius: 0;
	background: #fff;
}

.ma-intake-form legend {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0;
	color: #0b1f33;
	font-size: 1rem;
}

.ma-intake-form legend span {
	display: inline-grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--journey-accent) 45%, #d5e0e8);
	border-radius: 50%;
	color: color-mix(in srgb, var(--journey-accent) 74%, #0b1f33);
	font-family: var(--wp--preset--font-family--mono), ui-monospace, monospace;
	font-size: 0.68rem;
}

.ma-intake-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem 1.25rem;
	margin-top: 1.25rem;
}

.ma-intake-fields > p {
	margin: 0;
}

.ma-intake-field--wide {
	grid-column: 1 / -1;
}

.ma-intake-form label {
	display: block;
	margin-bottom: 0.45rem;
	color: #123b63;
	font-size: 0.9rem;
	font-weight: 700;
}

.ma-intake-form label small {
	display: block;
	margin-top: 0.2rem;
	color: #617487;
	font-size: 0.76rem;
	font-weight: 400;
	line-height: 1.4;
}

.ma-intake-form :is(input[type="text"], input[type="email"], input[type="tel"], select, textarea) {
	width: 100%;
	margin: 0;
	border: 1px solid #aebfca;
	border-radius: 5px;
	background: #fbfdfe;
	color: #0b1f33;
	font: inherit;
}

.ma-intake-form textarea {
	min-height: 8.5rem;
	resize: vertical;
}

.ma-intake-form :is(input[type="text"], input[type="email"], input[type="tel"], select, textarea):focus {
	border-color: #005ea8;
	outline: 3px solid rgba(0, 94, 168, 0.16);
	box-shadow: none;
}

.ma-intake-check {
	display: flex;
	align-items: end;
}

.ma-intake-check label,
.ma-intake-consent label {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	margin: 0;
	font-weight: 600;
	line-height: 1.5;
}

.ma-intake-form input[type="checkbox"] {
	width: 1.15rem;
	height: 1.15rem;
	margin: 0.12rem 0 0;
	flex: none;
	accent-color: color-mix(in srgb, var(--journey-accent) 74%, #0b1f33);
}

.ma-intake-consent {
	display: grid;
	gap: 0.85rem;
	margin-top: 1.2rem;
}

.ma-intake-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.5rem 2.25rem 1.75rem;
	background: #f3f7f9;
}

.ma-intake-submit p {
	max-width: 48ch;
	margin: 0;
	color: #617487;
	font-size: 0.84rem;
}

.ma-intake-submit button[type="submit"] {
	min-width: 13rem;
	min-height: 48px;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 5px;
	background: color-mix(in srgb, var(--journey-accent) 74%, #0b1f33);
	box-shadow: none;
	color: #fff;
	font: inherit;
	font-weight: 700;
}

.ma-incident-help-page .ma-intake-submit button[type="submit"] {
	background: #b42318;
}

.ma-intake-submit button[type="submit"]:hover {
	filter: brightness(0.92);
}

.ma-intake-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (min-width: 60rem) {
	:is(.ma-request-assessment-page, .ma-incident-help-page) .wp-block-post-content > .ma-hero-band {
		grid-template-columns: minmax(0, 1.03fr) minmax(26rem, 0.97fr);
		gap: 4.5rem;
	}
}

@media (max-width: 72rem) {
	.ma-intake-page-band .ma-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 59.98rem) {
	:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-page-stage {
		padding-top: 2rem !important;
	}

	:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-page-stage .wp-block-post-title {
		font-size: 2.65rem;
	}

	:is(.ma-request-assessment-page, .ma-incident-help-page) .wp-block-post-content > .ma-hero-band {
		padding-top: 0.5rem !important;
		padding-bottom: 4rem !important;
	}
}

@media (max-width: 40rem) {
	:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-page-stage {
		padding-top: 1.5rem !important;
		padding-bottom: 1rem !important;
	}

	:is(.ma-request-assessment-page, .ma-incident-help-page) .ma-page-stage .wp-block-post-title {
		font-size: 2rem;
		line-height: 1.1;
	}

	:is(.ma-request-assessment-page, .ma-incident-help-page) .wp-block-post-content > .ma-hero-band {
		padding-right: 1.15rem !important;
		padding-bottom: 3.25rem !important;
		padding-left: 1.15rem !important;
	}

	.ma-intake-page-band {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	.ma-intake-page-band .ma-feature-grid,
	.ma-intake-fields {
		grid-template-columns: 1fr;
	}

	.ma-intake-field--wide {
		grid-column: 1;
	}

	.ma-intake-panel__header,
	.ma-intake-form fieldset {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}

	.ma-intake-panel__header h2 {
		font-size: 1.65rem;
	}

	.ma-intake-submit {
		align-items: stretch;
		flex-direction: column;
		padding: 1.25rem;
	}

	.ma-intake-submit button[type="submit"] {
		width: 100%;
		min-width: 0;
	}
}

/* -------------------------------------------------------------------------- */
/* Reduced motion                                                              */
/* -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}

	.ma-card:hover,
	.ma-path-card:hover,
	.ma-path-card:focus-visible {
		transform: none;
	}
}
