/* =========================================================
   QTECH SOLUTIONS PAGE
========================================================= */

.qtech-solutions-page {
	width: 100%;
	background: #ffffff;
	color: #243447;
}

.qtech-solutions-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}


/* =========================================================
   HERO
========================================================= */

.qtech-solutions-hero {
	position: relative;
	overflow: hidden;
	padding: 115px 0;
	background: #f5f7f8;
}

.qtech-solutions-hero .qtech-solutions-container {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
	align-items: center;
	gap: 75px;
}

.qtech-solutions-eyebrow,
.qtech-solutions-section-heading > span,
.qtech-solutions-technology-content > span,
.qtech-solutions-cta-inner > div > span {
	display: inline-block;
	margin-bottom: 18px;
	color: #2f8f46;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.qtech-solutions-hero h1 {
	margin: 0 0 25px;
	color: #243447;
	font-size: clamp(48px, 6vw, 74px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -2px;
}

.qtech-solutions-hero h1 span {
	color: #2f8f46;
}

.qtech-solutions-hero-content > p {
	max-width: 620px;
	margin: 0 0 35px;
	color: #617080;
	font-size: 19px;
	line-height: 1.75;
}

.qtech-solutions-hero-actions,
.qtech-solutions-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.qtech-solutions-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 26px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
}

.qtech-solutions-button:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.qtech-solutions-button-primary {
	background: #2f8f46;
	border-color: #2f8f46;
	color: #ffffff;
}

.qtech-solutions-button-primary:hover {
	background: #26783a;
	border-color: #26783a;
	color: #ffffff;
}

.qtech-solutions-button-secondary {
	background: transparent;
	border-color: #d1d7dc;
	color: #243447;
}

.qtech-solutions-button-secondary:hover {
	border-color: #2f8f46;
	color: #2f8f46;
}


/* =========================================================
   IMAGE PLACEHOLDER
========================================================= */

.qtech-solutions-image-placeholder {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	min-height: 470px;
	background:
		linear-gradient(
			135deg,
			#1b2a39 0%,
			#344a5d 55%,
			#2f8f46 100%
		);
}

.qtech-solutions-image-placeholder::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			135deg,
			transparent 30%,
			rgba(255,255,255,0.05) 30%,
			rgba(255,255,255,0.05) 31%,
			transparent 31%
		);
	background-size: 80px 80px;
	content: "";
}

.qtech-solutions-image-placeholder-content {
	position: relative;
	z-index: 2;
	max-width: 500px;
	padding: 40px;
	color: #ffffff;
}

.qtech-solutions-image-placeholder-content span {
	display: block;
	margin-bottom: 12px;
	color: #71c17e;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
}

.qtech-solutions-image-placeholder-content strong {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.2;
}

.qtech-solutions-image-placeholder-content p {
	margin: 0;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	line-height: 1.6;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.qtech-solutions-introduction {
	padding: 120px 0;
	background: #ffffff;
}

.qtech-solutions-section-heading {
	max-width: 820px;
	margin-bottom: 60px;
}

.qtech-solutions-section-heading h2 {
	margin: 0;
	color: #243447;
	font-size: clamp(38px, 4.5vw, 58px);
	line-height: 1.12;
	letter-spacing: -1.5px;
}

.qtech-solutions-section-heading p {
	max-width: 700px;
	margin: 25px 0 0;
	color: #64748b;
	font-size: 18px;
	line-height: 1.75;
}


/* =========================================================
   SOLUTION CARDS
========================================================= */

.qtech-solutions-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: #dfe4e8;
	border: 1px solid #dfe4e8;
}

.qtech-solution-card {
	position: relative;
	min-height: 330px;
	padding: 32px;
	background: #ffffff;
	transition: all 0.25s ease;
}

.qtech-solution-card:hover {
	background: #f8faf9;
}

.qtech-solution-card > span {
	display: block;
	margin-bottom: 65px;
	color: #2f8f46;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}

.qtech-solution-card h3 {
	max-width: 300px;
	margin: 0 0 17px;
	color: #243447;
	font-size: 22px;
	line-height: 1.3;
}

.qtech-solution-card p {
	max-width: 330px;
	margin: 0;
	color: #64748b;
	font-size: 15px;
	line-height: 1.75;
}

.qtech-solution-card-link {
	position: absolute;
	right: 32px;
	bottom: 28px;
	color: #2f8f46;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.qtech-solution-card-link span {
	display: inline-block;
	margin-left: 6px;
	font-size: 16px;
	transition: transform 0.25s ease;
}

.qtech-solution-card:hover .qtech-solution-card-link span {
	transform: translateX(5px);
}

.qtech-solution-card-wide {
	grid-column: span 1;
}


/* =========================================================
   TECHNOLOGY SECTION
========================================================= */

.qtech-solutions-technology {
	padding: 120px 0;
	background: #f5f7f8;
}

.qtech-solutions-technology-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 80px;
}

