/* Softlance — About Us Page */

body.sl-about-page {
	background: #fff;
}

body.sl-about-page .softlance-floating-cta {
	display: none !important;
}

body.sl-about-page main {
	overflow: visible;
}

/* ── Hero ── */
.sl-about-hero {
	position: relative;
	background: linear-gradient(165deg, #0a1128 0%, #111827 45%, #1e3a8a 100%);
	color: #fff;
	padding: clamp(2.5rem, 5vw, 4rem) 0 0;
	overflow: visible;
}

.sl-about-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 18% 78%, rgba(37, 99, 235, 0.22) 0%, transparent 42%),
		radial-gradient(circle at 82% 18%, rgba(6, 182, 212, 0.14) 0%, transparent 38%),
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: auto, auto, 48px 48px, 48px 48px;
	mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
}

.sl-about-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.sl-about-hero .sl-breadcrumbs {
	margin-bottom: 1rem;
}

.sl-about-hero .sl-breadcrumbs a,
.sl-about-hero .sl-breadcrumbs li {
	color: #94a3b8;
	font-size: 0.8125rem;
}

.sl-about-hero__eyebrow {
	display: inline-block;
	margin: 0 0 0.875rem;
	padding: 0.35rem 0.875rem;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.18);
	border: 1px solid rgba(96, 165, 250, 0.35);
	color: #60a5fa;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sl-about-hero__title {
	font-family: Poppins, 'Plus Jakarta Sans', sans-serif;
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	line-height: 1.1;
	margin: 0 0 1rem;
	font-weight: 700;
}

.sl-about-hero__title-text {
	display: block;
	color: #f8fafc;
}

.sl-about-hero__highlight {
	display: block;
	background: linear-gradient(135deg, #60a5fa, #22d3ee);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.sl-about-hero__description {
	margin: 0 0 1.25rem;
	max-width: 36rem;
	color: #94a3b8;
	font-size: 1.0625rem;
	line-height: 1.7;
}

.sl-about-hero__highlights {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	display: grid;
	gap: 0.625rem;
}

.sl-about-hero__highlight-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.625rem 0.875rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sl-about-hero__highlight-icon {
	flex-shrink: 0;
	width: 2.25rem;
	height: 2.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	background: rgba(37, 99, 235, 0.2);
	color: #93c5fd;
}

.sl-about-hero__highlight-body {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

.sl-about-hero__highlight-body strong {
	font-size: 0.875rem;
	font-weight: 700;
	color: #f1f5f9;
}

.sl-about-hero__highlight-body span {
	font-size: 0.75rem;
	color: #94a3b8;
}

.sl-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.sl-about-hero__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sl-about-hero__media-glow {
	position: absolute;
	inset: 10%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(37, 99, 235, 0.35) 0%, transparent 70%);
	filter: blur(40px);
}

.sl-about-hero__image {
	position: relative;
	z-index: 1;
	width: min(100%, 520px);
	height: auto;
}

.sl-about-hero__stats-wrap {
	position: relative;
	z-index: 2;
	margin-top: -2.5rem;
	padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.sl-about-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 1.125rem;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

.sl-about-hero__stat {
	padding: 1.375rem 1rem;
	text-align: center;
	border-right: 1px solid #f1f5f9;
}

.sl-about-hero__stat:last-child {
	border-right: 0;
}

.sl-about-hero__stat-value {
	display: block;
	font-family: Poppins, 'Plus Jakarta Sans', sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	color: #2563eb;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.sl-about-hero__stat-label {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #64748b;
	line-height: 1.35;
}

/* ── Story ── */
.sl-about-story {
	padding-top: clamp(3rem, 6vw, 4.5rem);
}

.sl-about-story__head {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
}

.sl-about-story__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: clamp(2rem, 4vw, 3rem);
	align-items: start;
	margin-top: 2.5rem;
}

.sl-about-story__narrative p {
	margin: 0 0 1.125rem;
	font-size: 1.03125rem;
	line-height: 1.75;
	color: #475569;
}

.sl-about-story__quote {
	margin-top: 1.5rem;
	padding: 1.25rem 1.375rem;
	border-radius: 1rem;
	background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
	border-left: 4px solid #2563eb;
}

.sl-about-story__quote blockquote {
	margin: 0;
}

.sl-about-story__quote p {
	margin: 0 0 0.625rem;
	font-size: 1rem;
	font-weight: 500;
	font-style: italic;
	color: #1e293b;
	line-height: 1.65;
}

.sl-about-story__quote cite {
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 600;
	color: #64748b;
}

.sl-about-story__pillars {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.sl-about-story__pillar {
	padding: 1.25rem 1.125rem;
	border-radius: 1rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sl-about-story__pillar:hover {
	border-color: #bfdbfe;
	box-shadow: 0 12px 32px rgba(37, 99, 235, 0.08);
}

.sl-about-story__pillar-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.75rem;
	border-radius: 0.625rem;
	background: #eff6ff;
	color: #2563eb;
}

.sl-about-story__pillar h3 {
	margin: 0 0 0.4375rem;
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
}

.sl-about-story__pillar p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #64748b;
}

/* ── Values ── */
.sl-about-values {
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.sl-about-values .softlance-section-header {
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}

.sl-about-values__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.125rem;
	margin-top: 2.5rem;
}

.sl-about-values__card {
	position: relative;
	padding: 1.375rem 1.25rem 1.25rem;
	border-radius: 1rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sl-about-values__card:hover {
	transform: translateY(-3px);
	border-color: #cbd5e1;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.sl-about-values__num {
	display: inline-block;
	margin-bottom: 0.75rem;
	font-family: Poppins, 'Plus Jakarta Sans', sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	color: #2563eb;
	letter-spacing: 0.08em;
}

.sl-about-values__card h3 {
	margin: 0 0 0.4375rem;
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
}

.sl-about-values__card p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #64748b;
}

/* ── About page section spacing ── */
body.sl-about-page .softlance-why-choose-us,
body.sl-about-page .softlance-process {
	margin-top: 0;
}

body.sl-about-page .softlance-cta {
	margin-top: 0;
}

body.sl-about-page #softlance-trusted {
	scroll-margin-top: 6rem;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.sl-about-hero__inner,
	.sl-about-story__layout {
		grid-template-columns: 1fr;
	}

	.sl-about-hero__media {
		order: -1;
		max-width: 420px;
		margin: 0 auto;
	}

	.sl-about-hero__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sl-about-hero__stat:nth-child(2) {
		border-right: 0;
	}

	.sl-about-hero__stat:nth-child(1),
	.sl-about-hero__stat:nth-child(2) {
		border-bottom: 1px solid #f1f5f9;
	}

	.sl-about-values__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.sl-about-hero__actions {
		flex-direction: column;
	}

	.sl-about-hero__actions .softlance-btn {
		width: 100%;
	}

	.sl-about-hero__stats {
		grid-template-columns: 1fr;
	}

	.sl-about-hero__stat {
		border-right: 0;
		border-bottom: 1px solid #f1f5f9;
	}

	.sl-about-hero__stat:last-child {
		border-bottom: 0;
	}

	.sl-about-values__grid {
		grid-template-columns: 1fr;
	}
}
