/* Blog section */
.blog-section {
	padding: 60px 20px 22px;
	background: transparent;
}

.blog-section__blog-list-wrapper {
	margin-bottom: 0.9rem;
}

.view-all-button {
	margin-top: 1.15rem;
}

@media screen and (max-width: 980px) {
	.blog-section {
		padding-bottom: 1.1rem;
	}

	.blog-section__blog-list-wrapper {
		margin-bottom: 0.75rem;
	}

	.view-all-button {
		margin-top: 0.9rem;
	}
}

.blog-section__blog-card {
	color: inherit;
	display: block;
	text-decoration: none;
}

.blog-section__blog-card:hover,
.blog-section__blog-card:focus-visible {
	text-decoration: none;
}

.single-blog-wrapper .blog-content .toastui-editor-contents code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.95em;
}

.home-hero__grid {
	display: block !important;
	max-width: 56rem;
	width: 100%;
}

.home-hero__main {
	max-width: 56rem;
}

.home-hero__actions {
	margin-top: 0.5rem;
}

.home-hero__clutch-badge {
	align-items: center;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04) 52%, rgba(111, 195, 223, 0.08)),
		radial-gradient(circle at 18% 22%, rgba(181, 245, 255, 0.18), transparent 24%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 1.35rem;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 18px 44px rgba(4, 10, 22, 0.2);
	display: inline-grid;
	gap: 0.38rem 1.35rem;
	grid-template-columns: auto auto auto auto;
	grid-template-areas:
		"brand score meta cta"
		"brand score meta cta";
	margin-top: 1.5rem;
	max-width: min(100%, 42rem);
	overflow: hidden;
	padding: 1rem 1.2rem 1rem 1rem;
	position: relative;
	text-decoration: none;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease,
		background-position 240ms ease;
}

.home-hero__clutch-badge::before {
	background: linear-gradient(110deg, transparent 16%, rgba(255, 255, 255, 0.12) 44%, transparent 72%);
	content: '';
	inset: 0;
	opacity: 0.7;
	position: absolute;
	transform: translateX(-120%);
	transition: transform 420ms ease;
}

.home-hero__clutch-badge:hover,
.home-hero__clutch-badge:focus-visible {
	border-color: rgba(181, 245, 255, 0.3);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 22px 58px rgba(4, 10, 22, 0.28),
		0 0 0 1px rgba(181, 245, 255, 0.08);
	transform: translateY(-2px);
}

.home-hero__clutch-badge:hover::before,
.home-hero__clutch-badge:focus-visible::before {
	transform: translateX(110%);
}

.home-hero__clutch-brand,
.home-hero__clutch-score-group,
.home-hero__clutch-meta,
.home-hero__clutch-cta {
	position: relative;
	z-index: 1;
}

.home-hero__clutch-brand {
	align-items: center;
	display: inline-flex;
	gap: 0.85rem;
	grid-area: brand;
}

.home-hero__clutch-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	display: inline-flex;
	flex: 0 0 auto;
	height: 2.55rem;
	justify-content: center;
	width: 2.55rem;
}

.home-hero__clutch-icon svg {
	fill: #f7d07e;
	height: 1.05rem;
	width: 1.05rem;
}

.home-hero__clutch-label {
	color: rgba(255, 255, 255, 0.86);
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.home-hero__clutch-score-group {
	align-items: baseline;
	display: inline-flex;
	gap: 0.72rem;
	grid-area: score;
}

.home-hero__clutch-score {
	color: #ffffff;
	font-size: clamp(1.75rem, 2.4vw, 2.15rem);
	font-weight: 700;
	line-height: 1;
}

.home-hero__clutch-stars {
	color: #f7d07e;
	font-size: 0.92rem;
	letter-spacing: 0.22em;
	text-shadow: 0 0 1.4rem rgba(247, 208, 126, 0.18);
}

.home-hero__clutch-meta {
	align-self: center;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	grid-area: meta;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.home-hero__clutch-cta {
	align-items: center;
	color: #b5f5ff;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	grid-area: cta;
	justify-self: end;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.home-hero__clutch-cta::after {
	content: '\2197';
	font-size: 1rem;
	margin-left: 0.55rem;
	transition: transform 180ms ease;
}

.home-hero__clutch-badge:hover .home-hero__clutch-cta::after,
.home-hero__clutch-badge:focus-visible .home-hero__clutch-cta::after {
	transform: translate3d(0.16rem, -0.16rem, 0);
}

.global-presence {
	background:
		radial-gradient(circle at 18% 22%, rgba(111, 195, 223, 0.16), transparent 30%),
		radial-gradient(circle at 84% 78%, rgba(135, 197, 164, 0.16), transparent 28%);
}

.global-presence__header,
header.major.global-presence__header {
	margin-bottom: 1.5rem;
	max-width: 46rem;
	width: 100%;
}

header.major.global-presence__header > p,
.global-presence__header p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 0;
	margin-top: 0.6rem;
	letter-spacing: 0 !important;
	max-width: 100%;
	text-transform: none !important;
	white-space: normal;
	width: 100%;
}

.global-presence__panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 1.35rem;
	box-shadow: 0 30px 70px rgba(6, 12, 24, 0.24);
	overflow: hidden;
	padding: 1.2rem;
}

.global-presence__map-shell {
	background:
		radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.05), transparent 52%),
		linear-gradient(180deg, rgba(9, 14, 33, 0.56), rgba(9, 14, 33, 0.2));
	aspect-ratio: 1600 / 720;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.global-presence__map-shell::before {
	background:
		radial-gradient(circle at 47% 31%, rgba(111, 195, 223, 0.18), transparent 11%),
		radial-gradient(circle at 16% 33%, rgba(111, 195, 223, 0.14), transparent 9%),
		radial-gradient(circle at 68% 50%, rgba(135, 197, 164, 0.18), transparent 9%);
	content: '';
	inset: 0;
	position: absolute;
	z-index: 0;
}

.global-presence__map {
	display: block;
	height: 100%;
	left: 0;
	object-fit: contain;
	object-position: center center;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.global-presence__pin {
	display: block;
	left: var(--pin-left);
	position: absolute;
	top: var(--pin-top);
	height: 1.52rem;
	pointer-events: none;
	transform: translate(-50%, -50%);
	width: 1.52rem;
	z-index: 2;
}

.global-presence__pin::before,
.global-presence__pin::after {
	border-radius: 999px;
	content: '';
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.42);
	transform-origin: center center;
	width: 100%;
}

.global-presence__pin::before {
	border: 1.35px solid rgba(212, 244, 255, 0.72);
	box-shadow:
		0 0 1.15rem rgba(191, 239, 255, 0.3),
		0 0 2.4rem rgba(155, 241, 255, 0.24);
	animation: global-presence-pulse 3.5s ease-out infinite;
	animation-delay: var(--pulse-delay, 0s);
}

