.outsourcing-page {
	color: #161616;
}

.outsourcing-page section {
	margin-bottom: 56px;
}

.outsourcing-crumbs {
	margin-bottom: 22px;
	font-size: 15px;
	color: #666;
}

.outsourcing-crumbs a {
	color: inherit;
}

.outsourcing-hero {
	padding: 54px;
	border-radius: 32px;
	background: #ffffff;
}

.outsourcing-hero__label {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #6a5b00;
}

.outsourcing-hero h1 {
	max-width: 780px;
	margin-bottom: 22px;
}

.outsourcing-hero__lead {
	max-width: 760px;
	margin-bottom: 28px;
	font-size: 21px;
	line-height: 1.5;
}

.outsourcing-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
	align-items: center;
}

.outsourcing-phone {
	font-size: 20px;
	font-weight: 700;
	color: #111;
	text-decoration: none;
}

.outsourcing-note {
	margin-top: 22px;
	color: #555;
}

.outsourcing-section {
	padding: 42px;
	border-radius: 28px;
	background: #ffffff;
}

.outsourcing-section--yellow {
	background: #fbdd40;
}

.outsourcing-section h2 {
	margin-bottom: 24px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
}

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

.outsourcing-card {
	min-height: 100%;
	padding: 24px;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	background: #ffffff;
}

.outsourcing-section--yellow .outsourcing-card {
	border-color: rgba(0, 0, 0, .12);
}

.outsourcing-card h3 {
	margin-bottom: 12px;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
}

.outsourcing-card p,
.outsourcing-card li,
.outsourcing-section p {
	font-size: 17px;
	line-height: 1.55;
}

.outsourcing-faq details {
	border-top: 1px solid #e2e2e2;
}

.outsourcing-faq details:last-child {
	border-bottom: 1px solid #e2e2e2;
}

.outsourcing-faq summary {
	cursor: pointer;
	padding: 18px 0;
	font-size: 20px;
	font-weight: 700;
}

.outsourcing-faq details p {
	padding-bottom: 18px;
	margin-bottom: 0;
}

.outsourcing-final {
	padding: 46px;
	border-radius: 28px;
	background: #fbdd40;
}

@media (max-width: 991px) {
	.outsourcing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.outsourcing-hero,
	.outsourcing-section,
	.outsourcing-final {
		padding: 28px 22px;
		border-radius: 22px;
	}

	.outsourcing-hero__lead {
		font-size: 18px;
	}

	.outsourcing-section h2 {
		font-size: 28px;
	}

	.outsourcing-grid {
		grid-template-columns: 1fr;
	}
}

/* About page — E-E-A-T trust page styles */

/* Stats bar */
.about-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-bottom: 1.75rem;
}

.about-stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 110px;
}

.about-stat__num {
	font-size: 2.4rem;
	font-weight: 700;
	color: #b8960a;
	line-height: 1;
}

.about-stat__label {
	font-size: 0.85rem;
	color: #555;
	line-height: 1.3;
	margin-top: 0.2rem;
}

/* Process steps */
.about-process {
	list-style: none;
	padding: 0;
	margin: 0;
}

.about-step {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
	margin-bottom: 1.75rem;
}

.about-step__num {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	background: #FFD700;
	color: #333;
	font-weight: 700;
	font-size: 1.1rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.15rem;
}

.about-step__body h3 {
	font-size: 1.05rem;
	font-weight: 600;
	margin-bottom: 0.3rem;
	color: #222;
}

.about-step__body p {
	font-size: 0.95rem;
	color: #555;
	margin: 0;
}

/* Service link cards */
a.outsourcing-card.about-svc-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: border-color .15s ease, box-shadow .15s ease;
}

a.outsourcing-card.about-svc-card:hover {
	border-color: #FFD700;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
	color: inherit;
}

.svc-card-more {
	display: block;
	margin-top: auto;
	padding-top: 14px;
	font-size: 15px;
	font-weight: 600;
	color: #6a5b00;
}

/* Responsive */
@media (max-width: 575px) {
	.about-stats {
		gap: 1rem;
	}

	.about-stat__num {
		font-size: 1.9rem;
	}

	.about-step {
		gap: 0.9rem;
	}
}
