/**
 * PMAP Core - Solutions hatti scoped stiller.
 *
 * Scope: .page-template-page-solutions, .page-template-page-solution-ransomware,
 *        .page-template-page-solution-insider, .page-template-page-solution-bec,
 *        .page-template-page-solution-cloud (body class).
 *
 * Mevcut tema BEM ile yazilmistir; bu dosya solutions-* prefix'i ile yeni BEM
 * bloklari ekler. Marka renk degiskenleri pmap-brand-override.css icinden
 * miras alinir.
 *
 * Em-dash yasagi: bu dosyada kullanici-gorunur ASCII metin yok.
 */

/* =========================================================================
 * SOLUTIONS GENEL LAYOUT
 * ========================================================================= */

.page-template-page-solutions .site-content,
.page-template-page-solution-ransomware .site-content,
.page-template-page-solution-insider .site-content,
.page-template-page-solution-bec .site-content,
.page-template-page-solution-cloud .site-content {
	background-color: #f6f7fb;
	color: #151821;
}

/* =========================================================================
 * BREADCRUMB
 * ========================================================================= */

.solutions-breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 24px 0 24px;
}

.solutions-breadcrumb__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 13px;
	color: #5a6079;
}

.solutions-breadcrumb__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.solutions-breadcrumb__link {
	color: #5a6079;
	text-decoration: none;
}

.solutions-breadcrumb__link:hover,
.solutions-breadcrumb__link:focus-visible {
	color: #041361;
	text-decoration: underline;
}

.solutions-breadcrumb__sep {
	color: #b0b3c1;
}

.solutions-breadcrumb__current {
	color: #151821;
	font-weight: 500;
}

/* =========================================================================
 * HERO
 * ========================================================================= */

.solutions-hero {
	background: linear-gradient(135deg, #041361 0%, #020a3d 60%, #151821 100%);
	color: #ffffff;
	padding: 72px 24px 80px 24px;
}

.solutions-hero__inner {
	max-width: 900px;
	margin: 0 auto;
}

/* =========================================================================
 * HERO --has-photo varyanti (careers hero paterni reuse).
 * Sadece hub hero'su (capabilities) photo_url gecirdiginde aktif olur.
 * Foto SAGDAN baslar, sol kenari mask-image ile zemine eriir (panel degil
 * gercek arkaplan hissi); overlay sol metin alanini koyu/okunur tutar;
 * metin sutunu sol ~%58'e sabitlenir. < 1024px: foto dusuk opaklik tam
 * genislik, mask kalkar, metin tam genislige doner.
 * ========================================================================= */
.solutions-hero--has-photo {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	min-height: 600px;
}

.solutions-hero--has-photo .solutions-hero__photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60%;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	filter: saturate(0.9) contrast(1.02);
	-webkit-mask-image: linear-gradient(90deg,
		transparent 0%,
		rgba(0, 0, 0, 0.18) 12%,
		rgba(0, 0, 0, 0.55) 30%,
		rgba(0, 0, 0, 0.9) 52%,
		#000 72%);
	        mask-image: linear-gradient(90deg,
		transparent 0%,
		rgba(0, 0, 0, 0.18) 12%,
		rgba(0, 0, 0, 0.55) 30%,
		rgba(0, 0, 0, 0.9) 52%,
		#000 72%);
	z-index: 1;
	pointer-events: none;
}

.solutions-hero--has-photo .solutions-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg,
			rgba(4, 19, 97, 1)    0%,
			rgba(4, 19, 97, 0.95) 22%,
			rgba(4, 19, 97, 0.72) 42%,
			rgba(2, 10, 61, 0.4)  62%,
			rgba(21, 24, 33, 0.3) 100%),
		radial-gradient(ellipse 55% 75% at 78% 55%, rgba(94, 229, 255, 0.1), transparent 70%);
	z-index: 2;
	pointer-events: none;
}

.solutions-hero--has-photo .solutions-hero__inner {
	position: relative;
	z-index: 4;
	width: 100%;
	max-width: 1216px;
}

@media (min-width: 1024px) {
	/* careers hero gibi tam-viewport yukseklik. margin-top: -80px sticky
	 * header (80px) altina ceker; padding-top: 120px ile icerik header'in
	 * altinda baslar; min-height: 100vh hero'yu tam ekrana yayar. */
	.solutions-hero--has-photo {
		min-height: 100vh;
		margin-top: -80px;
		padding-top: 120px;
		padding-bottom: 80px;
	}
	.solutions-hero--has-photo .solutions-hero__inner {
		padding-right: 32%;
	}
}

@media (max-width: 1023px) {
	.solutions-hero--has-photo {
		display: block;
		min-height: 0;
	}
	.solutions-hero--has-photo .solutions-hero__photo {
		width: 100%;
		opacity: 0.22;
		-webkit-mask-image: none;
		        mask-image: none;
	}
	.solutions-hero--has-photo .solutions-hero__overlay {
		background: linear-gradient(180deg, rgba(4, 19, 97, 0.85) 0%, rgba(21, 24, 33, 0.95) 100%);
	}
}