.global-presence__pin::after {
	border: 1px solid rgba(212, 244, 255, 0.44);
	box-shadow:
		0 0 0.85rem rgba(191, 239, 255, 0.2),
		0 0 1.85rem rgba(155, 241, 255, 0.15);
	animation: global-presence-pulse-secondary 3.5s ease-out infinite;
	animation-delay: calc(var(--pulse-delay, 0s) + 1.15s);
}

.global-presence__pin--usa {
	--pin-left: 23.51%;
	--pin-top: 33.33%;
	--pulse-delay: 0.2s;
}

.global-presence__pin--spain {
	--pin-left: 48.2%;
	--pin-top: 34.2%;
	--pulse-delay: 1.1s;
}

.global-presence__pin--germany {
	--pin-left: 53.25%;
	--pin-top: 25.85%;
	--pulse-delay: 0.55s;
}

.global-presence__pin--netherlands {
	--pin-left: 51.4%;
	--pin-top: 24.95%;
	--pulse-delay: 1.7s;
}

.global-presence__pin--italy {
	--pin-left: 52.9%;
	--pin-top: 33.35%;
	--pulse-delay: 0.9s;
}

.global-presence__pin--poland {
	--pin-left: 55.9%;
	--pin-top: 25.15%;
	--pulse-delay: 1.45s;
}

.global-presence__pin--ukraine {
	--pin-left: 58.95%;
	--pin-top: 28.15%;
	--pulse-delay: 0.75s;
}

.global-presence__pin--singapore {
	--pin-left: 77.9%;
	--pin-top: 57.69%;
	--pulse-delay: 1.95s;
}

.global-presence__pin--japan {
	--pin-left: 87.09%;
	--pin-top: 35.63%;
	--pulse-delay: 1.3s;
}

.global-presence__footer {
	display: block;
	padding: 1.3rem 0.2rem 0.2rem;
}

.global-presence__footer p {
	font-size: 0.95rem;
	line-height: 1.7;
	margin: 0;
	max-width: 38rem;
}

.global-presence__trust {
	margin-top: 1.35rem;
	max-width: 42rem;
}

.home-hero__clutch-badge--clients {
	margin-top: 0;
	max-width: 100%;
}

.credential-tracks {
	background:
		radial-gradient(circle at 14% 18%, rgba(111, 195, 223, 0.14), transparent 24%),
		radial-gradient(circle at 86% 82%, rgba(135, 197, 164, 0.1), transparent 22%);
}

.credential-tracks__header {
	margin-bottom: 1.8rem;
	max-width: 58rem;
}

.credential-tracks__eyebrow {
	color: rgba(191, 239, 255, 0.76);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	margin: 0 0 0.85rem 0;
	text-transform: uppercase;
}

.credential-tracks__header h2 {
	margin-bottom: 0.8rem;
}

.credential-tracks__header p {
	font-size: 1.04rem;
	font-weight: 400;
	line-height: 1.78;
	letter-spacing: 0.04em !important;
	margin: 0;
	max-width: 49rem;
	text-transform: none !important;
}

.credential-tracks__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.credential-tracks__grid::before,
.credential-tracks__grid::after {
	content: '';
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.credential-tracks__grid::before {
	background:
		radial-gradient(circle at 50% 50%, rgba(181, 245, 255, 0.15), rgba(181, 245, 255, 0.045) 38%, transparent 66%),
		linear-gradient(118deg,
			rgba(181, 245, 255, 0) 8%,
			rgba(181, 245, 255, 0.03) 26%,
			rgba(255, 255, 255, 0.11) 47%,
			rgba(181, 245, 255, 0.18) 52%,
			rgba(181, 245, 255, 0.04) 66%,
			rgba(181, 245, 255, 0) 84%
		);
	filter: blur(10px);
	height: 19rem;
	left: 50%;
	opacity: 0.24;
	top: -4.2rem;
	transform: translateX(-50%) rotate(-10deg);
	width: 30rem;
	animation: none;
}

.credential-tracks__grid::after {
	background:
		radial-gradient(circle at 50% 50%, rgba(181, 245, 255, 0.1), rgba(181, 245, 255, 0.045) 32%, rgba(181, 245, 255, 0.015) 50%, transparent 70%),
		conic-gradient(from 110deg, rgba(181, 245, 255, 0) 0deg, rgba(181, 245, 255, 0.08) 64deg, rgba(255, 255, 255, 0.04) 92deg, rgba(181, 245, 255, 0) 138deg);
	filter: blur(28px);
	height: 16rem;
	opacity: 0.14;
	left: 50%;
	top: 16%;
	transform: translateX(-50%);
	width: 16rem;
	animation: none;
}

.credential-tracks__card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
		radial-gradient(circle at 84% 18%, rgba(111, 195, 223, 0.11), transparent 28%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 1.35rem;
	box-shadow: 0 24px 60px rgba(6, 12, 24, 0.2);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 1.35rem 1.35rem 1.25rem;
	position: relative;
	z-index: 1;
}

.credential-tracks__card::before {
	background: linear-gradient(90deg, rgba(191, 239, 255, 0.22), transparent 48%);
	content: '';
	height: 1px;
	left: 1.35rem;
	position: absolute;
	right: 1.35rem;
	top: 0;
}

.credential-tracks__card-eyebrow {
	color: rgba(248, 251, 255, 0.6);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 0 0 0.85rem 0;
	text-transform: uppercase;
}

.credential-tracks__card h3 {
	font-size: 1.62rem;
	line-height: 1.16;
	margin-bottom: 0.7rem;
	max-width: 24rem;
}

.credential-tracks__card-copy {
	color: rgba(248, 251, 255, 0.84);
	font-size: 1rem;
	line-height: 1.74;
	margin: 0 0 1rem 0;
	max-width: 34rem;
}

.credential-tracks__badge-list {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: auto;
}

.credential-tracks__badge {
	background: rgba(10, 16, 32, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	display: grid;
	gap: 0.18rem;
	min-height: 5.2rem;
	padding: 0.82rem 0.88rem 0.86rem;
}

.credential-tracks__badge-kind {
	color: rgba(181, 245, 255, 0.74);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.credential-tracks__badge-label {
	color: #ffffff;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.28;
}

.credential-tracks__badge-meta {
	color: rgba(248, 251, 255, 0.68);
	font-size: 0.9rem;
	line-height: 1.4;
}

.credential-tracks__footer {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	margin-top: 1.3rem;
}

.credential-tracks__footer p {
	font-size: 1.04rem;
	line-height: 1.78;
	margin: 0;
	max-width: 42rem;
}

.credential-tracks__actions {
	flex: 0 0 auto;
	margin-top: 0;
}

@keyframes global-presence-pulse {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.5);
	}

	14% {
		opacity: 0.54;
	}

	34% {
		opacity: 0.34;
	}

	78% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(4.85);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(5.25);
	}
}

