.ga-services-page {
	--ga-services-ink: #19171b;
	--ga-services-muted: #5e5663;
	--ga-services-canvas: #f3f4f6;
	--ga-services-paper: #ffffff;
	--ga-services-purple: #44038a;
	--ga-services-highlight: rgb(155, 81, 224);
	--ga-services-light-purple: #eadcf6;
	--ga-services-dark: #251f29;
	--ga-services-rule: rgba(25, 23, 27, 0.16);
	margin-block-start: 0;
	overflow: clip;
	color: var(--ga-services-ink);
	background: var(--ga-services-canvas);
	font-family: inherit;
}

.ga-services-page,
.ga-services-page * {
	box-sizing: border-box;
}

.ga-services-page > * {
	margin-block-start: 0;
}

.ga-services-page h1,
.ga-services-page h2,
.ga-services-page h3 {
	font-family: var(--wp--preset--font-family--heading, Georgia, "Times New Roman", serif);
	font-weight: 400;
	overflow-wrap: anywhere;
}

.ga-services-page em {
	color: var(--ga-services-highlight);
	font-style: normal;
}

.ga-services-page a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.ga-services-shell {
	width: min(calc(100% - 48px), 1220px);
	max-width: none !important;
	margin-inline: auto !important;
}

.ga-services-kicker,
.ga-services-label {
	margin: 0;
	color: var(--ga-services-purple);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.13em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ga-services-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
	align-items: end;
	gap: clamp(40px, 7vw, 96px);
	padding-block: clamp(76px, 9vw, 132px) clamp(50px, 6vw, 78px);
}

.ga-services-hero h1 {
	max-width: 820px;
	margin: 16px 0 0;
	font-size: clamp(4rem, 7.5vw, 7.4rem);
	letter-spacing: -0.058em;
	line-height: 0.92;
	text-wrap: balance;
}

.ga-services-hero__intro p {
	max-width: 440px;
	margin: 0 0 24px;
	color: var(--ga-services-muted);
	font-size: clamp(1rem, 1.35vw, 1.17rem);
	line-height: 1.6;
}

.ga-services-text-link {
	font-weight: 500;
	text-decoration: none;
}

.ga-services-needs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding-bottom: clamp(82px, 10vw, 144px);
}

.ga-services-need {
	display: flex;
	min-height: 220px;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(24px, 3vw, 34px);
	color: var(--ga-services-ink);
	background: var(--ga-services-light-purple);
	text-decoration: none;
	transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1), background 250ms ease;
}

.ga-services-need--one { border-radius: 36px 36px 8px 36px; }
.ga-services-need--two { border-radius: 8px 36px 36px 36px; }
.ga-services-need--three { border-radius: 36px 8px 36px 36px; }
.ga-services-need--four { border-radius: 36px 36px 36px 8px; }
.ga-services-need--five { border-radius: 36px 8px 36px 36px; }
.ga-services-need--six { border-radius: 8px 36px 36px 36px; }

.ga-services-need:hover,
.ga-services-need:focus-visible {
	background: #e1cdf4;
	transform: translateY(-5px);
}

.ga-services-need__number {
	display: block;
	margin-bottom: auto;
	color: var(--ga-services-purple);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.12em;
}

