/**
 * Parlak Epoksi - Hakkımızda sayfası
 * Hero stilleri: corporate.css
 */

/* Bölüm genel */
.pe-about-block {
	padding: 88px 0;
	background: #0a1118;
}

.pe-about-block--alt {
	background: #0d141f;
}

.pe-about-block--timeline {
	background: #0a1118;
	padding-bottom: 96px;
}

.pe-about-block--stats {
	padding: 72px 0 96px;
	background: #0a1118;
}

.pe-about-label {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ff6600;
}

.pe-about-heading {
	margin: 0 0 20px;
	font-size: clamp(26px, 2.4vw, 34px);
	font-weight: 700;
	line-height: 1.28;
	color: #ffffff;
}

.pe-about-heading--section {
	margin-bottom: 36px;
}

.pe-about-text {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.72);
	max-width: 560px;
}

/* Split */
.pe-about-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.pe-about-split__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

.pe-about-split__media {
	position: relative;
}

.pe-about-caption {
	position: relative;
	margin: -48px 24px 0;
	padding: 18px 22px;
	background: rgba(10, 16, 28, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
}

/* Özellik grid 2x2 */
.pe-about-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 36px;
	margin-top: 36px;
}

.pe-about-feature {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.pe-about-feature__icon {
	flex-shrink: 0;
	display: inline-flex;
	color: #ff6600;
}

.pe-about-feature__icon svg {
	width: 28px;
	height: 28px;
	stroke: #ff6600;
}

.pe-about-feature h3 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.3;
}

.pe-about-feature p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
}

/* Uzmanlık */
.pe-about-expertise {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.pe-about-expertise__card {
	background: #121a24;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 10px;
	padding: 24px 18px;
	min-height: 200px;
}

.pe-about-expertise__icon {
	display: inline-flex;
	color: #ff6600;
	margin-bottom: 16px;
}

.pe-about-expertise__icon svg {
	width: 28px;
	height: 28px;
	stroke: #ff6600;
}

.pe-about-expertise__card h3 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: #ffffff;
}

.pe-about-expertise__card p {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.58);
}

/* Timeline */
.pe-about-timeline {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-top: 48px;
	position: relative;
	padding-top: 8px;
}

.pe-about-timeline::before {
	content: '';
	position: absolute;
	top: 36px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: #ff6600;
	z-index: 0;
}

.pe-about-timeline__node {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
	max-width: 220px;
	min-width: 0;
}

.pe-about-timeline__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #121a24;
	border: 2px solid #ff6600;
	color: #ff6600;
}

.pe-about-timeline__icon svg {
	width: 24px;
	height: 24px;
	stroke: #ff6600;
}

.pe-about-timeline__title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: #ffffff;
	margin: 0;
}

.pe-about-timeline__desc {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
	margin: 0;
}

/* İstatistik + CTA — tek banner */
.pe-about-stats-cta__wrap {
	display: grid;
	grid-template-columns: 1fr minmax(280px, 32%);
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.pe-about-stats-cta__stats {
	display: flex;
	align-items: center;
	background: #0f1622;
	padding: 36px 40px;
}

.pe-about-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

.pe-about-stats__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.pe-about-stats__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ff6600;
}

.pe-about-stats__icon svg {
	width: 48px;
	height: 48px;
	stroke: #ff6600;
	stroke-width: 1.4;
}

.pe-about-stats__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.pe-about-stats__number {
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 800;
	line-height: 1.05;
	color: #ffffff;
	letter-spacing: -0.02em;
}

.pe-about-stats__label {
	font-size: 13px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.68);
}

.pe-about-stats-cta__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #ff6600;
	padding: 36px 28px;
}

.pe-about-stats-cta__cta h2 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	color: #0a1118;
}

.pe-about-stats-cta__cta p {
	margin: 0 0 22px;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(10, 17, 24, 0.88);
	max-width: 260px;
}