@keyframes global-presence-pulse-secondary {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.42);
	}

	16% {
		opacity: 0.34;
	}

	40% {
		opacity: 0.18;
	}

	82% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(4.4);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(4.9);
	}
}

#priority-services {
	background: rgba(255, 255, 255, 0.03);
}

.services-showcase {
	background:
		radial-gradient(circle at 12% 16%, rgba(111, 195, 223, 0.1), transparent 18%),
		radial-gradient(circle at 88% 12%, rgba(135, 197, 164, 0.08), transparent 16%);
}

.services-showcase__shell {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.4rem;
	box-shadow: 0 28px 70px rgba(6, 12, 24, 0.22);
	overflow: hidden;
	padding: 1.2rem;
	position: relative;
}

.services-showcase__shell::before {
	background:
		radial-gradient(circle at 82% 18%, rgba(111, 195, 223, 0.12), transparent 18%),
		radial-gradient(circle at 16% 76%, rgba(141, 130, 196, 0.08), transparent 15%);
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.services-showcase__tabs,
.services-showcase__group-panel {
	position: relative;
	z-index: 1;
}

.services-showcase__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-bottom: 1.05rem;
}

.services-showcase__tab {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	box-shadow: none !important;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	gap: 0.7rem;
	height: auto;
	letter-spacing: normal;
	line-height: 1.1;
	outline: none;
	padding: 0.82rem 1rem;
	text-transform: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	white-space: normal;
}

.services-showcase__tab:hover,
.services-showcase__tab:focus-visible {
	border-color: rgba(155, 241, 255, 0.28);
	transform: translateY(-1px);
}

.services-showcase__tab.is-active {
	background: rgba(155, 241, 255, 0.08);
	border-color: rgba(155, 241, 255, 0.32);
	box-shadow: inset 0 0 0 1px rgba(155, 241, 255, 0.08);
}

.services-showcase__tab-label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.services-showcase__tab-count {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 700;
	height: 1.75rem;
	justify-content: center;
	min-width: 1.75rem;
	padding: 0 0.45rem;
}

.services-showcase__group-panel {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
}

.services-showcase__shell.is-enhanced .services-showcase__group-panel {
	display: none;
}

.services-showcase__shell.is-enhanced .services-showcase__group-panel.is-active {
	display: grid;
}

.services-showcase__list {
	background: rgba(10, 16, 32, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 1.1rem;
	padding: 1.2rem;
}

.services-showcase__group-copy {
	margin-bottom: 1rem;
}

.services-showcase__group-label {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	margin: 0 0 0.5rem 0;
	text-transform: uppercase;
}

.services-showcase__group-description {
	line-height: 1.65;
	margin: 0;
	max-width: 29rem;
}

.services-showcase__service-list {
	display: grid;
	gap: 0.75rem;
}

.services-showcase__service-trigger {
	align-items: start;
	appearance: none;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 1rem;
	box-shadow: none !important;
	color: inherit;
	cursor: pointer;
	display: grid;
	font-family: inherit;
	gap: 0.95rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	height: auto;
	letter-spacing: normal;
	line-height: 1.2;
	outline: none;
	padding: 0.9rem 1rem 0.92rem;
	text-align: left;
	text-transform: none;
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
	white-space: normal;
	width: 100%;
}

.services-showcase__service-trigger:hover,
.services-showcase__service-trigger:focus-visible {
	border-color: rgba(155, 241, 255, 0.22);
	transform: translateX(0.25rem);
}

.services-showcase__service-trigger.is-active {
	background: rgba(155, 241, 255, 0.07);
	border-color: rgba(155, 241, 255, 0.28);
	box-shadow: 0 16px 30px rgba(7, 14, 28, 0.12);
	transform: translateX(0.35rem);
}

.services-showcase__service-index {
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-top: 0.18rem;
	text-transform: uppercase;
}

.services-showcase__service-body {
	display: grid;
	gap: 0.25rem;
	min-width: 0;
}

.services-showcase__service-kicker {
	color: rgba(255, 255, 255, 0.62);
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.services-showcase__service-title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.services-showcase__service-summary {
	display: none;
}

.services-showcase__service-arrow {
	color: rgba(255, 255, 255, 0.55);
	font-size: 1.15rem;
	line-height: 1;
	padding-top: 0.2rem;
}

.services-showcase__detail {
	min-height: 100%;
}

.services-showcase__detail-card {
	background:
		radial-gradient(circle at 82% 14%, rgba(111, 195, 223, 0.16), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.15rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	display: none;
	min-height: 100%;
	overflow: hidden;
	padding: 1.5rem;
	position: relative;
}

.services-showcase__detail-card::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 52px 52px;
	content: '';
	inset: 0;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), transparent 72%);
	position: absolute;
}

.services-showcase__detail-card > * {
	position: relative;
	z-index: 1;
}

.services-showcase__detail-card.is-active {
	animation: services-showcase-fade 0.26s ease;
	display: block;
}

.services-showcase__detail-kicker {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 0 0 0.85rem 0;
	text-transform: uppercase;
}

.services-showcase__detail-card h3 {
	font-size: clamp(1.7rem, 2.2vw, 2.35rem);
	line-height: 1.02;
	margin-bottom: 0.8rem;
	max-width: 12ch;
}

.services-showcase__detail-copy {
	font-size: 1rem;
	line-height: 1.78;
	margin-bottom: 1.2rem;
	max-width: 34rem;
}

.services-showcase__detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.8rem;
	margin-bottom: 1.4rem;
}

.services-showcase__detail-tags span {
	color: rgba(248, 251, 255, 0.74);
	display: inline-flex;
	align-items: center;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.services-showcase__detail-tags span + span::before {
	color: rgba(181, 245, 255, 0.38);
	content: '\2022';
	font-size: 0.9em;
	font-weight: 400;
	margin-right: 0.8rem;
}

.services-showcase__detail-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.25rem;
}

