.qa-about {
	--about-space: 110px;
	--about-heading: 52px;
	overflow: hidden;
}

.qa-about .page-hero .eyebrow::before,
.qa-about-label::before {
	color: #ff7057;
	content: "// ";
}

.qa-about .page-hero h1 {
	margin: 8px 0 4px;
	font-size: 56px;
}

.qa-about-section {
	padding: var(--about-space) 0;
}

.qa-about-intro {
	padding-bottom: 48px;
	background: var(--soft);
}

.qa-about-intro-grid {
	display: grid;
	grid-template-columns: 1.12fr .88fr;
	align-items: center;
	gap: 82px;
}

.qa-about-intro-grid > * {
	min-width: 0;
}

.qa-about-visual {
	position: relative;
	min-height: 430px;
}

.qa-about-image {
	position: absolute;
	inset: 20px 28px 20px 0;
	overflow: hidden;
	border-radius: 24px;
	background: linear-gradient(145deg, #d7c5b7, #557d8d);
}

.is-rtl .qa-about-image {
	inset: 20px 0 20px 28px;
}

.qa-about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qa-about-stamp {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 156px;
	aspect-ratio: 1;
	border-radius: 50%;
	color: var(--ink);
	background: #fff;
	box-shadow: var(--shadow);
	overflow: hidden;
}

.is-rtl .qa-about-stamp {
	right: auto;
	left: 0;
}

.qa-about-stamp-text {
	position: absolute;
	inset: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	animation: qa-about-stamp-spin 16s linear infinite;
}

.qa-about-stamp-text text {
	fill: var(--ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.55px;
}

.qa-about-stamp img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76px;
	height: auto;
	transform: translate(-50%, -50%);
}

@keyframes qa-about-stamp-spin {
	to { transform: rotate(360deg); }
}

.qa-about-label,
.qa-about-client-title {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.qa-about-copy h2,
.qa-about-section-head h2,
.qa-about-process h2 {
	max-width: 100%;
	margin: 14px 0 25px;
	font-size: var(--about-heading);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.052em;
	overflow-wrap: anywhere;
}

.qa-about-copy h2 strong,
.qa-about-section-head h2 strong,
.qa-about-process h2 strong {
	font-weight: 800;
}

.qa-about-copy p {
	color: #707980;
	font-size: 15px;
}

.qa-about-copy .qa-about-lead {
	color: var(--ink);
	font-size: 20px;
	line-height: 1.55;
}

.qa-about-values {
	padding: 0 0 105px;
	background: var(--soft);
}

.qa-about-values-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid #ccdadd;
}

.qa-about-values article {
	min-height: 192px;
	padding: 34px 38px 0;
	border-inline-end: 1px solid #ccdadd;
}

.qa-about-values article:first-child {
	padding-inline-start: 0;
}

.qa-about-values article:last-child {
	padding-inline-end: 0;
	border-inline-end: 0;
}

.qa-about-values b {
	color: var(--aqua);
	font-size: 13px;
}

.qa-about-values h3 {
	margin: 13px 0 10px;
	font-size: 20px;
}

.qa-about-values p {
	margin: 0;
	color: #747b82;
	font-size: 14px;
}

.qa-about-studio {
	background: #fff;
}

.qa-about-studio-image {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 520px;
	padding: 28px;
	overflow: hidden;
	border-radius: 24px;
	color: #fff;
	background:
		linear-gradient(120deg, rgba(62,52,47,.9), rgba(179,137,104,.78) 42%, rgba(106,135,146,.9)),
		repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(255,255,255,.05) 30px, rgba(255,255,255,.05) 60px);
	background-position: center;
	background-size: cover;
}