.qtech-solutions-technology-image .qtech-solutions-image-placeholder {
	min-height: 500px;
}

.qtech-solutions-technology-content > span {
	color: #2f8f46;
}

.qtech-solutions-technology-content h2 {
	margin: 0 0 25px;
	color: #243447;
	font-size: clamp(38px, 4vw, 54px);
	line-height: 1.12;
	letter-spacing: -1px;
}

.qtech-solutions-technology-content p {
	margin: 0 0 22px;
	color: #64748b;
	font-size: 16px;
	line-height: 1.8;
}

.qtech-solutions-text-link {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	color: #2f8f46;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.qtech-solutions-text-link span {
	margin-left: 8px;
	font-size: 17px;
	transition: transform 0.25s ease;
}

.qtech-solutions-text-link:hover {
	color: #26783a;
	text-decoration: none;
}

.qtech-solutions-text-link:hover span {
	transform: translateX(5px);
}


/* =========================================================
   SUPPORT
========================================================= */

.qtech-solutions-support {
	padding: 120px 0;
	background: #ffffff;
}

.qtech-solutions-support-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: #dfe4e8;
	border: 1px solid #dfe4e8;
}

.qtech-solutions-support-item {
	min-height: 285px;
	padding: 32px;
	background: #ffffff;
}

.qtech-solutions-support-item > strong {
	display: block;
	margin-bottom: 60px;
	color: #2f8f46;
	font-size: 12px;
	letter-spacing: 1px;
}

.qtech-solutions-support-item h3 {
	margin: 0 0 15px;
	color: #243447;
	font-size: 21px;
}

.qtech-solutions-support-item p {
	margin: 0;
	color: #64748b;
	font-size: 15px;
	line-height: 1.75;
}


/* =========================================================
   CTA
========================================================= */

.qtech-solutions-cta {
	padding: 90px 0;
	background: #2f8f46;
}

.qtech-solutions-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.qtech-solutions-cta-inner > div:first-child {
	max-width: 700px;
}

.qtech-solutions-cta-inner > div > span {
	color: rgba(255,255,255,0.7);
}

.qtech-solutions-cta h2 {
	margin: 0 0 15px;
	color: #ffffff;
	font-size: clamp(38px, 4vw, 52px);
	line-height: 1.12;
}

.qtech-solutions-cta p {
	margin: 0;
	color: rgba(255,255,255,0.75);
	font-size: 17px;
	line-height: 1.7;
}

.qtech-solutions-button-light {
	background: #ffffff;
	border-color: #ffffff;
	color: #243447;
}

.qtech-solutions-button-light:hover {
	background: #f2f4f5;
	border-color: #f2f4f5;
	color: #243447;
}

.qtech-solutions-button-outline {
	background: transparent;
	border-color: rgba(255,255,255,0.65);
	color: #ffffff;
}

.qtech-solutions-button-outline:hover {
	background: rgba(255,255,255,0.1);
	border-color: #ffffff;
	color: #ffffff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 1024px) {

	.qtech-solutions-hero .qtech-solutions-container {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.qtech-solutions-hero-visual {
		max-width: 700px;
	}

	.qtech-solutions-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.qtech-solutions-technology-grid {
		gap: 50px;
	}

	.qtech-solutions-support-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.qtech-solutions-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

}


@media screen and (max-width: 767px) {

	.qtech-solutions-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.qtech-solutions-hero {
		padding: 75px 0;
	}

	.qtech-solutions-hero h1 {
		font-size: 46px;
		letter-spacing: -1px;
	}

	.qtech-solutions-hero-content > p {
		font-size: 17px;
	}

	.qtech-solutions-image-placeholder {
		min-height: 330px;
	}

	.qtech-solutions-image-placeholder-content {
		padding: 25px;
	}

	.qtech-solutions-image-placeholder-content strong {
		font-size: 24px;
	}

	.qtech-solutions-introduction,
	.qtech-solutions-technology,
	.qtech-solutions-support {
		padding: 75px 0;
	}

	.qtech-solutions-section-heading {
		margin-bottom: 40px;
	}

	.qtech-solutions-grid {
		grid-template-columns: 1fr;
	}

	.qtech-solution-card {
		min-height: 300px;
	}

	.qtech-solutions-technology-grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.qtech-solutions-technology-image .qtech-solutions-image-placeholder {
		min-height: 330px;
	}

	.qtech-solutions-support-grid {
		grid-template-columns: 1fr;
	}

	.qtech-solutions-support-item {
		min-height: auto;
	}

	.qtech-solutions-cta {
		padding: 70px 0;
	}

	.qtech-solutions-cta-actions {
		width: 100%;
		flex-direction: column;
	}

	.qtech-solutions-cta-actions .qtech-solutions-button {
		width: 100%;
	}

}