.services-showcase__detail-link {
	border-bottom: 0;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

@keyframes services-showcase-fade {
	from {
		opacity: 0;
		transform: translateY(0.35rem);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.operating-arc {
	background:
		radial-gradient(circle at 11% 18%, rgba(111, 195, 223, 0.11), transparent 22%),
		radial-gradient(circle at 89% 16%, rgba(135, 197, 164, 0.09), transparent 18%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.01));
}

.operating-arc__shell {
	background:
		radial-gradient(circle at 80% 16%, rgba(111, 195, 223, 0.12), transparent 18%),
		radial-gradient(circle at 20% 82%, rgba(141, 130, 196, 0.1), transparent 16%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 1.45rem;
	box-shadow: 0 32px 78px rgba(5, 10, 22, 0.24);
	overflow: hidden;
	padding: 1.7rem;
	position: relative;
}

.operating-arc__shell::before,
.operating-arc__shell::after {
	content: '';
	pointer-events: none;
	position: absolute;
}

.operating-arc__shell::before {
	background: radial-gradient(circle, rgba(181, 245, 255, 0.14) 0%, rgba(181, 245, 255, 0.02) 54%, transparent 72%);
	border-radius: 50%;
	height: 18rem;
	right: -3rem;
	top: -4rem;
	width: 18rem;
	animation: operating-arc-orb 10.5s ease-in-out infinite;
}

.operating-arc__shell::after {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
	background-size: 42px 42px;
	inset: 0;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 78%);
	opacity: 0.5;
}

.operating-arc__intro,
.operating-arc__story,
.operating-arc__footer {
	position: relative;
	z-index: 1;
}

.operating-arc__intro {
	margin-bottom: 1.7rem;
	max-width: 58rem;
}

.operating-arc__eyebrow {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	margin: 0 0 0.85rem 0;
	text-transform: uppercase;
}

.operating-arc__intro h2 {
	font-size: clamp(2rem, 3vw, 2.95rem);
	line-height: 1.05;
	margin-bottom: 0.95rem;
	max-width: 19ch;
}

.operating-arc__lead {
	margin: 0;
	max-width: 49rem;
}

.operating-arc__signals {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin-top: 1.25rem;
}

.operating-arc__signals span {
	display: inline-flex;
	align-items: center;
	color: rgba(248, 251, 255, 0.78);
	font-size: 0.78rem;
	font-weight: 700;
	gap: 0.55rem;
	letter-spacing: 0.11em;
	padding: 0;
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;
}

.operating-arc__signals span::before {
	background: radial-gradient(circle, rgba(210, 246, 255, 1) 0%, rgba(210, 246, 255, 0.72) 42%, rgba(210, 246, 255, 0.18) 68%, rgba(210, 246, 255, 0) 84%);
	border-radius: 999px;
	box-shadow:
		0 0 0.65rem rgba(210, 246, 255, 0.58),
		0 0 1.25rem rgba(142, 224, 255, 0.24);
	content: '';
	display: inline-block;
	flex: 0 0 auto;
	height: 0.58rem;
	width: 0.58rem;
}

.operating-arc__signals span::after,
.operating-arc__links a::after {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
	content: '';
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: translateX(-130%);
}

.operating-arc__signals span::after {
	content: none;
}

@media screen and (min-width: 1180px) {
	.operating-arc__signals {
		flex-wrap: nowrap;
		gap: 0.85rem 1.05rem;
	}
}

.operating-arc__story {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr) minmax(0, 0.92fr);
	position: relative;
}

.operating-arc__story::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(181, 245, 255, 0.48), rgba(255, 255, 255, 0.16));
	content: '';
	height: 1px;
	left: 1.7rem;
	opacity: 0.56;
	position: absolute;
	right: 1.7rem;
	top: 1.05rem;
}

.operating-arc__story::after {
	background: linear-gradient(90deg, rgba(181, 245, 255, 0), rgba(181, 245, 255, 0.78), rgba(181, 245, 255, 0));
	content: '';
	filter: blur(12px);
	height: 2.4rem;
	left: -14%;
	opacity: 0;
	position: absolute;
	top: -0.1rem;
	width: 34%;
	animation: operating-arc-scan 6.8s ease-in-out infinite;
}

.operating-arc__stage {
	background: rgba(10, 16, 32, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 1.15rem;
	min-height: 100%;
	padding: 1.45rem 1.2rem 1.2rem;
	position: relative;
	animation: operating-arc-float 7.5s ease-in-out infinite;
}

.operating-arc__stage::before,
.operating-arc__stage::after {
	border-radius: 50%;
	content: '';
	left: 1.16rem;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}

.operating-arc__stage::before {
	background: #d9fbff;
	box-shadow: 0 0 1rem rgba(181, 245, 255, 0.45);
	height: 0.58rem;
	width: 0.58rem;
}

.operating-arc__stage::after {
	border: 1px solid rgba(181, 245, 255, 0.42);
	height: 0.58rem;
	width: 0.58rem;
	animation: operating-arc-pulse 3.2s ease-out infinite;
}

.operating-arc__stage:nth-child(2) {
	animation-delay: 0.6s;
}

.operating-arc__stage:nth-child(3) {
	animation-delay: 1.2s;
}

.operating-arc__stage--entry {
	background:
		radial-gradient(circle at 82% 18%, rgba(111, 195, 223, 0.16), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
	transform: translateY(-0.35rem);
}

.operating-arc__stage-index {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 0.95rem;
	padding-left: 0.9rem;
	text-transform: uppercase;
}

.operating-arc__stage h3 {
	font-size: 1.42rem;
	line-height: 1.18;
	margin-bottom: 0.75rem;
}

.operating-arc__stage p {
	margin: 0;
}

.operating-arc__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

.operating-arc__links a {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	overflow: hidden;
	padding: 0.72rem 0.92rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.operating-arc__links a::after {
	animation: operating-arc-shimmer 8.2s linear infinite;
}

.operating-arc__links a:nth-child(2)::after { animation-delay: 0.8s; }
.operating-arc__links a:nth-child(3)::after { animation-delay: 1.6s; }
.operating-arc__links a:nth-child(4)::after { animation-delay: 2.4s; }
.operating-arc__links a:nth-child(5)::after { animation-delay: 3.2s; }

.operating-arc__footer {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	margin-top: 1.35rem;
	padding-top: 1.35rem;
}

.operating-arc__footer-copy h3 {
	font-size: 1.5rem;
	margin-bottom: 0.4rem;
}

.operating-arc__footer-copy p {
	margin: 0;
	max-width: 38rem;
}

.operating-arc__actions {
	margin: 0;
}

@keyframes operating-arc-orb {
	0%, 100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(-0.8rem, 1rem, 0) scale(1.08);
	}
}

@keyframes operating-arc-scan {
	0% {
		opacity: 0;
		transform: translateX(0);
	}

	14% {
		opacity: 0.9;
	}

	62% {
		opacity: 0.72;
	}

	100% {
		opacity: 0;
		transform: translateX(395%);
	}
}

@keyframes operating-arc-scan-vertical {
	0% {
		opacity: 0;
		transform: translateY(0);
	}

	14% {
		opacity: 0.9;
	}

	62% {
		opacity: 0.72;
	}

	100% {
		opacity: 0;
		transform: translateY(395%);
	}
}

@keyframes operating-arc-pulse {
	0% {
		opacity: 0;
		transform: translateY(-50%) scale(0.7);
	}

	20% {
		opacity: 0.5;
	}

	100% {
		opacity: 0;
		transform: translateY(-50%) scale(3.2);
	}
}

@keyframes operating-arc-float {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-0.28rem);
	}
}