.qa-about-studio-image span {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.qa-about-section-head {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	align-items: end;
	gap: 75px;
	padding-top: 42px;
}

.qa-about-section-head h2 {
	margin-bottom: 0;
	font-size: 47px;
}

.qa-about-section-head > p {
	margin: 0;
	color: #747b82;
	font-size: 16px;
}

.qa-about-process {
	position: relative;
	color: #fff;
	background: var(--ink-deep);
}

.qa-about-process::after {
	position: absolute;
	right: -180px;
	top: -180px;
	width: 650px;
	aspect-ratio: 1;
	border: 95px solid rgba(92,201,207,.055);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.is-rtl .qa-about-process::after {
	right: auto;
	left: -180px;
}

.qa-about-process > .container {
	position: relative;
	z-index: 1;
}

.qa-about-process-head {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	align-items: start;
	gap: 66px;
	margin-bottom: 58px;
}

.qa-about-process-image {
	position: relative;
	height: 345px;
	margin-top: -12px;
	border-radius: 28px;
	background:
		linear-gradient(145deg, rgba(200,220,224,.9), rgba(61,104,123,.94)),
		repeating-linear-gradient(45deg, transparent, transparent 24px, rgba(255,255,255,.1) 24px, rgba(255,255,255,.1) 48px);
	background-position: center;
	background-size: cover;
}

.qa-about-process h2 {
	font-size: 49px;
}

.qa-about-process-head > div:last-child > p:last-child {
	color: rgba(255,255,255,.68);
	font-size: 15px;
}

.qa-about-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px;
	margin-inline-start: 0;
}

.qa-about-steps article {
	position: relative;
	padding-top: 68px;
	border-top: 1px solid rgba(255,255,255,.22);
}

.qa-about-steps b {
	position: absolute;
	top: -18px;
	left: 0;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 22px;
	border-radius: 50%;
	color: var(--ink-deep);
	background: var(--aqua);
	font-size: 13px;
}

.is-rtl .qa-about-steps b {
	right: 0;
	left: auto;
}

.qa-about-steps h3 {
	margin: 0 0 12px;
	font-size: 19px;
}

.qa-about-steps p {
	margin: 0;
	color: rgba(255,255,255,.62);
	font-size: 14px;
}

.qa-about-team {
	background: var(--soft);
}

.qa-about-team .qa-about-section-head {
	grid-template-columns: 1fr 1fr;
	padding-top: 0;
	margin-bottom: 18px;
}

.qa-about-team .qa-about-section-head h2 {
	font-size: 50px;
}

.qa-about-team .qa-about-section-head > p {
	justify-self: end;
	max-width: 440px;
	font-size: 15px;
}

.qa-about-team-controls {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 18px;
}

.qa-about-team-controls button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid #b9cbd0;
	border-radius: 50%;
	color: var(--ink);
	background: transparent;
	font-size: 20px;
	cursor: pointer;
}

.qa-about-team-controls button:disabled {
	opacity: .4;
	cursor: default;
}

.qa-about-team-viewport {
	overflow: hidden;
}

.qa-about .qa-team-track {
	display: flex;
	gap: 16px;
	transition: transform .5s;
}

.qa-about .qa-team-track article {
	flex: 0 0 calc((100% - 48px) / 4);
}

