.services-hero {
	background: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-hero::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800'%3E%3Cdefs%3E%3Cpattern id='sq' patternUnits='userSpaceOnUse' width='50' height='50'%3E%3Cline x1='8' y1='0' x2='42' y2='0' stroke='%23999' stroke-width='0.5'/%3E%3Cline x1='0' y1='8' x2='0' y2='42' stroke='%23999' stroke-width='0.5'/%3E%3Cline x1='8' y1='50' x2='42' y2='50' stroke='%23999' stroke-width='0.5'/%3E%3Cline x1='50' y1='8' x2='50' y2='42' stroke='%23999' stroke-width='0.5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect x='100' y='50' width='50' height='50' fill='%23E24844' opacity='0.22'/%3E%3Crect x='450' y='100' width='50' height='50' fill='%23E24844' opacity='0.18'/%3E%3Crect x='250' y='200' width='50' height='50' fill='%23E24844' opacity='0.25'/%3E%3Crect x='650' y='250' width='50' height='50' fill='%23E24844' opacity='0.2'/%3E%3Crect x='50' y='350' width='50' height='50' fill='%23E24844' opacity='0.22'/%3E%3Crect x='500' y='400' width='50' height='50' fill='%23E24844' opacity='0.18'/%3E%3Crect x='300' y='500' width='50' height='50' fill='%23E24844' opacity='0.25'/%3E%3Crect x='700' y='550' width='50' height='50' fill='%23E24844' opacity='0.2'/%3E%3Crect x='150' y='650' width='50' height='50' fill='%23E24844' opacity='0.22'/%3E%3Crect x='550' y='700' width='50' height='50' fill='%23E24844' opacity='0.18'/%3E%3Crect width='800' height='800' fill='url(%23sq)'/%3E%3C/svg%3E");
	background-size: 800px 800px;
	background-position: 0 15px;
	opacity: 0.4;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, transparent 100%);
	pointer-events: none;
}

.services-hero::after {
	display: none;
}

.services-hero-content {
	text-align: center;
	max-width: 800px;
	padding: 40px 30px 80px 30px;
	position: relative;
	z-index: 2;
}

.services-hero-title {
	font-size: 54px;
	font-weight: normal;
	color: #111;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.services-hero-underline {
	color: #E24844;
}

.services-hero-subtitle {
	font-size: 18px;
	font-family: "Datatype", monospace;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.6;
	margin: 0;
}

.services-section-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 30px;
}

.services-section-title {
	font-family: "Datatype", monospace;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 12px 0;
	line-height: 1.2;
	text-align: center;
}

.services-section-tagline {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 40px 0;
	text-transform: uppercase;
	text-align: center;
}

.services-section-text {
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.services-grid {
	border: 1px solid #ebebeb;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.services-grid-row {
	border-bottom: 1px solid #ebebeb;
	padding: 30px 40px;
}

.services-grid-row:last-child {
	border-bottom: none;
}

.services-grid .services-section-title {
	margin: 0;
}

.services-grid .services-section-tagline {
	margin: 0;
}

.services-grid .services-section-text {
	margin: 0;
	text-align: left;
}

.services-grid-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 20px;
}

.services-grid-columns .services-grid {
	max-width: none;
}

.services-grid-column-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.services-grid-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: "Datatype", monospace;
}

.services-grid-list li {
	padding: 8px 0 8px 20px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	color: #444;
}

.services-grid-list li::before {
	content: ">";
	position: absolute;
	left: 0;
	color: #999;
}

.services-workflow {
	background: #E24844;
	padding: 70px 0;
}

.services-workflow .services-section-title {
	color: #fff;
}

.services-workflow .services-section-tagline {
	color: #fff;
}

.services-workflow .services-section-text {
	color: rgba(255, 255, 255, 0.9);
	max-width: 800px;
}

.services-workflow .services-grid {
	border-color: rgba(255, 255, 255, 0.2);
}


.services-workflow .services-grid-row {
	border-color: rgba(255, 255, 255, 0.2);
}

