:root {
	--c52-about-bg: #020914;
	--c52-about-bg-2: #061321;
	--c52-about-line: rgba(255, 255, 255, 0.09);
	--c52-about-muted: #96a5b7;
	--c52-about-blue: #087cff;
	--c52-about-cyan: #21c2c8;
}

.c52-about-page,
.c52-about-page * {
	box-sizing: border-box;
}

.c52-about-page {
	overflow: hidden;
	background: var(--c52-about-bg);
	color: #fff;
}

.c52-about-page a {
	text-decoration: none;
}

.c52-about-hero {
	min-height: 620px;
	padding: 110px 0 85px;
	background-image: var(--c52-about-hero-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
}

.c52-about-hero__overlay {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(2, 9, 20, 0.97), rgba(2, 9, 20, 0.88) 48%, rgba(2, 9, 20, 0.43)),
		linear-gradient(0deg, rgba(2, 9, 20, 0.95), rgba(2, 9, 20, 0.08) 58%, rgba(2, 9, 20, 0.55));
}

.c52-about-hero__grid {
	z-index: -1;
	opacity: 0.18;
	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: 65px 65px;
}

.c52-about-breadcrumb {
	color: #8292a5;
	font-size: 0.76rem;
}

.c52-about-breadcrumb a {
	color: #b3bfcc;
}

.c52-about-breadcrumb a:hover {
	color: var(--c52-about-cyan);
}

.c52-about-eyebrow {
	color: #2697ff;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.c52-about-eyebrow > span {
	width: 34px;
	height: 3px;
	background: linear-gradient(90deg, var(--c52-about-blue), var(--c52-about-cyan));
}

.c52-about-hero h1 {
	max-width: 980px;
	line-height: 0.95;
	letter-spacing: -0.06em;
}

.c52-about-hero__lead {
	max-width: 760px;
	color: #b8c3cf;
	line-height: 1.8;
}

.c52-about-main {
	background:
		radial-gradient(circle at 0 35%, rgba(8, 124, 255, 0.08), transparent 26%),
		var(--c52-about-bg);
}

.c52-about-image {
	min-height: 570px;
	border: 1px solid var(--c52-about-line);
	background: var(--c52-about-bg-2);
	box-shadow: 0 28px 75px rgba(0, 0, 0, 0.34);
}

.c52-about-image::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(to top, rgba(2, 9, 20, 0.88), transparent 55%),
		linear-gradient(135deg, transparent 58%, rgba(8, 124, 255, 0.15));
}

.c52-about-image img {
	min-height: 570px;
}

.c52-about-image figcaption {
	z-index: 1;
	max-width: 420px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(3, 13, 25, 0.78);
	backdrop-filter: blur(12px);
}

.c52-about-image figcaption small {
	color: var(--c52-about-cyan);
	font-size: 0.65rem;
	letter-spacing: 0.12em;
}

.c52-about-main h2,
.c52-about-services h2 {
	line-height: 1;
	letter-spacing: -0.05em;
}

.c52-about-main h2 strong,
.c52-about-services h2 strong {
	color: var(--c52-about-blue);
}

.c52-about-copy {
	color: #a9b6c4;
	font-size: 0.98rem;
	line-height: 1.82;
}

.c52-about-point {
	border: 1px solid var(--c52-about-line);
	background: rgba(8, 23, 38, 0.8);
}

.c52-about-point__icon {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(38, 151, 255, 0.22);
	background: rgba(8, 124, 255, 0.08);
	color: #2697ff;
}

.c52-about-point__icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.c52-about-point p,
.c52-about-muted {
	color: var(--c52-about-muted);
	line-height: 1.75;
}

.c52-about-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 54px;
	border-radius: 2px;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.c52-about-btn--primary {
	border-color: var(--c52-about-cyan);
	background: var(--c52-about-cyan);
	color: #001319;
	box-shadow: 0 14px 34px rgba(33, 194, 200, 0.2);
}

.c52-about-btn--primary:hover {
	transform: translateY(-2px);
	border-color: #37d6dc;
	background: #37d6dc;
	color: #001319;
}

.c52-about-btn--outline {
	border-color: rgba(255, 255, 255, 0.45);
	background: transparent;
	color: #fff;
}

.c52-about-btn--outline:hover {
	transform: translateY(-2px);
	border-color: #2697ff;
	background: rgba(8, 124, 255, 0.1);
	color: #fff;
}

.c52-about-services {
	background: #04101c;
}

.c52-about-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--c52-about-line);
	background: linear-gradient(145deg, rgba(10, 26, 43, 0.98), rgba(5, 15, 27, 0.98));
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.c52-about-card::before {
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 3px;
	content: "";
	background: linear-gradient(90deg, var(--c52-about-blue), var(--c52-about-cyan), transparent);
}

.c52-about-card:hover {
	transform: translateY(-6px);
	border-color: rgba(33, 194, 200, 0.32);
}

.c52-about-card__number {
	color: #2697ff;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.13em;
}

.c52-about-card p {
	color: var(--c52-about-muted);
	font-size: 0.9rem;
	line-height: 1.75;
}

.c52-about-cta {
	background: var(--c52-about-bg);
}

.c52-about-cta__inner {
	position: relative;
	overflow: hidden;
	background: linear-gradient(118deg, #087cef, #0861c9 50%, #064386);
	box-shadow: 0 28px 75px rgba(0, 76, 165, 0.25);
}

.c52-about-cta__inner::before {
	position: absolute;
	top: -240px;
	right: -150px;
	width: 380px;
	height: 380px;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
}

.c52-about-cta__inner > * {
	position: relative;
	z-index: 1;
}

.c52-about-cta__inner > div > span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.68rem;
	letter-spacing: 0.14em;
}

.c52-about-cta__inner p {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.7;
}

.c52-about-btn--light {
	min-width: 220px;
	border-color: #fff;
	background: #fff;
	color: #061326;
}

.c52-about-btn--light:hover {
	transform: translateY(-2px);
	border-color: #ddfcfd;
	background: #ddfcfd;
	color: #061326;
}

@media (max-width: 991.98px) {
	.c52-about-hero {
		min-height: 560px;
		padding: 90px 0 70px;
	}

	.c52-about-image,
	.c52-about-image img {
		min-height: 470px;
	}
}

@media (max-width: 767.98px) {
	.c52-about-hero {
		min-height: 510px;
		padding: 75px 0 60px;
		background-position: 62% center;
	}

	.c52-about-hero h1 {
		font-size: clamp(2.7rem, 14vw, 4.4rem);
	}

	.c52-about-image,
	.c52-about-image img {
		min-height: 390px;
	}

	.c52-about-btn--light {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 575.98px) {
	.c52-about-hero h1 {
		font-size: clamp(2.45rem, 15vw, 3.6rem);
	}

	.c52-about-image,
	.c52-about-image img {
		min-height: 330px;
	}

	.c52-about-image figcaption {
		position: relative !important;
		inset: auto !important;
		max-width: none;
		margin: 0 !important;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		background: #071522;
	}

	.c52-about-main .btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.c52-about-page *,
	.c52-about-page *::before,
	.c52-about-page *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
