/**
 * Crbnfix Specialty Applications Widget Stylesheet
 * Custom CSS for /specialty-applications/ page and Elementor widget.
 */

.sa-widget-section {
	width: 100%;
	background-color: #fafcf9;
	padding: 60px 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	box-sizing: border-box;
}

.sa-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

/* Header Section */
.sa-header-block {
	max-width: 840px;
	margin-bottom: 36px;
}

.sa-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #38b000;
	margin-bottom: 12px;
}

.sa-dash {
	color: #38b000;
	font-weight: 700;
}

.sa-heading {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.15;
	color: #061d10;
	margin: 0 0 14px 0;
	letter-spacing: -0.02em;
}

.sa-title-bar {
	width: 40px;
	height: 4px;
	background-color: #38b000;
	border-radius: 2px;
	margin-bottom: 18px;
}

.sa-lead {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #4b5563;
	margin: 0;
}

/* Working With Section */
.sa-working-label {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2b9348;
	margin: 0 0 20px 0;
}

.sa-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 48px;
}

.sa-card-item {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 16px;
	padding: 24px 20px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 16px rgba(6, 29, 16, 0.04);
}

.sa-card-item:hover {
	border-color: #38b000;
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(56, 176, 0, 0.12);
}

.sa-card-icon-circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.2);
	color: #38b000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.sa-card-item:hover .sa-card-icon-circle {
	background-color: #38b000;
	color: #ffffff !important;
	border-color: #38b000;
}

.sa-card-icon-circle i {
	color: inherit !important;
	font-size: inherit;
}

.sa-card-icon-circle svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	color: inherit !important;
}

.sa-card-icon-circle svg path {
	fill: currentColor;
}

.sa-card-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sa-card-title {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #061d10;
	margin: 0;
	line-height: 1.3;
}

.sa-card-desc {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #4b5563;
	margin: 0;
}

/* Technical Evaluation Flow Block */
.sa-eval-block {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 20px;
	padding: 36px 40px;
	margin-bottom: 48px;
	box-shadow: 0 8px 30px rgba(6, 29, 16, 0.05);
}

.sa-eval-header {
	margin-bottom: 28px;
}

.sa-eval-badge {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #38b000;
	background: #f0fdf4;
	padding: 5px 12px;
	border-radius: 50px;
	display: inline-block;
	margin-bottom: 10px;
}

.sa-eval-quote {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #061d10;
	margin: 0;
	line-height: 1.3;
}

/* 4 Step Process Pipeline */
.sa-process-pipeline {
	display: flex;
	align-items: stretch;
	gap: 16px;
}

.sa-pipe-step {
	flex: 1;
	background: #fafcf9;
	border: 1px solid rgba(56, 176, 0, 0.16);
	border-radius: 14px;
	padding: 20px 18px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	transition: all 0.3s ease;
}

.sa-pipe-step:hover {
	border-color: #38b000;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(56, 176, 0, 0.1);
}

.sa-step-num {
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #38b000;
	letter-spacing: 0.1em;
}

.sa-step-title {
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #061d10;
	margin: 0;
}

.sa-step-desc {
	font-family: 'Inter', sans-serif;
	font-size: 12.5px;
	line-height: 1.45;
	color: #4b5563;
	margin: 0;
}

.sa-pipe-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #38b000;
	font-size: 20px;
	font-weight: 700;
	user-select: none;
}

/* Bottom Pitch & CTA Banner */
.sa-cta-banner {
	background: #061d10;
	border-radius: 24px;
	padding: 44px 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	box-shadow: 0 20px 50px rgba(6, 29, 16, 0.25);
}

.cta-pitch-title {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	margin: 0;
	line-height: 1.3;
}

.sa-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 34px;
	background-color: #38b000;
	color: #ffffff !important;
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	border-radius: 50px;
	text-decoration: none !important;
	white-space: nowrap;
	transition: all 0.25s ease;
	box-shadow: 0 6px 20px rgba(56, 176, 0, 0.35);
}

.sa-cta-btn:hover {
	background-color: #2ea000;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(56, 176, 0, 0.5);
}

/* Responsive Queries */
@media (max-width: 1024px) {
	.sa-cards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sa-process-pipeline {
		flex-direction: column;
		gap: 12px;
	}

	.sa-pipe-arrow {
		transform: rotate(90deg);
		padding: 4px 0;
	}

	.sa-cta-banner {
		flex-direction: column;
		text-align: center;
		padding: 36px 24px;
	}
}

@media (max-width: 640px) {
	.sa-cards-grid {
		grid-template-columns: 1fr;
	}

	.sa-eval-block {
		padding: 24px 20px;
	}
}
