/**
 * Service category archive + shared service CRO elements.
 * Theme primary: #054d9a
 */

/* Breadcrumbs */
.kagzi-breadcrumb-list {
	margin: 0;
	padding: 0;
}

.kagzi-breadcrumb-sep {
	padding: 0 4px;
}

.kagzi-breadcrumb-list a {
	text-decoration: none;
}

/* Category hero */
.kagzi-service-category-hero__sub {
	max-width: 720px;
	margin: 12px auto 0;
	font-size: 17px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 400;
	text-transform: none;
}

/* Category intro */
.kagzi-service-category-intro {
	background: #fff;
	border: 1px solid #e8eef5;
	border-radius: 12px;
	padding: 28px 32px;
	margin-bottom: 28px;
	color: #555;
	line-height: 1.75;
	font-size: 16px;
}

.kagzi-service-category-intro p:last-child {
	margin-bottom: 0;
}

/* Top CTA strip */
.kagzi-service-category-top-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: #e3f2fd;
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 36px;
}

.kagzi-service-category-top-cta__text {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #054d9a;
}

.kagzi-service-category-top-cta__actions,
.kagzi-service-category-bottom-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.kagzi-service-category-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 20px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.kagzi-service-category-cta-btn:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.kagzi-service-category-cta-btn--call {
	background: #fff;
	color: #333 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.kagzi-service-category-cta-btn--call .fa {
	color: #e53935;
}

.kagzi-service-category-cta-btn--whatsapp {
	background: #25d366;
	color: #fff !important;
}

/* Service cards on category archive */
.kagzi-service-category-page {
	padding-top: 48px;
	padding-bottom: 0;
}

.kagzi-service-category-grid-title {
	margin-bottom: 36px;
}

.kagzi-service-category-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.kagzi-service-category-card .title {
	margin-top: 0;
}

.kagzi-service-category-card .title a {
	color: inherit;
	text-decoration: none;
}

.kagzi-service-category-card .title a:hover {
	color: #054d9a;
}

.kagzi-service-category-card .details {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.kagzi-service-category-card__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	padding-top: 12px;
	font-weight: 600;
	color: #054d9a !important;
	text-decoration: none !important;
}

.kagzi-service-category-card__link:hover {
	text-decoration: underline !important;
}

/* Bottom CTA */
.kagzi-service-category-bottom-cta {
	background: #054d9a;
	padding: 40px 0;
	margin-top: 48px;
}

.kagzi-service-category-bottom-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.kagzi-service-category-bottom-cta__text {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.kagzi-service-category-empty {
	background: #fff;
	border-radius: 12px;
	padding: 40px 24px;
	border: 1px dashed #ccc;
}

.kagzi-service-category-empty p {
	color: #666;
	margin-bottom: 20px;
}

/* Single service: sticky mobile CTA */
.kagzi-service-sticky-cta {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
	padding: 10px 12px;
	gap: 10px;
}

.kagzi-service-sticky-cta.is-visible {
	display: none;
}

.kagzi-service-sticky-cta__btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 10px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
}

.kagzi-service-sticky-cta__btn--call {
	background: #054d9a;
	color: #fff !important;
}

.kagzi-service-sticky-cta__btn--whatsapp {
	background: #25d366;
	color: #fff !important;
}

/* Related services block on single */
.kagzi-related-services {
	padding-top: var(--kagzi-section-y, 40px);
	padding-bottom: var(--kagzi-section-y, 40px);
	border-top: 1px solid #eee;
}

.kagzi-related-services__title {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin: 0 0 8px;
}

.kagzi-related-services__subtitle {
	color: #666;
	margin: 0 0 24px;
}

.kagzi-related-services__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.kagzi-related-services__list a {
	display: block;
	padding: 14px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	color: #333;
	text-decoration: none !important;
	font-weight: 600;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.kagzi-related-services__list a:hover,
.kagzi-related-services__list a:focus {
	border-color: #054d9a;
	background: #f5f9fd;
	color: #054d9a;
}

.kagzi-related-services__view-all {
	display: inline-block;
	margin-top: 20px;
	font-weight: 600;
	color: #054d9a !important;
}

/* Sidebar category link */
.kagzi-sidebar-category-link {
	display: block;
	margin-bottom: 12px;
	padding: 10px 14px;
	background: #f5f9fd;
	border-radius: 8px;
	font-size: 13px;
	color: #054d9a !important;
	text-decoration: none !important;
	font-weight: 600;
}

.kagzi-sidebar-category-link:hover {
	background: #e3f2fd;
}

/* Content area semantic improvements */
.kagzi-service-lead {
	font-size: 17px;
	line-height: 1.75;
	color: #444;
}

@media (max-width: 767px) {
	.kagzi-service-category-intro {
		padding: 20px 18px;
	}

	.kagzi-service-category-top-cta,
	.kagzi-service-category-bottom-cta__inner {
		flex-direction: column;
		text-align: center;
	}

	.kagzi-service-category-top-cta__actions,
	.kagzi-service-category-bottom-cta__actions {
		justify-content: center;
		width: 100%;
	}

	.kagzi-service-category-bottom-cta__text {
		font-size: 18px;
	}

	.kagzi-related-services__list {
		grid-template-columns: 1fr;
	}

	body.single-services {
		padding-bottom: 64px;
	}

	.kagzi-service-sticky-cta.is-visible {
		display: flex;
	}
}
