/**
 * Страница «О компании» (About Us)
 * Light glassmorphism, trust, corporate. Меньше blur, больше прозрачности и воздуха.
 */

.about-page {
	--about-glass: rgba(255, 255, 255, 0.28);
	--about-glass-strong: rgba(255, 255, 255, 0.45);
	--about-blur: 12px;
	--about-radius: 24px;
	--about-radius-sm: 20px;
	--about-spacing: 64px;
	--about-spacing-sm: 40px;
}

.about-page .container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

/* ===== 1. HERO ===== */
.about-hero {
	padding: 56px 0 64px;
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-hero__inner {
	width: 100%;
	display: flex;
	justify-content: center;
}

.about-hero__card {
	width: 100%;
	max-width: 780px;
	padding: 48px 40px;
	text-align: center;
}

.about-page .glass-card.glass-card--light {
	background: var(--about-glass);
	backdrop-filter: blur(var(--about-blur));
	-webkit-backdrop-filter: blur(var(--about-blur));
	border-radius: var(--about-radius);
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.06);
}

.about-hero__title {
	margin: 0 0 16px;
	font-size: clamp(28px, 4vw, 36px);
	font-weight: 700;
	color: #0f172a;
	line-height: 1.2;
}

.about-hero__subtitle {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #475569;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

/* ===== 2. ОПИСАНИЕ + ФОТО ===== */
.about-content {
	padding: var(--about-spacing) 0;
}

.about-content__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.about-content__text {
	max-width: 540px;
}

.about-content__heading {
	margin: 0 0 20px;
	font-size: 26px;
	font-weight: 600;
	color: #0f172a;
}

.about-content__text p {
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 1.65;
	color: #334155;
}

.about-content__text p:last-child {
	margin-bottom: 0;
}

.about-content__image-wrap.glass-frame {
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: var(--about-radius);
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	aspect-ratio: 4/3;
}

.about-content__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-content__placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

/* ===== 3. МИССИЯ ===== */
.about-mission {
	padding: var(--about-spacing) 0;
}

.about-mission__card {
	max-width: 820px;
	margin: 0 auto;
	padding: 48px 56px;
	position: relative;
	border-left: 4px solid rgba(37, 99, 235, 0.4);
}

.about-mission__icon {
	display: block;
	font-size: 32px;
	margin-bottom: 12px;
	line-height: 1;
}

.about-mission__title {
	margin: 0 0 16px;
	font-size: 26px;
	font-weight: 600;
	color: #0f172a;
}

.about-mission__text {
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
	color: #334155;
}

/* ===== 4. ЦЕННОСТИ ===== */
.about-values {
	padding: var(--about-spacing) 0;
}

.about-values__title {
	margin: 0 0 36px;
	font-size: 26px;
	font-weight: 600;
	color: #0f172a;
	text-align: center;
}

.about-values__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.about-values__item {
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-values__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.08);
}

.about-values__item-title {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 600;
	color: #0f172a;
}

.about-values__item p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #475569;
	flex: 1;
}

/* ===== 5. СТАТИСТИКА ===== */
.about-stats {
	padding: var(--about-spacing) 0;
}

.about-stats__card {
	padding: 48px 40px;
	background: var(--about-glass-strong);
	backdrop-filter: blur(var(--about-blur));
	-webkit-backdrop-filter: blur(var(--about-blur));
	border-radius: var(--about-radius);
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.06);
}

.about-stats__title {
	margin: 0 0 36px;
	font-size: 26px;
	font-weight: 600;
	color: #0f172a;
	text-align: center;
}

.about-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.about-stats__item {
	text-align: center;
	padding: 20px 12px;
}

.about-stats__number {
	display: inline-block;
	font-size: clamp(36px, 5vw, 48px);
	font-weight: 700;
	color: #2563eb;
	line-height: 1.1;
}

.about-stats__suffix {
	font-size: clamp(28px, 4vw, 36px);
	font-weight: 700;
	color: #2563eb;
}

.about-stats__label {
	margin: 8px 0 0;
	font-size: 14px;
	color: #64748b;
	line-height: 1.4;
}

/* ===== 6. КОМАНДА ===== */
.about-team {
	padding: var(--about-spacing) 0;
}

.about-team__title {
	margin: 0 0 36px;
	font-size: 26px;
	font-weight: 600;
	color: #0f172a;
	text-align: center;
}

.about-team__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.about-team__member {
	padding: 28px 24px;
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-team__member:hover {
	transform: translateY(-4px);
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.08);
}

.about-team__photo-wrap.glass-ring {
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 3px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-team__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-team__photo--placeholder {
	background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

.about-team__name {
	margin: 0 0 4px;
	font-size: 17px;
	font-weight: 600;
	color: #0f172a;
}

.about-team__role {
	margin: 0;
	font-size: 14px;
	color: #64748b;
}

/* ===== 7. CONCLUSION ===== */
.about-conclusion {
	padding: var(--about-spacing) 0 80px;
}

.about-conclusion__card {
	max-width: 900px;
	margin: 0 auto;
	padding: 48px 56px;
	text-align: center;
	background: linear-gradient(180deg, var(--about-glass-strong) 0%, var(--about-glass) 100%);
}

.about-conclusion__text {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.7;
	color: #334155;
}

.about-conclusion__cta {
	display: inline-block;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 12px;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.about-conclusion__cta:hover {
	opacity: 0.95;
	transform: translateY(-1px);
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
	.about-page {
		--about-spacing: 48px;
	}

	.about-hero {
		min-height: auto;
		padding: 40px 0 48px;
	}

	.about-hero__card {
		padding: 36px 24px;
	}

	.about-content__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.about-content__text {
		max-width: none;
	}

	.about-content__image-wrap.glass-frame {
		max-width: 400px;
		margin: 0 auto;
	}

	.about-mission__card {
		padding: 36px 28px;
	}

	.about-values__list {
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 20px;
		padding-bottom: 12px;
		flex-direction: row;
		display: flex;
	}

	.about-values__item {
		min-width: 280px;
		max-width: 280px;
		flex-shrink: 0;
		scroll-snap-align: start;
		min-height: 200px;
	}

	.about-stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.about-stats__card {
		padding: 36px 24px;
	}

	.about-team__grid {
		grid-template-columns: none;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		display: flex;
		gap: 24px;
		padding-bottom: 12px;
	}

	.about-team__member {
		min-width: 260px;
		max-width: 260px;
		flex-shrink: 0;
		scroll-snap-align: start;
	}

	.about-conclusion__card {
		padding: 36px 24px;
	}
}

@media (max-width: 600px) {
	.about-page .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.about-page {
		--about-spacing: 40px;
	}

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

	.about-values__item {
		min-width: 88vw;
		max-width: 88vw;
	}

	.about-team__member {
		min-width: 85vw;
		max-width: 85vw;
	}
}