@keyframes operating-arc-shimmer {
	0% {
		opacity: 0;
		transform: translateX(-130%);
	}

	10% {
		opacity: 1;
	}

	24%, 100% {
		opacity: 0;
		transform: translateX(160%);
	}
}

@keyframes credential-tracks-route {
	0% {
		opacity: 0;
		transform: translate3d(0%, 0%, 0) rotate(-16deg) scale(0.88);
	}

	8% {
		opacity: 0.22;
	}

	18% {
		opacity: 0.48;
		transform: translate3d(128%, -2%, 0) rotate(-10deg) scale(1.02);
	}

	34% {
		opacity: 0.32;
		transform: translate3d(148%, 18%, 0) rotate(-5deg) scale(1.04);
	}

	52% {
		opacity: 0.46;
		transform: translate3d(126%, 92%, 0) rotate(-18deg) scale(1.02);
	}

	70% {
		opacity: 0.32;
		transform: translate3d(-4%, 96%, 0) rotate(-13deg) scale(0.98);
	}

	86% {
		opacity: 0.18;
		transform: translate3d(32%, 42%, 0) rotate(-15deg) scale(0.92);
	}

	100% {
		opacity: 0;
		transform: translate3d(0%, 0%, 0) rotate(-16deg) scale(0.88);
	}
}

@keyframes credential-tracks-route-secondary {
	0% {
		opacity: 0;
		transform: translate3d(6%, 10%, 0) scale(0.8);
	}

	12% {
		opacity: 0.12;
	}

	24% {
		opacity: 0.24;
		transform: translate3d(136%, 8%, 0) scale(1.02);
	}

	44% {
		opacity: 0.13;
		transform: translate3d(138%, 86%, 0) scale(0.92);
	}

	64% {
		opacity: 0.22;
		transform: translate3d(2%, 92%, 0) scale(1);
	}

	82% {
		opacity: 0.08;
		transform: translate3d(40%, 34%, 0) scale(0.86);
	}

	100% {
		opacity: 0;
		transform: translate3d(6%, 10%, 0) scale(0.8);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-hero__clutch-badge::before,
	.credential-tracks__grid::before,
	.credential-tracks__grid::after,
	.operating-arc__shell::before,
	.operating-arc__story::after,
	.operating-arc__stage,
	.operating-arc__stage::after,
	.operating-arc__signals span::before,
	.operating-arc__signals span::after,
	.operating-arc__links a::after {
		animation: none !important;
	}
}

.contact-us__intro {
	max-width: 56rem;
	font-size: 1rem;
	line-height: 1.8;
}

.contact-us__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.5rem;
}

.contact-us__card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0.75rem;
	padding: 1.5rem;
}

.contact-us__card h3 {
	margin-bottom: 0.75rem;
}

.contact-us__card h3 a {
	border-bottom: 0;
}

.contact-us__card p {
	margin-bottom: 0;
}

.decision-strip__intro {
	font-size: 1rem;
	line-height: 1.55;
	margin-bottom: 1.15rem;
	max-width: 32rem;
}

.decision-strip__privacy-note {
	color: rgba(248, 251, 255, 0.82);
	font-size: 0.96rem;
	line-height: 1.72;
	margin: -0.2rem 0 1.15rem 0;
	max-width: 42rem;
}

.decision-strip__grid {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.decision-strip__card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	padding: 1.5rem;
}

.decision-strip__card h3 {
	margin-bottom: 0.8rem;
}

.decision-strip__card p {
	margin: 0;
	line-height: 1.5;
}

.decision-strip__cta {
	margin-top: 1.75rem;
}

.decision-strip__cta p {
	font-size: 1rem;
	line-height: 1.55;
	margin-bottom: 1rem;
	max-width: 34rem;
}

.contact-section__form {
	margin: 0 auto;
	max-width: 64rem;
	position: relative;
}

.contact-section__shell {
	background:
		radial-gradient(circle at 12% 18%, rgba(111, 195, 223, 0.12), transparent 24%),
		radial-gradient(circle at 88% 24%, rgba(135, 197, 164, 0.1), transparent 20%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.4rem;
	box-shadow: 0 26px 60px rgba(8, 12, 24, 0.18);
	overflow: hidden;
	padding: 2.4rem;
	position: relative;
}

.contact-section__shell::before,
.contact-section__shell::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	filter: blur(0);
	pointer-events: none;
}

.contact-section__shell::before {
	background: radial-gradient(circle, rgba(111, 195, 223, 0.16) 0%, rgba(111, 195, 223, 0.02) 56%, transparent 72%);
	height: 14rem;
	right: -2rem;
	top: -2rem;
	width: 14rem;
	animation: contact-shell-float 14s ease-in-out infinite;
}

.contact-section__shell::after {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 68%);
	height: 12rem;
	left: -3rem;
	top: 3rem;
	width: 12rem;
	animation: contact-shell-float 16s ease-in-out infinite reverse;
}

.contact-section__header,
.contact-section__fields,
.contact-section__footer {
	position: relative;
	z-index: 1;
}

.contact-section__header {
	margin-bottom: 1.9rem;
	max-width: 42rem;
}