.qa-about .qa-team-track article > div {
	height: 390px;
	overflow: hidden;
	border-radius: 18px;
	background: linear-gradient(#e3edf4, #66c4dd);
}

.qa-about .qa-team-track article:nth-child(even) > div {
	background: linear-gradient(#edf0f5, #75b9d0);
}

.qa-about .qa-team-track img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qa-about .qa-team-track h3 {
	margin: 15px 0 2px;
	font-size: 16px;
}

.qa-about .qa-team-track p {
	margin: 0;
	color: #747b82;
	font-size: 14px;
}

.qa-about-clients {
	position: relative;
	overflow: hidden;
	padding: 55px 0;
	background: #fff;
}

.qa-about-clients::before,
.qa-about-clients::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	width: 110px;
	content: "";
	pointer-events: none;
}

.qa-about-clients::before {
	left: 0;
	background: linear-gradient(90deg, #fff, transparent);
}

.qa-about-clients::after {
	right: 0;
	background: linear-gradient(-90deg, #fff, transparent);
}

.qa-about-client-title {
	margin-bottom: 28px;
	text-align: center;
}

.qa-about-logo-marquee {
	display: flex;
	width: max-content;
	animation: qa-about-marquee 58s linear infinite;
}

.qa-about-logo-track {
	display: flex;
	align-items: center;
	gap: 70px;
	padding-right: 70px;
}

.is-rtl .qa-about-logo-track {
	padding-right: 0;
	padding-left: 70px;
}

.qa-about-logo-track span {
	display: grid;
	place-items: center;
	min-width: 155px;
	height: 72px;
	color: #818b92;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.qa-about-logo-track img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 155px;
	max-height: 68px;
	object-fit: contain !important;
	object-position: center;
}

@keyframes qa-about-marquee {
	to { transform: translateX(-50%); }
}

.is-rtl .qa-about-logo-marquee {
	animation-name: qa-about-marquee-rtl;
}

@keyframes qa-about-marquee-rtl {
	to { transform: translateX(50%); }
}

.qa-about-cta {
	padding: 95px 0;
	color: #081c2e;
	background: var(--aqua);
}

.qa-about-cta > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
}

.qa-about-cta h2 {
	max-width: 760px;
	margin: 0;
	font-size: 54px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.052em;
}

.qa-about-cta .button {
	background: #081c2e;
}

@media (max-width: 1050px) {
	.qa-about-intro-grid,
	.qa-about-section-head,
	.qa-about-process-head {
		grid-template-columns: 1fr;
	}

	.qa-about-intro-grid,
	.qa-about-process-head {
		gap: 45px;
	}

	.qa-about-values-grid {
		grid-template-columns: 1fr;
	}

	.qa-about-values article,
	.is-rtl .qa-about-values article {
		min-height: 0;
		padding: 28px 0;
		border-inline-end: 0;
		border-bottom: 1px solid #ccdadd;
	}

	.qa-about-section-head {
		gap: 25px;
	}

	.qa-about-steps {
		grid-template-columns: 1fr;
		margin-inline-start: 0;
	}

	.qa-about-team .qa-about-section-head {
		grid-template-columns: 1fr;
	}

	.qa-about-team .qa-about-section-head > p {
		justify-self: start;
	}

	.qa-about .qa-team-track article {
		flex-basis: calc((100% - 16px) / 2);
	}
}

@media (max-width: 600px) {
	.qa-about {
		--about-space: 78px;
		--about-heading: 37px;
		width: 100%;
		max-width: 100vw;
	}

	.qa-about .page-hero {
		min-height: 360px;
	}

	.qa-about .page-hero h1 {
		font-size: 45px;
	}

	.qa-about-intro-grid {
		width: min(calc(100% - 28px), var(--container));
		min-width: 0;
	}

	.qa-about-visual {
		width: 100%;
		min-height: 330px;
		overflow: visible;
	}

	.qa-about-image,
	.is-rtl .qa-about-image {
		inset: 16px 20px 16px 0;
	}

	.is-rtl .qa-about-image {
		inset: 16px 0 16px 20px;
	}

	.qa-about-stamp,
	.is-rtl .qa-about-stamp {
		top: 8px;
		right: 4px;
		left: auto;
		width: 72px;
	}

	.is-rtl .qa-about-stamp {
		right: auto;
		left: 4px;
	}

	.qa-about-stamp img {
		width: 46px;
	}

	.qa-about-copy {
		min-width: 0;
	}

	.qa-about-copy h2 {
		font-size: 34px;
		letter-spacing: -.045em;
		overflow-wrap: normal;
		word-break: normal;
	}

	.qa-about-values-grid {
		display: block;
	}

	.qa-about-values article,
	.is-rtl .qa-about-values article {
		width: 100%;
		padding: 26px 0;
		border-inline-end: 0;
		border-bottom: 1px solid #ccdadd;
	}

	.qa-about-values article:last-child,
	.is-rtl .qa-about-values article:last-child {
		border-bottom: 1px solid #ccdadd;
	}

	.qa-about-copy .qa-about-lead {
		font-size: 17px;
	}

	.qa-about-studio-image {
		height: 350px;
	}

	.qa-about-section-head h2,
	.qa-about-process h2,
	.qa-about-team .qa-about-section-head h2 {
		font-size: 37px;
	}

	.qa-about-process-image {
		height: 260px;
	}

	.qa-about-process-image::after {
		display: none;
	}

	.qa-about-process-head {
		margin-bottom: 55px;
	}

	.qa-about-steps article {
		padding-top: 42px;
	}

	.qa-about-team-controls {
		justify-content: flex-start;
	}

	.is-rtl .qa-about-team-controls {
		justify-content: flex-end;
	}

	.qa-about .qa-team-track article {
		flex-basis: 100%;
	}

	.qa-about .qa-team-track article > div {
		height: 420px;
	}

	.qa-about-logo-marquee {
		animation-duration: 65s;
	}

	.qa-about-cta > .container {
		display: block;
	}

	.qa-about-cta h2 {
		font-size: 40px;
	}

	.qa-about-cta .button {
		margin-top: 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.qa-about-stamp-text {
		animation: none;
	}

	.qa-about-logo-marquee {
		width: 100%;
		animation: none;
	}

	.qa-about-logo-track {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}

	.qa-about-logo-track:last-child {
		display: none;
	}
}
