/* ABM — Sektörler, Şirketlerimiz, Markalarımız ortak stiller */

@media (max-width: 991px) {
	.page_header {
		background-attachment: scroll !important;
		background-size: cover !important;
		background-position: center center !important;
	}
}

/* ---------- Sektörler ---------- */
.sector_intro {
	padding: 90px 0 40px;
	background: #1a1a1a;
}
.sector_intro h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sector_intro h2 span {
	color: #e84c60;
}
.sector_intro p.lead {
	color: rgba(255, 255, 255, 0.72);
	font-size: 17px;
	line-height: 1.75;
	max-width: 720px;
}

.sector_pills_wrap {
	position: sticky;
	top: 90px;
	z-index: 40;
	background: rgba(13, 13, 13, 0.95);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 14px 0;
}
.sector_pills {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 4px;
}
.sector_pills::-webkit-scrollbar {
	display: none;
}
.sector_pills a {
	flex: 0 0 auto;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 18px;
	border-radius: 999px;
	text-decoration: none;
	transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}
.sector_pills a:hover,
.sector_pills a:focus {
	color: #fff;
	border-color: #e84c60;
	background: rgba(232, 76, 96, 0.12);
	transform: translateY(-1px);
}

.sector_panel {
	padding: 80px 0;
	background: #0d0d0d;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	scroll-margin-top: 160px;
}
.sector_panel:nth-child(even) {
	background: #141414;
}
.sector_panel_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}
.sector_panel_inner.reverse {
	flex-direction: row-reverse;
}
.sector_visual {
	flex: 1 1 320px;
	min-height: 260px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}
.sector_visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}
.sector_panel:hover .sector_visual img {
	transform: scale(1.04);
}
.sector_visual::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(232, 76, 96, 0.15), transparent 55%);
	pointer-events: none;
}
.sector_copy {
	flex: 1 1 320px;
}
.sector_num {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	letter-spacing: 0.2em;
	color: #e84c60;
	margin-bottom: 12px;
}
.sector_copy h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
	line-height: 1.15;
}
.sector_copy p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 14px;
}
.sector_copy .sector_link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #e84c60;
	text-decoration: none;
	transition: gap 0.25s ease, color 0.25s ease;
}
.sector_copy .sector_link:hover {
	color: #fff;
	gap: 14px;
}

/* ---------- Şirketlerimiz (logo / wordmark) ---------- */
.companies_hero {
	padding: 100px 0 60px;
	background: #0d0d0d;
	text-align: center;
}
.companies_hero h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.companies_hero p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 16px;
	max-width: 640px;
	margin: 0 auto;
	line-height: 1.7;
}

.company_grid {
	padding: 40px 0 100px;
	background: #1a1a1a;
}
.company_card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	padding: 36px 24px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	text-align: center;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.company_card:hover {
	border-color: rgba(232, 76, 96, 0.45);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
	transform: translateY(-4px);
}
.company_card .abm-city-img {
	max-height: 72px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	margin-bottom: 16px;
}
.abm-city-wordmark {
	font-family: 'Oswald', sans-serif;
	font-size: clamp(22px, 4.5vw, 36px);
	line-height: 1.15;
	color: #fff;
	text-align: center;
	word-break: break-word;
}
.abm-city-wordmark .wm-heavy {
	font-weight: 700;
	text-transform: lowercase;
}
.abm-city-wordmark .wm-light {
	font-weight: 300;
	text-transform: lowercase;
	color: rgba(255, 255, 255, 0.55);
	margin-left: 4px;
}
.company_card .company_loc {
	margin-top: 12px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* ---------- Markalarımız ---------- */
.brands_section {
	padding: 90px 0 100px;
	background: #0d0d0d;
}
.brands_section .section_title {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
	text-align: center;
}
.brands_section .section_sub {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	max-width: 600px;
	margin: 0 auto 48px;
	font-size: 16px;
	line-height: 1.7;
}

.brand_card {
	height: 100%;
	min-height: 220px;
	padding: 28px 22px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	transition: border-color 0.3s ease, transform 0.3s ease;
}
.brand_card:hover {
	border-color: rgba(232, 76, 96, 0.4);
	transform: translateY(-3px);
}
.brand_card .brand_accent {
	width: 40px;
	height: 4px;
	background: #e84c60;
	border-radius: 2px;
	margin-bottom: 18px;
}
.brand_card h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 12px;
	line-height: 1.25;
}
.brand_card p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
	flex-grow: 1;
}

@media (max-width: 991px) {
	.sector_pills_wrap {
		top: 56px;
	}
	.sector_panel {
		scroll-margin-top: 120px;
		padding: 56px 0;
	}
	.sector_panel_inner,
	.sector_panel_inner.reverse {
		flex-direction: column;
	}
	.sector_visual {
		min-height: 200px;
		width: 100%;
	}
	.sector_copy h3 {
		font-size: 26px;
	}
	.companies_hero {
		padding: 72px 0 40px;
	}
}

@media (max-width: 576px) {
	.sector_intro h2 {
		font-size: 28px;
	}
	.sector_pills a {
		font-size: 11px;
		padding: 8px 14px;
	}
	.company_card {
		min-height: 160px;
		padding: 28px 16px;
	}
}