.ga-services-need strong {
	display: block;
	max-width: 300px;
	margin: 34px 0 11px;
	font-family: var(--wp--preset--font-family--heading, Georgia, "Times New Roman", serif);
	font-size: clamp(1.55rem, 2.3vw, 2.15rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.04;
}

.ga-services-need > span:last-child {
	color: var(--ga-services-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.ga-services-pathway {
	margin: 0 !important;
	padding-block: clamp(76px, 9vw, 128px);
	scroll-margin-top: 32px;
}

.ga-services-pathway--light { background: var(--ga-services-light-purple); }
.ga-services-pathway--paper { background: var(--ga-services-paper); }
.ga-services-pathway--dark { color: #ffffff; background: var(--ga-services-dark); }

.ga-services-pathway--dark .ga-services-kicker,
.ga-services-pathway--dark .ga-services-label {
	color: #c58cf5;
}

.ga-services-pathway--dark .ga-services-pathway__header > p,
.ga-services-pathway--dark .ga-services-solutions article p {
	color: rgba(255, 255, 255, 0.74);
}

.ga-services-pathway--dark .ga-services-pathway__header,
.ga-services-pathway--dark .ga-services-diagnosis,
.ga-services-pathway--dark .ga-services-solutions article,
.ga-services-pathway--dark .ga-services-pathway__footer {
	border-color: rgba(255, 255, 255, 0.2);
}

.ga-services-pathway__header {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	align-items: end;
	gap: clamp(38px, 7vw, 90px);
	padding-bottom: clamp(40px, 5vw, 64px);
	border-bottom: 1px solid var(--ga-services-rule);
}

.ga-services-pathway__header h2 {
	max-width: 820px;
	margin: 13px 0 0;
	font-size: clamp(3.2rem, 6vw, 6.3rem);
	letter-spacing: -0.055em;
	line-height: 0.94;
	text-wrap: balance;
}

.ga-services-pathway__header > p {
	max-width: 420px;
	margin: 0;
	color: var(--ga-services-muted);
	font-size: 1.05rem;
	line-height: 1.6;
}

.ga-services-pathway__body {
	display: grid;
	grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
	gap: clamp(40px, 6vw, 82px);
	padding-block: clamp(42px, 6vw, 72px);
}

.ga-services-diagnosis {
	padding-right: clamp(0px, 2vw, 24px);
	border-right: 1px solid var(--ga-services-rule);
}

.ga-services-diagnosis ul {
	margin: 23px 0 0;
	padding-left: 1.1rem;
}

.ga-services-diagnosis li {
	margin-bottom: 13px;
	line-height: 1.5;
}

.ga-services-solutions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 34px;
}

.ga-services-solutions article {
	padding: 0 0 28px;
	border-bottom: 1px solid var(--ga-services-rule);
}

.ga-services-solutions article:nth-child(n + 3) {
	padding-top: 28px;
}

.ga-services-solutions h3 {
	margin: 0 0 10px;
	font-size: clamp(1.55rem, 2.2vw, 2rem);
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.ga-services-solutions article p {
	margin: 0;
	color: var(--ga-services-muted);
	line-height: 1.55;
}

.ga-services-pathway__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--ga-services-rule);
}

.ga-services-pathway__footer span:first-child {
	font-family: var(--wp--preset--font-family--heading, Georgia, "Times New Roman", serif);
	font-size: clamp(1.15rem, 1.6vw, 1.4rem);
}

.ga-services-pathway__footer a {
	flex: 0 0 auto;
	font-weight: 500;
	text-decoration: none;
}

.ga-services-closing {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
	align-items: end;
	gap: clamp(40px, 8vw, 110px);
	padding-block: clamp(88px, 11vw, 156px);
}

.ga-services-closing h2 {
	max-width: 760px;
	margin: 14px 0 0;
	font-size: clamp(3.1rem, 5.6vw, 6rem);
	letter-spacing: -0.055em;
	line-height: 0.95;
	text-wrap: balance;
}

.ga-services-closing > div:last-child p {
	margin: 0 0 28px;
	color: var(--ga-services-muted);
	font-size: 1.05rem;
	line-height: 1.6;
}

.ga-services-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 19px;
	border: 1px solid var(--ga-services-ink);
	border-radius: 999px;
	font-weight: 500;
	text-decoration: none;
}

.ga-services-button:hover,
.ga-services-button:focus-visible {
	color: #ffffff;
	background: var(--ga-services-purple);
	border-color: var(--ga-services-purple);
}

@media (max-width: 900px) {
	.ga-services-needs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ga-services-hero,
	.ga-services-pathway__header,
	.ga-services-closing { grid-template-columns: 1fr; }
	.ga-services-hero__intro p,
	.ga-services-pathway__header > p { max-width: 640px; }
	.ga-services-pathway__body { grid-template-columns: 1fr; }
	.ga-services-diagnosis {
		padding: 0 0 34px;
		border-right: 0;
		border-bottom: 1px solid var(--ga-services-rule);
	}
}

@media (max-width: 620px) {
	.ga-services-shell { width: min(calc(100% - 32px), 1220px); }
	.ga-services-hero { padding-block: 58px 46px; }
	.ga-services-hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
	.ga-services-needs { grid-template-columns: 1fr; }
	.ga-services-need {
		min-height: 190px;
		border-radius: 28px 28px 8px 28px;
	}
	.ga-services-pathway { padding-block: 68px; }
	.ga-services-pathway__header h2 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
	.ga-services-solutions { grid-template-columns: 1fr; }
	.ga-services-solutions article:nth-child(n + 2) { padding-top: 25px; }
	.ga-services-pathway__footer {
		align-items: flex-start;
		flex-direction: column;
	}
	.ga-services-closing { padding-block: 82px; }
	.ga-services-closing h2 { font-size: clamp(2.75rem, 13vw, 4.4rem); }
}

@media (prefers-reduced-motion: reduce) {
	.ga-services-need { transition: none; }
	.ga-services-need:hover,
	.ga-services-need:focus-visible { transform: none; }
}