.solutions-hero__eyebrow {
	margin: 0 0 16px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #4fc3a1;
	font-weight: 600;
}

.solutions-hero__title {
	margin: 0 0 24px 0;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.1;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.01em;
}

.solutions-hero__lede {
	font-size: clamp(1rem, 1.3vw, 1.125rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
	max-width: 760px;
}

.solutions-hero__lede p {
	margin: 0 0 16px 0;
}

.solutions-hero__lede p:last-child {
	margin-bottom: 0;
}

.solutions-hero__ctas {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.solutions-hero__cta-primary {
	display: inline-flex;
	align-items: center;
	padding: 14px 24px;
	background-color: #4fc3a1;
	color: #041361;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.solutions-hero__cta-primary:hover,
.solutions-hero__cta-primary:focus-visible {
	background-color: #6cd5b5;
	color: #041361;
}

.solutions-hero__cta-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.15s ease;
}

.solutions-hero__cta-secondary:hover,
.solutions-hero__cta-secondary:focus-visible {
	color: #4fc3a1;
}

.solutions-hero__cta-arrow {
	display: inline-block;
	transition: transform 0.15s ease;
}

.solutions-hero__cta-secondary:hover .solutions-hero__cta-arrow {
	transform: translateX(3px);
}

/* =========================================================================
 * TEXT SECTION (Why shaped, Problem, Approach, Outcomes)
 * ========================================================================= */

.solutions-text {
	padding: 64px 24px;
}

.solutions-text--light {
	background-color: #f6f7fb;
	color: #151821;
}

.solutions-text--default {
	background-color: #ffffff;
	color: #151821;
}

.solutions-text--anthracite {
	background-color: #151821;
	color: rgba(255, 255, 255, 0.9);
}

.solutions-text__inner {
	max-width: 900px;
	margin: 0 auto;
}

.solutions-text__title {
	margin: 0 0 20px 0;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.solutions-text--anthracite .solutions-text__title {
	color: #ffffff;
}

.solutions-text__body {
	font-size: clamp(0.95rem, 1.1vw, 1.0625rem);
	line-height: 1.7;
}

.solutions-text__body p {
	margin: 0 0 16px 0;
}

.solutions-text__body p:last-child {
	margin-bottom: 0;
}

/* =========================================================================
 * USE CASE GRID (hub)
 * ========================================================================= */

.solutions-grid {
	padding: 64px 24px;
	background-color: #ffffff;
}

.solutions-grid__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.solutions-grid__title {
	margin: 0 0 40px 0;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	color: #151821;
	letter-spacing: -0.01em;
}

.solutions-grid__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}

.solutions-card {
	background-color: #ffffff;
	border: 1px solid #e3e5ee;
	border-radius: 10px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.solutions-card:hover {
	border-color: #041361;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(4, 19, 97, 0.08);
}

.solutions-card__eyebrow {
	margin: 0 0 12px 0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #041361;
	font-weight: 600;
}

.solutions-card__title {
	margin: 0 0 12px 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #151821;
	line-height: 1.3;
}

.solutions-card__scenario {
	margin: 0 0 20px 0;
	color: #5a6079;
	line-height: 1.55;
	font-size: 0.95rem;
}

.solutions-card__sparks {
	list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.solutions-card__spark {
	position: relative;
	padding-left: 22px;
	color: #2e3349;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.solutions-card__spark::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 2px;
	background-color: #4fc3a1;
	border-radius: 2px;
}

.solutions-card__cta {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #041361;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.15s ease;
}

.solutions-card__cta:hover,
.solutions-card__cta:focus-visible {
	color: #4fc3a1;
}

.solutions-card__cta-arrow {
	display: inline-block;
	transition: transform 0.15s ease;
}

.solutions-card__cta:hover .solutions-card__cta-arrow {
	transform: translateX(3px);
}

/* =========================================================================
 * MOTIONS (hub)
 * ========================================================================= */

.solutions-motions {
	padding: 72px 24px;
	background-color: #151821;
	color: rgba(255, 255, 255, 0.9);
}

.solutions-motions__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.solutions-motions__title {
	margin: 0 0 16px 0;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	color: #ffffff;
}

.solutions-motions__lede {
	max-width: 720px;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
}

.solutions-motions__lede p {
	margin: 0;
}

.solutions-motions__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 28px;
}

.solutions-motion {
	background-color: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 28px;
}

.solutions-motion__index {
	margin: 0 0 12px 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: #4fc3a1;
}

.solutions-motion__title {
	margin: 0 0 12px 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.3;
}

.solutions-motion__body {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
}

.solutions-motion__body p {
	margin: 0;
}

/* =========================================================================
 * CAPABILITY BLOKLARI (alt sayfa)
 * ========================================================================= */

.solutions-caps {
	padding: 72px 24px;
	background-color: #ffffff;
}

.solutions-caps__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.solutions-caps__title {
	margin: 0 0 48px 0;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	color: #151821;
	letter-spacing: -0.01em;
}

.solutions-caps__list {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.solutions-cap {
	border-top: 1px solid #e3e5ee;
	padding-top: 32px;
}

.solutions-cap:first-child {
	border-top: 0;
	padding-top: 0;
}

.solutions-cap__index {
	margin: 0 0 12px 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: #4fc3a1;
}

.solutions-cap__title {
	margin: 0 0 16px 0;
	font-size: clamp(1.125rem, 1.6vw, 1.375rem);
	font-weight: 700;
	color: #151821;
	line-height: 1.3;
}

.solutions-cap__body {
	font-size: 1rem;
	line-height: 1.7;
	color: #2e3349;
	margin-bottom: 20px;
}

.solutions-cap__body p {
	margin: 0 0 14px 0;
}

.solutions-cap__highlights {
	list-style: none;
	margin: 20px 0 24px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.solutions-cap__highlight {
	position: relative;
	padding-left: 22px;
	color: #2e3349;
	font-size: 0.95rem;
	line-height: 1.55;
}

.solutions-cap__highlight::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 2px;
	background-color: #4fc3a1;
	border-radius: 2px;
}

.solutions-cap__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #041361;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.15s ease;
}

.solutions-cap__link:hover,
.solutions-cap__link:focus-visible {
	color: #4fc3a1;
}

.solutions-cap__link-arrow {
	display: inline-block;
	transition: transform 0.15s ease;
}

.solutions-cap__link:hover .solutions-cap__link-arrow {
	transform: translateX(3px);
}

/* =========================================================================
 * BRIDGE
 * ========================================================================= */

.solutions-bridge {
	padding: 56px 24px;
	background-color: #f6f7fb;
	color: #151821;
	border-top: 1px solid #e3e5ee;
	border-bottom: 1px solid #e3e5ee;
}

.solutions-bridge__inner {
	max-width: 900px;
	margin: 0 auto;
}

.solutions-bridge__title {
	margin: 0 0 16px 0;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 700;
	color: #151821;
}

.solutions-bridge__body {
	font-size: 1rem;
	line-height: 1.7;
	color: #2e3349;
	margin-bottom: 18px;
}

.solutions-bridge__body p {
	margin: 0;
}

.solutions-bridge__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #041361;
	font-weight: 600;
	text-decoration: none;
}

.solutions-bridge__link:hover,
.solutions-bridge__link:focus-visible {
	color: #4fc3a1;
}

.solutions-bridge__link-arrow {
	display: inline-block;
	transition: transform 0.15s ease;
}

.solutions-bridge__link:hover .solutions-bridge__link-arrow {
	transform: translateX(3px);
}

/* =========================================================================
 * FAQ (pure CSS accordion via <details>)
 * ========================================================================= */

.solutions-faq {
	padding: 72px 24px;
	background-color: #ffffff;
}

.solutions-faq__inner {
	max-width: 900px;
	margin: 0 auto;
}

.solutions-faq__title {
	margin: 0 0 32px 0;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	color: #151821;
}

.solutions-faq__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.solutions-faq__item {
	border: 1px solid #e3e5ee;
	border-radius: 8px;
	background-color: #ffffff;
	transition: border-color 0.15s ease;
}

.solutions-faq__item[open] {
	border-color: #041361;
}

.solutions-faq__question {
	list-style: none;
	cursor: pointer;
	padding: 20px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.solutions-faq__question::-webkit-details-marker {
	display: none;
}

.solutions-faq__question-text {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #151821;
	line-height: 1.4;
}

.solutions-faq__toggle {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #041361;
	font-size: 18px;
	font-weight: 600;
	transition: transform 0.2s ease;
}

.solutions-faq__item[open] .solutions-faq__toggle {
	transform: rotate(45deg);
}

.solutions-faq__answer {
	padding: 0 24px 22px 24px;
	color: #2e3349;
	line-height: 1.7;
	font-size: 0.95rem;
}

.solutions-faq__answer p {
	margin: 0 0 12px 0;
}

.solutions-faq__answer p:last-child {
	margin-bottom: 0;
}

/* =========================================================================
 * CLOSING CTA BANDI
 * ========================================================================= */

.solutions-closing-cta {
	background: linear-gradient(135deg, #041361 0%, #020a3d 100%);
	color: #ffffff;
	padding: 72px 24px;
}

.solutions-closing-cta__inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.solutions-closing-cta__title {
	margin: 0 0 20px 0;
	font-size: clamp(1.5rem, 2.6vw, 2.25rem);
	font-weight: 700;
	color: #ffffff;
}

.solutions-closing-cta__body {
	font-size: 1.0625rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
	max-width: 720px;
	margin: 0 auto 30px auto;
}

.solutions-closing-cta__body p {
	margin: 0;
}

.solutions-closing-cta__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.solutions-closing-cta__primary {
	display: inline-flex;
	align-items: center;
	padding: 14px 28px;
	background-color: #4fc3a1;
	color: #041361;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.15s ease;
}

.solutions-closing-cta__primary:hover,
.solutions-closing-cta__primary:focus-visible {
	background-color: #6cd5b5;
	color: #041361;
}

.solutions-closing-cta__secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	text-decoration: none;
	transition: color 0.15s ease;
}

.solutions-closing-cta__secondary:hover,
.solutions-closing-cta__secondary:focus-visible {
	color: #4fc3a1;
}

.solutions-closing-cta__arrow {
	display: inline-block;
	transition: transform 0.15s ease;
}

.solutions-closing-cta__secondary:hover .solutions-closing-cta__arrow {
	transform: translateX(3px);
}

/* =========================================================================
 * OTHER USE CASES (alt sayfa)
 * ========================================================================= */

.solutions-other {
	background-color: #f6f7fb;
	padding: 56px 24px;
}

.solutions-other__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.solutions-other__eyebrow {
	margin: 0 0 20px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: #5a6079;
	font-weight: 600;
}

.solutions-other__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.solutions-other__item {
	background-color: #ffffff;
	border: 1px solid #e3e5ee;
	border-radius: 8px;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

.solutions-other__item:hover {
	border-color: #041361;
	transform: translateY(-2px);
}

.solutions-other__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 22px;
	color: #151821;
	font-weight: 600;
	text-decoration: none;
}

.solutions-other__link:hover,
.solutions-other__link:focus-visible {
	color: #041361;
}

.solutions-other__arrow {
	display: inline-block;
	color: #041361;
	transition: transform 0.15s ease;
}

.solutions-other__link:hover .solutions-other__arrow {
	transform: translateX(3px);
}

/* =========================================================================
 * RESPONSIVE
 * ========================================================================= */

@media (max-width: 768px) {
	.solutions-hero {
		padding: 56px 20px 64px 20px;
	}
	.solutions-text,
	.solutions-grid,
	.solutions-motions,
	.solutions-caps,
	.solutions-faq,
	.solutions-closing-cta,
	.solutions-other,
	.solutions-bridge {
		padding-left: 20px;
		padding-right: 20px;
	}
	.solutions-hero__ctas,
	.solutions-closing-cta__ctas {
		flex-direction: column;
		align-items: flex-start;
	}
	.solutions-closing-cta__ctas {
		align-items: center;
	}
}

/* =========================================================================
 * HEADER NAV / SOLUTIONS DROPDOWN (3. tur eklemesi)
 *
 * Sade tek kolon dropdown. Mevcut Alpine.js mega menu kosulu degil; bagimsiz
 * pure CSS hover dropdown. Klavyede focus-within ile de acilir.
 * Mobile: <details> accordion (template-parts/header/nav-primary.php icindeki
 * mobile blokta inline render edilir).
 * ========================================================================= */

.pmap-solutions-nav {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.pmap-solutions-nav__trigger {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: transparent;
	border: 0;
	color: #ffffff;
	font-size: 14px;
	font-family: inherit;
	padding: 12px 20px;
	cursor: pointer;
	transition: color 0.15s ease;
}

.pmap-solutions-nav__trigger:hover,
.pmap-solutions-nav__trigger:focus-visible {
	color: rgba(255, 255, 255, 0.6);
	outline: none;
}

.pmap-solutions-nav__caret {
	display: inline-block;
	font-size: 10px;
	transition: transform 0.15s ease;
}

.pmap-solutions-nav[data-open="true"] .pmap-solutions-nav__caret,
.pmap-solutions-nav:hover .pmap-solutions-nav__caret,
.pmap-solutions-nav:focus-within .pmap-solutions-nav__caret {
	transform: rotate(180deg);
}

.pmap-solutions-nav__panel {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	min-width: 320px;
	background-color: #1a1f2e;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 8px 0;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
	z-index: 100;
	list-style: none;
	margin: 0;
}

.pmap-solutions-nav:hover .pmap-solutions-nav__panel,
.pmap-solutions-nav:focus-within .pmap-solutions-nav__panel,
.pmap-solutions-nav[data-open="true"] .pmap-solutions-nav__panel {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.pmap-solutions-nav__item {
	display: block;
}

.pmap-solutions-nav__link {
	display: block;
	padding: 12px 20px;
	color: #ffffff;
	text-decoration: none;
	transition: background-color 0.12s ease, color 0.12s ease;
}

.pmap-solutions-nav__link:hover,
.pmap-solutions-nav__link:focus-visible {
	background-color: rgba(79, 195, 161, 0.08);
	color: #4fc3a1;
	outline: none;
}

.pmap-solutions-nav__link-title {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.pmap-solutions-nav__link-subtitle {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	line-height: 1.4;
}

.pmap-solutions-nav__link:hover .pmap-solutions-nav__link-subtitle,
.pmap-solutions-nav__link:focus-visible .pmap-solutions-nav__link-subtitle {
	color: rgba(255, 255, 255, 0.75);
}

.pmap-solutions-nav__divider {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	margin: 6px 0;
}

/* Mobile-only Solutions accordion (mobile menu icinde) */
.pmap-solutions-mobile {
	display: block;
}

.pmap-solutions-mobile__summary {
	list-style: none;
	cursor: pointer;
	padding: 12px 0;
	color: #ffffff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pmap-solutions-mobile__summary::-webkit-details-marker {
	display: none;
}

.pmap-solutions-mobile__caret {
	display: inline-block;
	font-size: 12px;
	transition: transform 0.15s ease;
}

.pmap-solutions-mobile[open] .pmap-solutions-mobile__caret {
	transform: rotate(180deg);
}

.pmap-solutions-mobile__list {
	list-style: none;
	margin: 0;
	padding: 8px 0 12px 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-left: 2px solid rgba(255, 255, 255, 0.08);
}

.pmap-solutions-mobile__link {
	display: block;
	padding: 6px 12px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	text-decoration: none;
}

.pmap-solutions-mobile__link:hover,
.pmap-solutions-mobile__link:focus-visible {
	color: #4fc3a1;
	outline: none;
}

/* =========================================================================
 * CAPABILITIES HUB MARKA HIZALAMASI (yalnizca .page-template-page-solutions)
 *
 * Bu blok SADECE Capabilities hub sayfasini hedefler. 4 alt solution sayfasi
 * (bec, cloud, insider, ransomware) farkli body class kullandigi icin
 * etkilenmez.
 *
 * Amac 1: mint yesil aksan (#4fc3a1 / #6cd5b5) ana marka aksanlariyla
 *   degistirilir.
 *   - Koyu zemin baglami (hero eyebrow, hero secondary hover, motion index)
 *     -> parlak cyan #5EE5FF.
 *   - Acik zemin baglami (kart spark dash, kart CTA hover, bridge link hover)
 *     -> indigo #3138A8 (--color-teal-1). Beyaz uzerinde cyan kontrasti zayif
 *     oldugu icin cyan kullanilmaz.
 *   - Hero/closing primary butonlar global btn-teal ile geldigi icin burada
 *     ele alinmaz.
 *
 * Amac 2: motions bolumunde 4 ogeyi (Ingest, Correlate, Triage, Remediate)
 *   masaustunde dengeli dizmek. auto-fit yerine sabit 4 sutun; tablet 2x2;
 *   mobil tek sutun.
 * ========================================================================= */

/* --- Koyu zemin aksanlari: mint -> cyan #5EE5FF --- */
.page-template-page-solutions .solutions-hero__eyebrow {
	color: #5EE5FF;
}

.page-template-page-solutions .solutions-hero__cta-secondary:hover,
.page-template-page-solutions .solutions-hero__cta-secondary:focus-visible {
	color: #5EE5FF;
}

.page-template-page-solutions .solutions-motion__index {
	color: #5EE5FF;
}

.page-template-page-solutions .solutions-closing-cta__secondary:hover,
.page-template-page-solutions .solutions-closing-cta__secondary:focus-visible {
	color: #5EE5FF;
}

/* --- Acik zemin aksanlari: mint -> indigo #3138A8 --- */
.page-template-page-solutions .solutions-card__spark::before {
	background-color: var(--color-teal-1, #3138A8);
}

.page-template-page-solutions .solutions-card__cta:hover,
.page-template-page-solutions .solutions-card__cta:focus-visible {
	color: var(--color-teal-1, #3138A8);
}

.page-template-page-solutions .solutions-bridge__link:hover,
.page-template-page-solutions .solutions-bridge__link:focus-visible {
	color: var(--color-teal-1, #3138A8);
}

/* --- Motions dizilimi: 4 ogeyi dengeli goster --- */
/* Konteyneri genislet (1100 -> 1320) ki 4 kart dar kalmasin; metin daha az
 * satira bolunur, sikisma hissi azalir. Tablet/mobilde zaten 2/1 sutun. */
.page-template-page-solutions .solutions-motions__inner {
	max-width: 1320px;
}

.page-template-page-solutions .solutions-motions__list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
	.page-template-page-solutions .solutions-motions__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.page-template-page-solutions .solutions-motions__list {
		grid-template-columns: 1fr;
	}
}

/* --- Capability grid: 6 karti masaustunde 3x2 dengeli diz (auto-fit 4+2
   dengesizligini giderir). Tablet 2 sutun, mobil tek sutun. --- */
.page-template-page-solutions .solutions-grid__list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
	.page-template-page-solutions .solutions-grid__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.page-template-page-solutions .solutions-grid__list {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
 * "How the platform works end to end" (motions) bolumu — profesyonel mavi
 * tema. Duz #151821 zemin yerine marka lacivert geceli gradient + yumusak
 * radial halo'lar; kartlar mavi gradient yuzey + cyan kenar + golge + hover
 * lift; numara badge'i cyan->indigo gradient kare. Yalniz capabilities
 * sayfasina scope'lu (alt solution sayfalarinin motions'i etkilenmez).
 * ========================================================================= */
.page-template-page-solutions .solutions-motions {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #0a1030 0%, #0c2161 52%, #070e25 100%);
}

.page-template-page-solutions .solutions-motions::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 48% 55% at 12% -5%, rgba(94, 229, 255, 0.12), transparent 60%),
		radial-gradient(ellipse 55% 65% at 92% 105%, rgba(49, 56, 168, 0.42), transparent 65%);
}

.page-template-page-solutions .solutions-motions__inner {
	position: relative;
	z-index: 1;
}

.page-template-page-solutions .solutions-motion {
	position: relative;
	background: linear-gradient(158deg, rgba(20, 32, 86, 0.82) 0%, rgba(9, 17, 44, 0.92) 100%);
	border: 1px solid rgba(94, 229, 255, 0.16);
	border-radius: 14px;
	box-shadow: 0 24px 50px -30px rgba(3, 10, 36, 0.9);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.page-template-page-solutions .solutions-motion:hover {
	transform: translateY(-5px);
	border-color: rgba(94, 229, 255, 0.42);
	box-shadow: 0 34px 64px -26px rgba(94, 229, 255, 0.24);
}

/* Numara rozetleri kullanici talebiyle kaldirildi. */
.page-template-page-solutions .solutions-motion__index {
	display: none;
}

.page-template-page-solutions .solutions-motion__title {
	color: #ffffff;
}

.page-template-page-solutions .solutions-motion__body {
	color: rgba(255, 255, 255, 0.82);
}

/* =========================================================================
 * Capability detay sayfasi (page-capability.php) — marka aksanlari.
 * Hub ile ayni cyan (koyu hero) + indigo (acik caps zemini) dili.
 * ========================================================================= */
.pmap-capability .solutions-hero__eyebrow {
	color: #5EE5FF;
}

.pmap-capability .solutions-hero__cta-secondary:hover,
.pmap-capability .solutions-hero__cta-secondary:focus-visible {
	color: #5EE5FF;
}

.pmap-capability .solutions-cap__index {
	color: #3138A8;
}

.pmap-capability .solutions-cap__link {
	color: #3138A8;
}

.pmap-capability .solutions-cap__link:hover,
.pmap-capability .solutions-cap__link:focus-visible {
	color: #1f2680;
}

/* Feature kartlarinda numara gizli (urun ozelligi, sira numarasi gereksiz). */
.pmap-capability .solutions-cap__index {
	display: none;
}

/* ===== Hero istatistik chip'leri ===== */
.pmap-capability .solutions-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 36px;
	margin: 36px 0 0 0;
	padding: 0;
	list-style: none;
}

.pmap-capability .solutions-hero__stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pmap-capability .solutions-hero__stat-value {
	font-size: clamp(1.6rem, 2.4vw, 2.1rem);
	font-weight: 800;
	line-height: 1;
	color: #5EE5FF;
	letter-spacing: -0.01em;
}

.pmap-capability .solutions-hero__stat-label {
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
	max-width: 180px;
}

/* ===== Steps bandi (motions) capability sayfasinda premium navy ===== */
.pmap-capability .solutions-motions {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #0a1030 0%, #0c2161 52%, #070e25 100%);
}

.pmap-capability .solutions-motions::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 48% 55% at 12% -5%, rgba(94, 229, 255, 0.12), transparent 60%),
		radial-gradient(ellipse 55% 65% at 92% 105%, rgba(49, 56, 168, 0.42), transparent 65%);
}

.pmap-capability .solutions-motions__inner {
	position: relative;
	z-index: 1;
}

.pmap-capability .solutions-motion {
	position: relative;
	background: linear-gradient(158deg, rgba(20, 32, 86, 0.82) 0%, rgba(9, 17, 44, 0.92) 100%);
	border: 1px solid rgba(94, 229, 255, 0.16);
	border-radius: 14px;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.pmap-capability .solutions-motion:hover {
	transform: translateY(-5px);
	border-color: rgba(94, 229, 255, 0.42);
	box-shadow: 0 34px 64px -26px rgba(94, 229, 255, 0.24);
}

.pmap-capability .solutions-motion__index {
	color: #5EE5FF;
}

.pmap-capability .solutions-motion__title {
	color: #ffffff;
}

.pmap-capability .solutions-motion__body {
	color: rgba(255, 255, 255, 0.82);
}

/* ===== Metrics bandi ===== */
.cap-metrics {
	background: linear-gradient(135deg, #041361 0%, #020a3d 60%, #11143A 100%);
	padding: 56px 24px;
}

.cap-metrics__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.cap-metric__value {
	display: block;
	font-size: clamp(2.4rem, 5vw, 3.4rem);
	font-weight: 800;
	line-height: 1;
	color: #5EE5FF;
	letter-spacing: -0.02em;
}

.cap-metric__label {
	display: block;
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
	max-width: 320px;
}

@media (max-width: 980px) {
	.cap-metrics__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 860px) {
	.cap-metrics__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

/* ===== Correlation collapse (before/after dedup showcase) ===== */
.cap-collapse {
	background:
		radial-gradient(ellipse 60% 60% at 82% 70%, rgba(0, 163, 255, 0.12), transparent 65%),
		linear-gradient(135deg, #041361 0%, #020a3d 60%, #11143A 100%);
	padding: 84px 24px;
}

.cap-collapse__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.cap-collapse__heading {
	margin: 0 0 12px 0;
	text-align: center;
	font-size: clamp(1.5rem, 2.6vw, 2.1rem);
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.01em;
}

.cap-collapse__lede {
	margin: 0 auto 48px auto;
	max-width: 680px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.6;
	color: #b9c2e0;
}

.cap-collapse__flow {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 28px;
}

.cap-collapse__tag {
	display: inline-block;
	margin: 0 0 16px 0;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.cap-collapse__tag--noise {
	color: #ffc7a8;
	background: rgba(245, 130, 60, 0.14);
	border: 1px solid rgba(245, 130, 60, 0.35);
}

.cap-collapse__tag--clean {
	color: #5EE5FF;
	background: rgba(0, 163, 255, 0.14);
	border: 1px solid rgba(0, 163, 255, 0.4);
}

.cap-collapse__dups {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cap-dup {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px 10px;
	padding: 12px 14px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.cap-dup__src {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #8ea0cf;
	padding: 2px 8px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
}

.cap-dup__title {
	font-size: 0.875rem;
	color: #e7ecfb;
}

.cap-dup__asset {
	margin-left: auto;
	font-size: 0.8125rem;
	color: #8492bd;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.cap-collapse__arrow {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.cap-collapse__arrow-label {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #9fb2e6;
	white-space: nowrap;
}

.cap-collapse__arrow-glyph {
	font-size: 2rem;
	line-height: 1;
	color: #5EE5FF;
}

.cap-finding {
	position: relative;
	padding: 24px;
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(0, 163, 255, 0.12), rgba(4, 19, 97, 0.4));
	border: 1px solid rgba(0, 163, 255, 0.45);
	box-shadow: 0 0 0 1px rgba(0, 163, 255, 0.08), 0 18px 50px -20px rgba(0, 163, 255, 0.5);
}

.cap-finding__title {
	margin: 0 0 14px 0;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #ffffff;
}

.cap-finding__refs {
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cap-finding__ref {
	font-size: 0.75rem;
	font-weight: 600;
	color: #cfe9ff;
	padding: 4px 10px;
	border-radius: 6px;
	background: rgba(0, 163, 255, 0.16);
	border: 1px solid rgba(0, 163, 255, 0.3);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.cap-finding__note {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #b9c2e0;
}

@media (max-width: 860px) {
	.cap-collapse__flow {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.cap-collapse__arrow-glyph {
		transform: rotate(90deg);
	}
	.cap-dup__asset {
		margin-left: 0;
	}
}

/* ===== Features SOC showcase (premium dark, sol neon sekme + gorsel) ===== */
.cap-soc {
	position: relative;
	overflow: hidden;
	padding: 96px 24px;
	background:
		radial-gradient(ellipse 60% 50% at 18% 12%, rgba(0, 163, 255, 0.10), transparent 60%),
		radial-gradient(ellipse 50% 60% at 92% 88%, rgba(59, 130, 246, 0.12), transparent 60%),
		#050816;
}

.cap-soc__inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}

.cap-soc__heading {
	margin: 0 0 40px 0;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.015em;
	color: #ffffff;
}

.cap-soc__layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.cap-soc__nav {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.cap-soc__tab {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	text-align: left;
	font-family: inherit;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.4;
	color: #94A3B8;
	background: transparent;
	border: 0;
	border-left: 4px solid transparent;
	border-radius: 12px;
	padding: 14px 16px;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cap-soc__tab-dot {
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #334155;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.cap-soc__tab:hover {
	background: rgba(255, 255, 255, 0.05);
	color: #cbd5e1;
}

.cap-soc__tab.is-active {
	background: rgba(0, 140, 255, 0.15);
	border-left-color: #00A3FF;
	color: #ffffff;
	box-shadow: 0 0 24px -6px rgba(0, 163, 255, 0.45);
}

.cap-soc__tab.is-active .cap-soc__tab-dot {
	background: #00A3FF;
	box-shadow: 0 0 10px 1px rgba(0, 163, 255, 0.7);
}

.cap-soc__tab:focus-visible {
	outline: 2px solid #00A3FF;
	outline-offset: 2px;
}

.cap-soc__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
	gap: 40px;
	align-items: center;
	min-height: 360px;
	padding: 8px 0 8px 8px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.cap-soc__pane {
	min-width: 0;
}

.cap-soc__pane[hidden] {
	display: none;
}

.cap-soc__pane.is-active {
	animation: capSocFade 0.3s ease;
}

@keyframes capSocFade {
	from { opacity: 0; transform: translateY(10px); }
	to   { opacity: 1; transform: translateY(0); }
}

.cap-soc__ptitle {
	margin: 0 0 16px 0;
	font-size: clamp(1.375rem, 2vw, 1.75rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #ffffff;
}

.cap-soc__pbody {
	margin: 0 0 26px 0;
	font-size: 1rem;
	line-height: 1.7;
	color: #94A3B8;
}

.cap-soc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.cap-soc__item {
	display: flex;
	gap: 12px;
	font-size: 0.9688rem;
	line-height: 1.5;
	color: #e2e8f0;
}

.cap-soc__item svg {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	color: #00A3FF;
}

.cap-soc__visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cap-soc__viz {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cap-soc__viz[hidden] {
	display: none;
}

.cap-soc__viz.is-active {
	animation: capSocFade 0.3s ease;
}

.cap-soc__img {
	width: 100%;
	max-width: 460px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 16px;
	border: 1px solid rgba(0, 163, 255, 0.18);
	box-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.7);
}

.cap-soc__art {
	width: 100%;
	max-width: 320px;
	height: auto;
}

@media (max-width: 1024px) {
	.cap-soc__panel {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.cap-soc__visual {
		order: -1;
	}
	.cap-soc__art {
		max-width: 240px;
	}
}

@media (max-width: 860px) {
	.cap-soc__layout {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.cap-soc__nav {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 6px;
	}
	.cap-soc__tab {
		white-space: nowrap;
		flex: 0 0 auto;
		border-left: 0;
		border-bottom: 3px solid transparent;
	}
	.cap-soc__tab.is-active {
		border-left: 0;
		border-bottom-color: #00A3FF;
	}
	.cap-soc__panel {
		padding: 28px;
	}
}

/* ===== cap-bleed: feature image as a soft full-bleed background (right side) ===== */
.cap-bleed .cap-soc__inner {
	position: static;
}

.cap-bleed .cap-soc__panel {
	grid-template-columns: minmax(0, 1fr);
	padding-right: 0;
}

.cap-bleed .cap-soc__content {
	padding-right: clamp(24px, 48%, 600px);
}

.cap-bleed .cap-soc__visual {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 52%;
	display: block;
	pointer-events: none;
}

.cap-bleed .cap-soc__viz,
.cap-bleed .cap-soc__viz.is-active {
	width: 100%;
	height: 100%;
}

.cap-bleed .cap-soc__img {
	width: 100%;
	height: 100%;
	max-width: none;
	aspect-ratio: auto;
	object-fit: cover;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 18%, #000 56%);
	        mask-image: linear-gradient(90deg, transparent 0%, transparent 18%, #000 56%);
}

@media (max-width: 1024px) {
	.cap-bleed .cap-soc__inner {
		position: relative;
	}
	.cap-bleed .cap-soc__panel {
		grid-template-columns: 1fr;
	}
	.cap-bleed .cap-soc__content {
		padding-right: 0;
	}
	.cap-bleed .cap-soc__visual {
		position: static;
		width: auto;
	}
	.cap-bleed .cap-soc__viz,
	.cap-bleed .cap-soc__viz.is-active {
		height: auto;
	}
	.cap-bleed .cap-soc__img {
		height: auto;
		aspect-ratio: 16 / 9;
		-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
		        mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
	}
}

/* ===== Benefits kartlari ===== */
.cap-benefits {
	background-color: #ffffff;
	padding: 72px 24px;
}

.cap-benefits__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.cap-benefits__title {
	margin: 0 0 36px 0;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	color: #151821;
}

.cap-benefits__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.cap-benefit {
	background: #f6f7fb;
	border: 1px solid #e6e8f0;
	border-top: 3px solid #3138A8;
	border-radius: 14px;
	padding: 28px;
}

.cap-benefit__title {
	margin: 0 0 10px 0;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
	color: #151821;
}

.cap-benefit__body {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #424867;
}

@media (max-width: 980px) {
	.cap-benefits__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 860px) {
	.cap-benefits__list {
		grid-template-columns: 1fr;
	}
}
