/* #wewe-2 — company intro + partners (visual polish, theme layout/size preserved) */
#wewe-2.section-about {
	position: relative;
	background: #fff;
	overflow: hidden;
}

#wewe-2.section-about::before {
	content: "";
	position: absolute;
	bottom: -160px;
	left: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(21, 73, 154, 0.05) 0%, transparent 70%);
	pointer-events: none;
}

#wewe-2 .about-intro h1,
#wewe-2 .about-intro h2 {
	color: #1e293b;
	transition: color 0.22s ease;
}

#wewe-2 .about-intro h3,
#wewe-2 .about-intro h4 {
	color: #15499a;
}

#wewe-2 .about-intro p,
#wewe-2 .about-lead {
	color: #64748b;
}

#wewe-2 .about-intro img {
	border-radius: 8px;
	border: 1px solid rgba(21, 73, 154, 0.08);
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

#wewe-2 .about-intro img:hover {
	border-color: rgba(21, 73, 154, 0.18);
	-moz-box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
	-webkit-box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

#wewe-2 .about-cta .btn,
#wewe-2 .about-cta .btn-outline {
	transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

#wewe-2 .about-cta .btn-outline:hover {
	color: #15499a;
	border-color: #15499a;
	background: rgba(21, 73, 154, 0.04);
}

#wewe-2 .partners-heading {
	color: #1e293b;
}

#wewe-2 .partners-heading::after {
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	margin: 18px auto 0;
	background: linear-gradient(90deg, #15499a 0%, #2a7de8 100%);
	border-radius: 2px;
}

#wewe-2 .partners-slider {
	position: relative;
}

#wewe-2 .partners-slider .gallery-item .gallery-icon {
	background: #fff;
	border: 1px solid rgba(21, 73, 154, 0.08);
	border-radius: 6px;
	box-sizing: border-box;
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

#wewe-2 .partners-slider .gallery-item:hover .gallery-icon {
	border-color: rgba(21, 73, 154, 0.18);
	-moz-box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
	-webkit-box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

#wewe-2 .partners-slider .gallery-item img {
	filter: grayscale(15%);
	opacity: 0.88;
	transition: opacity 0.22s ease, filter 0.22s ease;
}

#wewe-2 .partners-slider .gallery-item:hover img {
	filter: none;
	opacity: 1;
}

#wewe-2 .partners-slider .swiper-pagination-bullet:before {
	background: rgba(21, 73, 154, 0.35);
}

#wewe-2 .partners-slider .swiper-pagination-bullet-active:before {
	background: #15499a;
	opacity: 1;
}