.contact-section__kicker {
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	gap: 0.65rem;
	letter-spacing: 0.26em;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.contact-section__kicker-signal {
	background: #bfefff;
	border-radius: 999px;
	box-shadow:
		0 0 0 0 rgba(191, 239, 255, 0.2),
		0 0 0.8rem rgba(191, 239, 255, 0.22);
	display: inline-block;
	height: 0.52rem;
	position: relative;
	width: 0.52rem;
	animation: contact-signal-pulse 3.2s ease-out infinite;
}

.contact-section__title {
	font-size: clamp(2.3rem, 4vw, 3.2rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0 0 0.8rem 0;
}

.contact-section__intro {
	font-size: 1rem;
	line-height: 1.72;
	margin-bottom: 1rem;
	max-width: 34rem;
	opacity: 0.9;
}

.contact-section__intro a {
	border-bottom-color: rgba(255, 255, 255, 0.18);
}

.contact-section__privacy {
	color: rgba(248, 251, 255, 0.76);
	font-size: 0.94rem;
	line-height: 1.68;
	margin: 0 0 1.25rem 0;
	max-width: 42rem;
}

.contact-section__fields {
	display: flex;
	flex-wrap: wrap;
	margin: -1.3rem 0 1.35rem -1.3rem;
	width: calc(100% + 1.3rem);
}

.contact-section__fields > .field {
	padding: 1.3rem 0 0 1.3rem;
	width: calc(100% - 1.3rem);
}

.contact-section__fields > .field.half {
	width: calc(50% - 0.65rem);
}

#contact .contact-section__form input[type="text"],
#contact .contact-section__form input[type="password"],
#contact .contact-section__form input[type="email"],
#contact .contact-section__form input[type="tel"],
#contact .contact-section__form input[type="search"],
#contact .contact-section__form input[type="url"],
#contact .contact-section__form textarea {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0.95rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

#contact .contact-section__form input[type="text"],
#contact .contact-section__form input[type="password"],
#contact .contact-section__form input[type="email"],
#contact .contact-section__form input[type="tel"],
#contact .contact-section__form input[type="search"],
#contact .contact-section__form input[type="url"] {
	height: 3.35rem;
}

#contact .contact-section__form textarea {
	min-height: 15rem;
	padding-top: 1rem;
}

#contact .contact-section__form input[type="file"] {
	background: rgba(255, 255, 255, 0.05);
	border: 1px dashed rgba(255, 255, 255, 0.18);
	border-radius: 1rem;
	color: rgba(255, 255, 255, 0.86);
	cursor: pointer;
	min-height: 4.15rem;
	padding: 0.85rem 1rem;
}

#contact .contact-section__form input[type="file"]::file-selector-button {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0.8rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-right: 0.95rem;
	padding: 0.82rem 1rem;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

#contact .contact-section__form input[type="file"]:hover::file-selector-button,
#contact .contact-section__form input[type="file"]:focus::file-selector-button {
	background: rgba(111, 195, 223, 0.22);
	border-color: rgba(111, 195, 223, 0.32);
}

#contact .contact-section__form input[type="text"]:focus,
#contact .contact-section__form input[type="password"]:focus,
#contact .contact-section__form input[type="email"]:focus,
#contact .contact-section__form input[type="tel"]:focus,
#contact .contact-section__form input[type="search"]:focus,
#contact .contact-section__form input[type="url"]:focus,
#contact .contact-section__form textarea:focus {
	background: rgba(255, 255, 255, 0.06);
	box-shadow:
		0 0 0 2px rgba(155, 241, 255, 0.92),
		0 14px 30px rgba(7, 14, 28, 0.12);
	transform: translateY(-1px);
}

.contact-form__message-header {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.contact-form__char-count {
	font-size: 0.8rem;
	opacity: 0.6;
	white-space: nowrap;
}

.contact-form__attachment-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	margin: 0.9rem 0 0;
	padding: 0;
}

.contact-form__attachment-list li {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.9);
	display: inline-flex;
	font-size: 0.84rem;
	gap: 0.55rem;
	line-height: 1.35;
	max-width: 100%;
	padding: 0.48rem 0.8rem;
}

.contact-form__attachment-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact-form__attachment-size {
	color: rgba(181, 245, 255, 0.82);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.contact-section__footer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.35rem;
	justify-content: space-between;
}

.contact-section__actions {
	margin: 0;
}

.contact-section__aside {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.92rem;
	line-height: 1.6;
	margin: 0;
}

.contact-section__aside a {
	border-bottom: 0;
	font-weight: 600;
}

@keyframes contact-shell-float {
	0%, 100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, 0.8rem, 0);
	}
}

@keyframes contact-signal-pulse {
	0% {
		box-shadow:
			0 0 0 0 rgba(191, 239, 255, 0.24),
			0 0 0.7rem rgba(191, 239, 255, 0.2);
	}

	70% {
		box-shadow:
			0 0 0 0.48rem rgba(191, 239, 255, 0),
			0 0 1rem rgba(191, 239, 255, 0.24);
	}

	100% {
		box-shadow:
			0 0 0 0 rgba(191, 239, 255, 0),
			0 0 0.7rem rgba(191, 239, 255, 0.18);
	}
}

.partners-bar .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	align-items: center;	
}


.partners-bar {
	background: #2A2F4A;
	padding: 0.75rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partners-bar .inner {
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 2rem;
}

.partners-logos {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
	flex-wrap: wrap;
}

.partners-logos img {
	height: 50px;
	max-width: 160px;
	object-fit: contain;
	opacity: 0.8;
	transition: opacity 0.3s, transform 0.3s;
}

/* Home typography refinement */

.home-hero__lede {
	display: inline-flex !important;
	flex-wrap: nowrap !important;
	gap: 0.2em 0.32em;
	font-size: clamp(1.68rem, 2.08vw, 1.96rem) !important;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.2 !important;
	margin-bottom: 1rem;
	max-width: none !important;
	text-transform: none;
	white-space: nowrap;
}

.home-hero__lede-token {
	display: inline-block;
	white-space: nowrap;
}

.home-hero__subcopy {
	font-size: clamp(1.22rem, 1.55vw, 1.44rem);
	line-height: 1.82;
	margin-bottom: 1.45rem;
	max-width: 36rem;
	text-transform: none;
}

@media screen and (max-width: 1180px) {
	.home-hero__grid,
	.home-hero__main {
		max-width: 44rem;
	}

	.home-hero__lede {
		display: flex !important;
		flex-wrap: wrap !important;
		font-size: clamp(1.62rem, 2.9vw, 1.88rem) !important;
		gap: 0.18em 0.28em;
		line-height: 1.22 !important;
		max-width: 36rem !important;
		white-space: normal;
	}
}

.home-hero__clutch-label {
	font-size: 0.82rem;
}

.home-hero__clutch-meta {
	font-size: 0.96rem;
	line-height: 1.55;
}

.home-hero__clutch-cta {
	font-size: 0.88rem;
}

.global-presence__header p {
	font-size: 1.16rem;
	line-height: 1.82;
	max-width: 38rem;
}

.global-presence__footer p {
	font-size: 1.08rem;
	line-height: 1.76;
	max-width: 40rem;
}

.services-showcase__tab-label {
	font-size: 0.88rem;
}

.services-showcase__tab-count {
	font-size: 0.82rem;
	height: 1.9rem;
	min-width: 1.9rem;
}

.services-showcase__group-label {
	font-size: 0.82rem;
	letter-spacing: 0.2em;
}

.services-showcase__group-description {
	font-size: 1.14rem;
	line-height: 1.82;
}

.services-showcase__service-index {
	font-size: 0.8rem;
}

.services-showcase__service-kicker {
	font-size: 0.76rem;
}

.services-showcase__service-title {
	font-size: 1.16rem;
	line-height: 1.28;
}

.services-showcase__detail-kicker {
	font-size: 0.82rem;
}

.services-showcase__detail-card h3 {
	font-size: clamp(1.95rem, 2.4vw, 2.6rem);
	line-height: 1.06;
}

.services-showcase__detail-copy {
	font-size: 1.12rem;
	line-height: 1.86;
}

.services-showcase__detail-tags span {
	font-size: 0.82rem;
}

.services-showcase__detail-link {
	font-size: 1rem;
}

.operating-arc__eyebrow {
	font-size: 0.84rem;
	letter-spacing: 0.18em;
}

.operating-arc__lead {
	font-size: 1.12rem;
	line-height: 1.82;
}

.operating-arc__signals span {
	font-size: 0.9rem;
	padding: 0.78rem 1rem;
}

.operating-arc__stage-index {
	font-size: 0.8rem;
}

.operating-arc__stage h3 {
	font-size: 1.56rem;
	line-height: 1.18;
}

.operating-arc__stage p {
	font-size: 1.08rem;
	line-height: 1.78;
}

.operating-arc__links a {
	font-size: 0.92rem;
	padding: 0.76rem 0.98rem;
}

.operating-arc__footer-copy h3 {
	font-size: 1.62rem;
}

.operating-arc__footer-copy p {
	font-size: 1.08rem;
	line-height: 1.78;
}

.contact-us__intro {
	font-size: 1.1rem;
	line-height: 1.84;
}

.decision-strip__intro,
.decision-strip__cta p {
	font-size: 1.12rem;
	line-height: 1.8;
}

.decision-strip__card p {
	font-size: 1.05rem;
	line-height: 1.72;
}

.contact-section__kicker {
	font-size: 0.8rem;
	letter-spacing: 0.22em;
}

.contact-section__title {
	font-size: clamp(2.45rem, 4vw, 3.4rem);
}

.contact-section__intro {
	font-size: 1.14rem;
	line-height: 1.8;
	margin-bottom: 1.1rem;
	max-width: 36rem;
}

#contact .contact-section__form label {
	font-size: 0.82rem;
	letter-spacing: 0.18em;
}