.services-data {
	background: #f5f5f5;
	padding: 70px 0;
}

.services-data .services-section-title {
	color: #202020;
}

.services-data .services-section-tagline {
	color: #444;
}

.services-data .services-section-text {
	color: #444;
	max-width: 800px;
}

.services-data .services-grid {
	border-color: #e8e8e8;
}


.services-data .services-grid-row {
	border-color: #e8e8e8;
}

.services-custom {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	padding: 70px 0;
}

.services-custom .services-section-title {
	color: #fff;
}

.services-custom .services-section-tagline {
	color: #fff;
}

.services-custom .services-grid {
	border-color: rgba(255, 255, 255, 0.25);
}


.services-custom .services-grid-row {
	border-color: rgba(255, 255, 255, 0.25);
}

.services-custom .services-grid-list li {
	color: #fff;
}

.services-custom .services-grid-list li::before {
	color: rgba(255, 255, 255, 0.4);
}

.services-list {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	max-width: 700px;
}

.services-list li {
	font-size: 16px;
	color: #444;
	padding: 10px 0 10px 28px;
	position: relative;
	line-height: 1.5;
	border-bottom: 1px solid #f0f0f0;
}

.services-list li:last-child {
	border-bottom: none;
}

.services-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 10px;
	height: 10px;
	background: #E24844;
	border-radius: 50%;
}

.services-automation {
	background: #f5f5f5;
	padding: 70px 0;
}

.services-automation .services-section-title {
	color: #202020;
}

.services-automation .services-section-tagline {
	color: #444;
}

.services-automation .services-grid {
	border-color: #e8e8e8;
}


.services-automation .services-grid-row {
	border-color: #e8e8e8;
}

.services-automation .services-grid-column-title {
	color: #202020;
	font-family: "Datatype", monospace;
}

.services-automation .services-section-text {
	color: #444;
}

.services-automation-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-top: 10px;
}

.services-automation-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 35px 30px;
}

.services-automation-card-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 12px 0;
}

.services-automation-card-text {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.6;
	margin: 0;
}

.services-product {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	padding: 70px 0;
}

.services-product .services-section-title {
	color: #fff;
}

.services-product .services-section-tagline {
	color: #fff;
}

.services-product .services-grid {
	border-color: rgba(255, 255, 255, 0.25);
}


.services-product .services-grid-row {
	border-color: rgba(255, 255, 255, 0.25);
}

.services-product .services-grid-list li {
	color: #fff;
}

.services-product .services-grid-list li::before {
	color: rgba(255, 255, 255, 0.4);
}

.services-cta {
	background:
		repeating-linear-gradient(
			135deg,
			transparent,
			transparent 14px,
			rgba(255, 255, 255, 0.18) 14px,
			rgba(255, 255, 255, 0.18) 15px
		),
		#E24844;
	padding: 70px 0;
	text-align: center;
}

.services-cta-title {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

.services-cta-text {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 30px 0;
	line-height: 1.6;
}

.services-cta-button {
	display: inline-block;
	padding: 12px 30px;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.services-cta-button:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 850px) {
	.services-hero-title {
		font-size: 40px;
	}
	.services-section-title {
		font-size: 28px;
	}
	.services-automation-grid {
		grid-template-columns: 1fr;
	}
	.services-grid-columns {
		grid-template-columns: 1fr;
	}
	.services-cta-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 568px) {
	.services-hero-content {
		padding: 50px 20px;
	}
	.services-hero-title {
		font-size: 40px;
	}
	.services-hero-subtitle {
		font-size: 17px;
	}
	.services-workflow,
	.services-data,
	.services-custom,
	.services-automation,
	.services-product,
	.services-cta {
		padding: 50px 0;
	}
	.services-section-inner {
		padding: 0 20px;
	}
	.services-automation-card {
		padding: 25px 20px;
	}
	.services-cta-title {
		font-size: 30px;
	}
	.services-section-tagline {
		font-size: 12px;
	}
}
