.yw-about-main {
	background: linear-gradient(180deg, #fffdf9 0%, #fff6ec 100%);
}

.yw-about-hero {
	padding: 165px 0 70px;
	margin-top: 0;
	background: radial-gradient(circle at 8% 12%, rgba(247, 154, 31, 0.18) 0%, rgba(247, 154, 31, 0) 36%),
		radial-gradient(circle at 90% 0%, rgba(38, 67, 53, 0.1) 0%, rgba(38, 67, 53, 0) 38%),
		linear-gradient(135deg, #fff9f0 0%, #fff3e2 45%, #fffefb 100%);
}

.yw-about-hero__inner {
	max-width: 760px;
}

.yw-about-hero__tag {
	display: inline-block;
	margin: 0 0 12px;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 700;
	color: #bf6700;
}

.yw-about-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(30px, 4.2vw, 52px);
	line-height: 1.1;
	color: #1c2723;
}

.yw-about-hero p {
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
	color: #37413d;
}

.yw-about-story {
	padding: 40px 0 30px;
}

.yw-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
	gap: 24px;
}

.yw-about-card {
	background: #fff;
	border: 1px solid #f1e2d0;
	border-radius: 18px;
	padding: 26px;
	box-shadow: 0 16px 32px rgba(23, 22, 18, 0.08);
}

.yw-about-card h2,
.yw-about-card h3 {
	margin: 0 0 12px;
	font-size: 28px;
	color: #1f2524;
}

.yw-about-card p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.7;
	color: #3a4641;
}

.yw-about-card p:last-child {
	margin-bottom: 0;
}

.yw-about-card--accent {
	background: linear-gradient(160deg, #2f2a23 0%, #4a3524 100%);
	border-color: rgba(255, 255, 255, 0.15);
	color: #fff3e1;
}

.yw-about-card--accent h3 {
	color: #fff;
}

.yw-about-card--accent ul {
	margin: 0;
	padding-left: 18px;
}

.yw-about-card--accent li {
	margin: 0 0 10px;
	line-height: 1.5;
}

.yw-about-partners,
.yw-about-values {
	padding: 36px 0;
}

.yw-about-strengths {
	padding: 14px 0 36px;
}

.yw-strength-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.yw-strength {
	background: #fff;
	border: 1px solid #f1e2d0;
	border-radius: 14px;
	padding: 20px;
	box-shadow: 0 14px 30px rgba(15, 12, 8, 0.06);
}

.yw-strength h3 {
	margin: 0 0 8px;
	font-size: 20px;
	color: #1f2524;
}

.yw-strength p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #3a4641;
}

.yw-about-section-head p {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 700;
	color: #bf6700;
}

.yw-about-section-head h2 {
	margin: 8px 0 0;
	font-size: clamp(26px, 3.2vw, 40px);
	color: #1f2524;
}

.yw-partner-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 110px;
}

.yw-partner {
	background: #fff;
	border: 1px solid #f1e2d0;
	border-radius: 18px;
	overflow: visible;
	box-shadow: 0 16px 34px rgba(15, 12, 8, 0.09);
	padding-top: 88px;
	position: relative;
}

.yw-partner__media {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffd6a8 0%, #f79a1f 45%, #d47e10 100%);
	position: absolute;
	top: -85px;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid #fff;
	box-shadow: 0 12px 24px rgba(212, 126, 16, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
}

.yw-partner__media span {
	font-size: 46px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.03em;
}

.yw-partner__media img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.yw-partner__body {
	padding: 20px 20px 22px;
}

.yw-partner h3 {
	margin: 4px 0 0;
	font-size: 22px;
	color: #1f2524;
	text-align: center;
}

.yw-partner__role {
	margin: 6px 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #b76100;
	text-align: center;
}

.yw-partner__label {
	margin: 2px 0 10px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2d3a35 !important;
}

.yw-partner__quote {
	margin: 0 0 14px !important;
	padding: 10px 12px;
	border-left: 3px solid #f79a1f;
	background: #fff5e8;
	border-radius: 8px;
	font-size: 15px !important;
	line-height: 1.55 !important;
	font-weight: 600;
	color: #293733 !important;
}

.yw-partner__body p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.7;
	color: #3a4641;
}

.yw-partner__body p:last-child {
	margin-bottom: 0;
}

.yw-partner__body strong {
	color: #1f2524;
	font-weight: 700;
}

.yw-value-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.yw-value {
	background: #fff;
	border: 1px solid #f1e2d0;
	border-radius: 14px;
	padding: 18px;
}

.yw-value h3 {
	margin: 0 0 8px;
	font-size: 20px;
	color: #1f2524;
}

.yw-value p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #3a4641;
}

.yw-about-cta {
	padding: 20px 0 60px;
}

.yw-services {
	padding: 18px 0 40px;
	background: #edf2fa;
	border-top: 1px solid #dde4f0;
	border-bottom: 1px solid #dde4f0;
}

.yw-about-section-head--center {
	text-align: center;
	max-width: 860px;
	margin: 0 auto;
}

.yw-about-section-head--center h2 {
	margin-top: 0;
}

.yw-about-section-head--center p {
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 500;
	color: #697789;
}

.yw-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.yw-service-card {
	background: #fdfdfe;
	border: 1px solid #d8deea;
	border-radius: 14px;
	padding: 16px 16px 14px;
	min-height: 290px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 10px rgba(22, 28, 45, 0.08);
}

.yw-service-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #ffece4;
	color: #f47443;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.yw-service-card h3 {
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 1.2;
	color: #1f2a3a;
}

.yw-service-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #697789;
}

.yw-service-card ul {
	margin: 12px 0 0;
	padding-left: 0;
	list-style: none;
}

.yw-service-card li {
	position: relative;
	margin: 0 0 6px;
	font-size: 15px;
	line-height: 1.5;
	color: #5b6879;
	padding-left: 24px;
}

.yw-service-card li::marker {
	content: "";
}

.yw-service-card li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #f79a1f;
	font-size: 20px;
	line-height: 1.1;
}

.yw-service-card li strong {
	display: inline;
	color: #3e4d62;
	font-weight: 700;
}

.yw-about-cta__box {
	background: linear-gradient(140deg, #1f2524 0%, #3d2b1d 100%);
	border-radius: 20px;
	padding: 34px;
	text-align: center;
	color: #fff;
}

.yw-about-cta__box h2 {
	margin: 0 0 10px;
	font-size: clamp(24px, 2.8vw, 36px);
	color: #ffd7a3;
}

.yw-about-cta__box p {
	margin: 0 0 18px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.88);
}

.yw-about-btn {
	display: inline-block;
	background: #f79a1f;
	color: #1f2524;
	padding: 11px 20px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 991px) {
	.yw-about-hero {
		padding: 138px 0 52px;
		margin-top: 0;
	}

	.yw-about-grid,
	.yw-partner-grid,
	.yw-value-grid,
	.yw-strength-grid {
		grid-template-columns: 1fr;
	}

	.yw-services-grid {
		grid-template-columns: 1fr;
	}

	.yw-service-card {
		min-height: 0;
	}

	.yw-about-card h2,
	.yw-about-card h3 {
		font-size: 24px;
	}
}