#contact .contact-section__form input[type="text"],
#contact .contact-section__form input[type="password"],
#contact .contact-section__form input[type="email"],
#contact .contact-section__form input[type="tel"],
#contact .contact-section__form input[type="search"],
#contact .contact-section__form input[type="url"],
#contact .contact-section__form textarea,
#contact .contact-section__form input[type="file"] {
	font-size: 1.02rem;
}

#contact .contact-section__form input[type="file"]::file-selector-button {
	font-size: 0.86rem;
}

.contact-form__char-count {
	font-size: 0.88rem;
}

.contact-form__attachment-list li {
	font-size: 0.88rem;
}

.contact-form__attachment-size {
	font-size: 0.82rem;
}

.contact-section__aside {
	font-size: 1rem;
	line-height: 1.72;
	max-width: 32rem;
}

@media screen and (max-width: 980px) {
	.home-hero__main {
		max-width: 40rem;
	}

	.home-hero__lede {
		display: flex !important;
		flex-wrap: wrap !important;
		font-size: clamp(1.58rem, 3.35vw, 1.84rem) !important;
		line-height: 1.22 !important;
		max-width: 34rem !important;
		white-space: normal;
	}

	.home-hero__subcopy {
		font-size: 1.14rem;
		line-height: 1.8;
	}

	.services-showcase__group-description,
	.services-showcase__detail-copy,
	.global-presence__header p,
	.global-presence__footer p,
	.decision-strip__privacy-note,
	.credential-tracks__header p,
	.credential-tracks__card-copy,
	.credential-tracks__footer p,
	.operating-arc__lead,
	.operating-arc__stage p,
	.operating-arc__footer-copy p,
	.contact-us__intro,
	.contact-section__intro,
	.contact-section__privacy,
	.decision-strip__intro,
	.decision-strip__cta p {
		font-size: 1.06rem;
		line-height: 1.76;
	}

	.services-showcase__detail-card h3 {
		font-size: 2.15rem;
		max-width: none;
	}

	.services-showcase__group-panel {
		grid-template-columns: 1fr;
		gap: 1.15rem;
	}

	.credential-tracks__grid {
		grid-template-columns: 1fr;
	}

	.credential-tracks__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.operating-arc__story {
		grid-template-columns: 1fr;
	}

	.operating-arc__story::before {
		display: none;
	}

	.operating-arc__story::after {
		display: none;
	}

	.operating-arc__stage--entry {
		transform: none;
	}

	.operating-arc__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.services-showcase__detail {
		order: -1;
	}

	.services-showcase__group-copy {
		display: none;
	}

	.services-showcase__list {
		padding: 1.05rem;
	}

	.services-showcase__detail-card {
		min-height: 21.5rem;
		padding: 1.45rem;
	}

	.services-showcase__service-trigger {
		padding: 1rem 1rem 1.04rem;
	}

	.contact-section__aside {
		font-size: 0.98rem;
	}
}