.pe-about-stats-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #0a1118 !important;
	color: #ffffff !important;
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.25s ease;
}

.pe-about-stats-cta__btn:hover {
	background: #121a24 !important;
	color: #ffffff !important;
}

.pe-about-stats-cta__btn .pe-icon {
	color: #ffffff;
}

.pe-about-stats-cta__btn .pe-icon svg {
	width: 16px;
	height: 16px;
	stroke: #ffffff;
}

/* Responsive */
@media (max-width: 1200px) {
	.pe-about-expertise {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

}

@media (max-width: 992px) {
	.pe-about-split,
	.pe-about-split--reverse {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.pe-about-split--reverse .pe-about-split__media {
		order: -1;
	}

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

	.pe-about-block--stats {
		padding: 56px 0 64px;
	}

	.pe-about-stats-cta__wrap {
		grid-template-columns: 1fr;
		border-radius: 16px;
	}

	.pe-about-stats-cta__stats {
		align-items: stretch;
		padding: 28px 24px 32px;
	}

	.pe-about-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 16px;
	}

	.pe-about-stats__item {
		gap: 14px;
	}

	.pe-about-stats-cta__cta {
		padding: 32px 24px 36px;
	}

	.pe-about-stats-cta__cta h2 {
		font-size: 19px;
		max-width: 320px;
	}

	.pe-about-stats-cta__cta p {
		max-width: 300px;
		font-size: 13px;
	}

	.pe-about-timeline {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 0;
		margin-top: 40px;
		padding-top: 0;
	}

	.pe-about-timeline::before {
		top: 0;
		bottom: 34%;
		left: 50%;
		right: auto;
		width: 2px;
		height: auto;
		transform: translateX(-50%);
	}

	.pe-about-timeline__node {
		flex: none;
		max-width: none;
		padding: 0 16px;
	}

	.pe-about-timeline__node:nth-child(5) {
		grid-column: 1 / -1;
		max-width: 240px;
		justify-self: center;
	}
}

@media (max-width: 576px) {
	.pe-about-block {
		padding: 56px 0;
	}

	.pe-about-features {
		grid-template-columns: 1fr;
		gap: 22px;
	}

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

	.pe-about-block--stats {
		padding: 48px 0 56px;
	}

	.pe-about-stats-cta__wrap {
		border-radius: 18px;
	}

	.pe-about-stats-cta__stats {
		padding: 24px 20px 28px;
	}

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

	.pe-about-stats__item {
		gap: 10px;
	}

	.pe-about-stats__number {
		font-size: 22px;
	}

	.pe-about-stats__label {
		font-size: 12px;
		line-height: 1.3;
	}

	.pe-about-stats__icon svg {
		width: 36px;
		height: 36px;
	}

	.pe-about-stats-cta__cta {
		padding: 28px 20px 32px;
	}

	.pe-about-stats-cta__cta h2 {
		font-size: 17px;
		line-height: 1.4;
		max-width: 100%;
		padding: 0 4px;
	}

	.pe-about-stats-cta__cta p {
		max-width: 100%;
		font-size: 13px;
		margin-bottom: 20px;
		padding: 0 4px;
	}

	.pe-about-stats-cta__btn {
		width: 100%;
		max-width: 280px;
		padding: 13px 20px;
	}

	.pe-about-caption {
		margin-left: 12px;
		margin-right: 12px;
	}

	.pe-about-timeline {
		gap: 28px 0;
	}

	.pe-about-timeline__node {
		padding: 0 10px;
	}

	.pe-about-timeline__icon {
		width: 48px;
		height: 48px;
	}

	.pe-about-timeline__icon svg {
		width: 20px;
		height: 20px;
	}

	.pe-about-timeline__title {
		font-size: 13px;
	}

	.pe-about-timeline__desc {
		font-size: 11px;
		line-height: 1.5;
	}

	.pe-about-timeline__node:nth-child(5) {
		max-width: 220px;
	}
}
