.about-redesign {
		border-top: 1px solid #e5e5e5;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.about-redesign:first-of-type {
		border-top: 0;
	}

	.about-section-grid {
		row-gap: 1.5rem;
	}

	.about-card {
		height: 100%;
		padding: 22px 26px;
		background: #fff;
		border: 1px solid #e8e8e8;
		border-radius: 6px;
		box-shadow: 0 16px 38px rgba(17, 17, 17, 0.05);
	}

	.about-card__top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		padding-bottom: 15px;
		border-bottom: 1px solid #ededed;
	}

	.about-card__top h3,
	.about-story-text h2,
	.about-value-card h3,
	.about-stat strong {
		margin: 0;
		font-family: "Roboto", sans-serif;
		color: #111;
	}

	.about-card__top h3 {
		font-size: 1.18rem;
		line-height: 1.25;
		font-weight: 700;
	}

	.about-status {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
		border: 2px solid #f7541b;
		border-radius: 50%;
		font-size: .72rem;
		color: #f7541b;
	}

	.about-compare-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.about-compare-list li {
		display: grid;
		grid-template-columns: 50px minmax(120px, .85fr) minmax(180px, 1.15fr);
		align-items: center;
		gap: 14px;
		padding: 12px 0;
		border-bottom: 1px solid #ededed;
		font-family: "Roboto", sans-serif;
		font-size: .86rem;
		line-height: 1.5;
		color: #555;
	}

	.about-compare-list li:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.about-compare-list i,
	.about-value-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 1px solid #e8e8e8;
		border-radius: 6px;
		background: #fff;
		box-shadow: 0 9px 20px rgba(17, 17, 17, 0.08);
		font-size: 1.05rem;
		color: #f7541b;
	}

	.about-card--after .about-compare-list i,
	.about-value-icon,
	.about-stat i {
		color: #f7541b;
	}

	.about-compare-list strong {
		font-weight: 700;
		color: #111;
	}

	.about-problem-flow {
		position: relative;
		display: grid;
		grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
		align-items: center;
		gap: 18px;
	}

	.about-flow-arrow {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background: #fff;
		border: 1px solid #e8e8e8;
		box-shadow: 0 12px 26px rgba(17, 17, 17, 0.08);
		color: #f7541b;
		font-size: 1.2rem;
	}

	.about-story-wrap {
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
		gap: clamp(2rem, 6vw, 5rem);
		align-items: center;
	}

	.about-story-text h2 {
		max-width: 440px;
		margin-bottom: 1.45rem;
		font-size: 1.8rem;
		line-height: 1.2;
		font-weight: 700;
	}

	.about-story-text p,
	.about-quote-card p,
	.about-value-card p,
	.about-stat span {
		margin: 0;
		font-family: "Roboto", sans-serif;
		font-size: .92rem;
		line-height: 1.65;
		color: #555;
	}

	.about-story-text p + p {
		margin-top: 1.1rem;
	}

	.about-quote-card {
		height: auto;
		align-self: start;
		padding: 38px 42px;
	}

	.about-quote-mark {
		display: block;
		margin-bottom: .8rem;
		font-size: 3rem;
		line-height: 1;
		font-weight: 700;
		color: #f7541b;
	}

	.about-quote-card p {
		max-width: 410px;
		font-size: 1.05rem;
		line-height: 1.6;
		color: #333;
	}

	.about-mini-line {
		display: block;
		width: 32px;
		height: 2px;
		margin: 1.35rem 0;
		background: #f7541b;
	}

	.about-founder {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.about-founder__avatar {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background: #111;
		color: #fff;
		font-size: .85rem;
	}

	.about-founder strong {
		display: block;
		font-size: .88rem;
		line-height: 1.2;
		color: #111;
	}

	.about-founder span {
		display: block;
		font-size: .75rem;
		line-height: 1.35;
		color: #666;
	}

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

	.about-value-card {
		display: grid;
		grid-template-columns: 68px minmax(0, 1fr);
		gap: 18px;
		align-items: start;
		min-height: 136px;
	}

	.about-value-icon {
		width: 58px;
		height: 58px;
		border: 0;
		border-radius: 50%;
		background: rgba(247, 84, 27, 0.08);
		box-shadow: none;
		font-size: 1.35rem;
	}

	.about-value-card h3 {
		margin-bottom: .45rem;
		font-size: 1rem;
		line-height: 1.35;
		font-weight: 700;
	}

	.about-value-card .about-mini-line {
		margin: 1rem 0 0;
	}

	.about-stats-bar {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		margin-top: 28px;
		padding: 24px 28px;
		background: #fff;
		border: 1px solid #e8e8e8;
		border-radius: 6px;
		box-shadow: 0 16px 38px rgba(17, 17, 17, 0.05);
	}

	.about-stat {
		display: flex;
		align-items: center;
		gap: 14px;
		padding: 0 24px;
		border-right: 1px solid #e5e5e5;
	}

	.about-stat:first-child {
		padding-left: 0;
	}

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

	.about-stat i {
		font-size: 1.8rem;
	}

	.about-stat strong {
		display: block;
		font-size: 1.45rem;
		line-height: 1.15;
		font-weight: 700;
	}

	.about-stat span {
		display: block;
		font-size: .75rem;
		line-height: 1.35;
	}

	@media only screen and (max-width: 991px) {
		.about-problem-flow {
			grid-template-columns: 1fr;
			gap: 18px;
		}

		.about-flow-arrow {
			justify-self: center;
			transform: rotate(90deg);
		}

		.about-story-wrap,
		.about-value-grid,
		.about-stats-bar {
			grid-template-columns: 1fr;
		}

		.about-stat {
			padding: 18px 0;
			border-right: 0;
			border-bottom: 1px solid #e5e5e5;
		}

		.about-stat:first-child {
			padding-top: 0;
		}

		.about-stat:last-child {
			padding-bottom: 0;
			border-bottom: 0;
		}
	}

	@media only screen and (max-width: 700px) {
		.about-redesign {
			padding-top: 1.6rem;
			padding-bottom: 1.6rem;
		}

		.about-card,
		.about-quote-card,
		.about-stats-bar {
			padding: 18px;
		}

		.about-compare-list li {
			grid-template-columns: 42px 1fr;
			gap: 10px 12px;
		}

		.about-compare-list li span {
			grid-column: 2;
		}

		.about-story-text h2 {
			font-size: 1.45rem;
		}

		.about-value-card {
			grid-template-columns: 56px minmax(0, 1fr);
			min-height: 0;
			padding: 18px;
		}

		.about-value-icon {
			width: 48px;
			height: 48px;
			font-size: 1.15rem;
		}
	}