@media screen and (max-width: 736px) {
	.home-hero__lede {
		display: flex !important;
		flex-wrap: wrap !important;
		font-size: 1.48rem !important;
		gap: 0.15em 0.28em;
		line-height: 1.22 !important;
		max-width: 100% !important;
		white-space: normal;
	}

	.home-hero__subcopy {
		font-size: 1.08rem;
		line-height: 1.78;
	}

	.services-showcase__tab-label,
	.services-showcase__group-label,
	.services-showcase__service-kicker,
	.services-showcase__detail-kicker,
	.operating-arc__eyebrow,
	.contact-section__kicker {
		font-size: 0.78rem;
	}

	.services-showcase__service-title {
		font-size: 1.08rem;
	}

	.services-showcase__detail-card {
		min-height: 22rem;
		padding: 1.35rem 1.2rem 1.3rem;
	}

	.services-showcase__group-description,
	.services-showcase__detail-copy,
	.global-presence__header p,
	.global-presence__footer p,
	.decision-strip__privacy-note,
	.credential-tracks__header p,
	.credential-tracks__card-copy,
	.credential-tracks__footer p,
	.operating-arc__lead,
	.operating-arc__stage p,
	.operating-arc__footer-copy p,
	.contact-us__intro,
	.contact-section__intro,
	.contact-section__privacy,
	.decision-strip__intro,
	.decision-strip__cta p {
		font-size: 1.04rem;
		line-height: 1.74;
	}

	.operating-arc__intro h2 {
		font-size: 2.05rem;
	}

	.operating-arc__signals span,
	.operating-arc__links a {
		font-size: 0.84rem;
	}

	.credential-tracks__card {
		padding: 1.18rem 1.08rem 1.1rem;
	}

	.credential-tracks__card h3 {
		font-size: 1.4rem;
	}

	.credential-tracks__badge-list {
		grid-template-columns: 1fr;
	}

	.credential-tracks__badge {
		min-height: 0;
	}

	.services-showcase__tabs {
		gap: 0.7rem;
		margin-bottom: 0.35rem;
	}

	.services-showcase__tab {
		padding: 0.92rem 1.05rem;
	}

	.services-showcase__service-index {
		display: none;
	}

	.services-showcase__service-trigger {
		gap: 0.5rem;
		grid-template-columns: minmax(0, 1fr);
		padding: 1rem 1rem 1.06rem;
	}

	.services-showcase__detail-card h3 {
		font-size: 2rem;
	}

	.services-showcase__detail-copy {
		font-size: 1.08rem;
		line-height: 1.78;
	}

	.services-showcase__detail-tags {
		display: none;
	}

	.services-showcase__detail-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.services-showcase__detail-link {
		display: none;
	}

	.global-presence__panel {
		padding: 0.88rem;
	}

	.global-presence__header,
	header.major.global-presence__header {
		margin-bottom: 1rem;
		max-width: none;
		width: 100%;
	}

	.global-presence__header h2 {
		font-size: 1.72rem;
		line-height: 1.14;
		max-width: 12ch;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	header.major.global-presence__header > p,
	.global-presence__header p {
		display: block;
		font-size: 0.98rem;
		line-height: 1.58;
		letter-spacing: 0 !important;
		margin-top: 0.72rem;
		max-width: none !important;
		overflow-wrap: anywhere;
		width: auto;
		word-break: normal;
	}

	.global-presence__map-shell {
		aspect-ratio: 16 / 10;
		min-height: 11.5rem;
	}

	.global-presence__footer {
		padding-top: 1rem;
	}

	.global-presence__trust {
		margin-top: 0.9rem;
		max-width: none;
		width: 100%;
	}

	.home-hero__clutch-badge--clients {
		gap: 0.55rem 0.8rem;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"brand score"
			"meta meta"
			"cta cta";
		padding: 0.82rem 0.92rem 0.86rem;
		width: 100%;
	}

	.home-hero__clutch-brand {
		gap: 0.6rem;
	}

	.home-hero__clutch-icon {
		height: 2.1rem;
		width: 2.1rem;
	}

	.home-hero__clutch-label {
		font-size: 0.72rem;
		letter-spacing: 0.15em;
	}

	.home-hero__clutch-score {
		font-size: 1.5rem;
	}

	.home-hero__clutch-stars {
		font-size: 0.8rem;
		letter-spacing: 0.12em;
	}

	.home-hero__clutch-meta {
		font-size: 0.84rem;
		line-height: 1.45;
	}

	.home-hero__clutch-cta {
		font-size: 0.72rem;
		justify-self: start;
		letter-spacing: 0.12em;
	}

	.credential-tracks__header {
		margin-bottom: 1.1rem;
	}

	.credential-tracks__header h2 {
		font-size: 2rem;
		line-height: 1.08;
	}

	.operating-arc__story {
		gap: 1.15rem;
	}

	.operating-arc__stage {
		min-height: 15rem;
		padding: 1.35rem 1.1rem 1.2rem;
	}

	.operating-arc__links a {
		justify-content: center;
		width: 100%;
	}

	.operating-arc__footer {
		gap: 1rem;
	}

	.decision-strip__card {
		padding: 1.3rem 1.15rem;
	}

	.contact-section__guide-item {
		padding: 1rem;
	}

	.contact-section__title {
		font-size: 2.3rem;
	}

	.contact-section__aside,
	.contact-form__attachment-list li {
		font-size: 0.96rem;
	}
}

@media screen and (max-width: 736px) {
	#operating-arc {
		display: none !important;
	}

	.services-showcase,
	.global-presence,
	.credential-tracks,
	.operating-arc,
	.blog-section {
		background: transparent;
	}

	.services-showcase > .inner,
	.global-presence > .inner,
	.credential-tracks > .inner,
	.operating-arc > .inner,
	.blog-section > .inner {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.services-showcase__shell {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0 0 0.25rem;
	}

	.services-showcase__shell::before,
	.home-hero__clutch-badge::before,
	.global-presence__map-shell::before,
	.credential-tracks__grid::before,
	.credential-tracks__grid::after,
	.credential-tracks__card::before,
	.operating-arc__shell::before,
	.operating-arc__story::after,
	.operating-arc__stage::after,
	.operating-arc__signals span::after,
	.operating-arc__links a::after {
		display: none !important;
	}

	.services-showcase__tabs,
	.global-presence__header,
	.credential-tracks__header,
	.operating-arc__intro,
	.blog-section header.major,
	.view-all-button {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.services-showcase__tabs {
		margin-bottom: 0.6rem;
	}

	.services-showcase__group-panel {
		gap: 0.9rem;
	}

	.services-showcase__list,
	.services-showcase__detail,
	.credential-tracks__grid,
	.operating-arc__shell {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.services-showcase__service-trigger,
	.services-showcase__detail-card,
	.global-presence__panel,
	.home-hero__clutch-badge--clients,
	.credential-tracks__card,
	.operating-arc__stage,
	.operating-arc__footer {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
		border-color: rgba(255, 255, 255, 0.08);
		border-radius: 0.95rem;
		box-shadow: none;
	}

	.services-showcase__service-trigger:hover,
	.services-showcase__service-trigger:focus-visible {
		transform: none;
	}

	.global-presence__panel {
		padding: 0.85rem;
	}

	.global-presence__map-shell {
		aspect-ratio: 16 / 11;
		min-height: 12rem;
	}

	.global-presence__pin,
	.global-presence__pin::before,
	.global-presence__pin::after {
		animation: none !important;
		display: none !important;
	}

	.home-hero__clutch-badge--clients {
		box-shadow: none;
	}

	.credential-tracks__grid {
		gap: 0.9rem;
	}

	.credential-tracks__card {
		padding: 1.05rem 1rem 1rem;
	}

	.operating-arc__shell {
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.operating-arc__stage,
	.operating-arc__footer {
		padding: 1.12rem 1rem;
	}

	.blog-section {
		padding: 2.1rem 0 1rem;
	}

	.blog-section__blog-list-wrapper {
		margin-bottom: 0.55rem;
	}

	.blog-section__blog-card {
		box-shadow: none;
	}

	.view-all-button {
		margin-top: 0.75rem;
	}
}
