/* About page — Figma 132:2598 / 165:2276 */

.hero-block--about .hero-banner__title {
	display: block;
}

.hero-block--about .hero-banner__lead {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--text-dark);
	max-width: 720px;
}

.hero-block--about .hero-banner__product {
	top: 0;
	right: 0;
	width: 587px;
	height: 560px;
	filter:
		drop-shadow(-106px -36px 94px rgba(0, 24, 88, 0.05))
		drop-shadow(-54px -18px 41px rgba(0, 24, 88, 0.03))
		drop-shadow(-21px -7px 15px rgba(0, 24, 88, 0.03))
		drop-shadow(-5px -2px 5px rgba(0, 24, 88, 0.02));
}

.hero-block--about .hero-banner__product img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 104.82%;
	left: 0;
	top: -3.75%;
	object-fit: cover;
	object-position: center top;
}

/* Story */
.about-story {
	padding-top: 48px;
}

.about-story__grid {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0;
	width: 100%;
}

.about-story__intro {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 541px;
	min-height: 490px;
	padding: 28px;
	background: var(--primary);
	overflow: hidden;
	color: #fff;
}

.about-story__bubble {
	position: absolute;
	left: -200px;
	top: 108px;
	width: 525px;
	height: 525px;
	pointer-events: none;
	opacity: 0.95;
}

.about-story__bubble img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-story__intro-text {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.about-story__intro-title {
	margin: 0;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
}

.about-story__intro-desc {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.about-story__cta {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 54px;
	color: var(--primary);
}

.about-story__reasons {
	width: 763px;
	padding: 28px;
	background: #f1f4f6;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.about-story__reasons-title {
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: var(--text-dark);
}

.about-story__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.about-story__item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.about-story__check {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-top: 2px;
}

.about-story__item-title {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--text-dark);
	opacity: 0.8;
}

.about-story__item-text {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: var(--text-dark);
	opacity: 0.8;
}

/* Stats */
.about-stats__row {
	display: flex;
	gap: 26px;
	width: 100%;
	border-top: 2px solid rgba(3, 21, 55, 0.12);
	border-bottom: 1px solid rgba(3, 21, 55, 0.12);
}

.about-stats__item {
	flex: 1 1 0;
	min-width: 0;
	padding: 26px 26px 26px 0;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-height: 204px;
	box-sizing: border-box;
}

.about-stats__item:last-child {
	border-right: 0;
	padding-right: 0;
}

.about-stats__value {
	margin: 0;
	font-size: 34px;
	line-height: 36px;
	font-weight: 700;
	color: var(--primary);
}

.about-stats__label {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--text-dark);
	opacity: 0.8;
}

@media (max-width: 1100px) {
	.about-story__grid {
		flex-direction: column;
		gap: 16px;
	}

	.about-story__intro,
	.about-story__reasons {
		width: 100%;
	}

	.about-stats__row {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}

	.about-stats__item {
		min-height: 160px;
		padding: 20px;
		border-right: 1px solid rgba(0, 0, 0, 0.15);
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}

	.about-stats__item:nth-child(3n) {
		border-right: 0;
	}
}

@media (max-width: 767px) {
	.hero-block--about .hero-banner__product {
		display: none;
	}

	.hero-block--about .hero-banner__lead {
		font-size: 15px;
		line-height: 22px;
	}

	.hero-block--about .hero-banner__title {
		font-size: 28px;
		line-height: 36px;
	}

	.about-story {
		padding-top: 32px;
	}

	.about-story__intro {
		min-height: 498px;
		padding: 16px;
	}

	.about-story__bubble {
		left: -200px;
		top: 108px;
	}

	.about-story__intro-title {
		font-size: 22px;
		line-height: 30px;
	}

	.about-story__intro-desc {
		font-size: 15px;
		line-height: 22px;
	}

	.about-story__reasons {
		padding: 16px;
		gap: 16px;
	}

	.about-story__reasons-title {
		font-size: 20px;
		line-height: 26px;
	}

	.about-story__item-title {
		margin-bottom: 6px;
	}

	.about-stats__row {
		grid-template-columns: 1fr 1fr;
		border: 0;
	}

	.about-stats__item {
		min-height: 0;
		padding: 16px 12px;
		gap: 10px;
		border-right: 1px solid rgba(0, 0, 0, 0.12);
		border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}

	.about-stats__item:nth-child(2n) {
		border-right: 0;
	}

	.about-stats__item:nth-child(3n) {
		border-right: 1px solid rgba(0, 0, 0, 0.12);
	}

	.about-stats__value {
		font-size: 26px;
		line-height: 30px;
	}

	.about-stats__label {
		font-size: 14px;
		line-height: 20px;
	}
}
