/* ==================== Gelivable Common Variables And Container ==================== */

:root {
	--gel-main: #28978a;
	--gel-main-dark: #1f766d;
	--gel-ink: #102629;
	--gel-text: #2c3d40;
	--gel-muted: #657477;
	--gel-soft: #f6f8f8;
	--gel-line: #e4ebea;
	--gel-white: #ffffff;
}

.gel-container {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.gel-container *,
.gel-container *::before,
.gel-container *::after {
	box-sizing: border-box;
}

/* ==================== /Gelivable Common Variables And Container ==================== */

/* ==================== Gelivable Page Hero ==================== */

.gel-page-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.gel-page-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		rgba(8, 28, 32, 0.55) 0%,
		rgba(8, 28, 32, 0.38) 30%,
		rgba(8, 28, 32, 0.15) 55%,
		rgba(8, 28, 32, 0.03) 75%,
		rgba(8, 28, 32, 0) 100%
	);
}

.gel-page-hero .gel-container {
	position: relative;
	z-index: 2;
}

.gel-page-hero-content {
	max-width: 720px;
	color: #ffffff;
}

.gel-page-hero-eyebrow,
.gel-page-hero-content > span {
	display: block;
	margin-bottom: 16px;
	color: #70d1c6;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-page-hero-content h1 {
	margin: 0 0 24px;
	color: #ffffff;
	font-size: 56px;
	line-height: 1.1;
	font-weight: 760;
	letter-spacing: -1.4px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-page-hero-content p {
	max-width: 640px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	line-height: 1.78;
	font-weight: 400;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 991px) {
	.gel-page-hero {
		min-height: 520px;
		background-position: right center;
	}

	.gel-page-hero-overlay {
		background: linear-gradient(
			90deg,
			rgba(8, 28, 32, 0.72) 0%,
			rgba(8, 28, 32, 0.46) 58%,
			rgba(8, 28, 32, 0.16) 100%
		);
	}

	.gel-page-hero-content {
		max-width: 620px;
	}

	.gel-page-hero-content h1 {
		font-size: 42px;
	}

	.gel-page-hero-content p {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.gel-page-hero {
		min-height: 340px;
		background-size: cover;
		background-position: right center !important;
	}

	.gel-page-hero-overlay {
		background: linear-gradient(
			90deg,
			rgba(8, 28, 32, 0.58) 0%,
			rgba(8, 28, 32, 0.38) 58%,
			rgba(8, 28, 32, 0.12) 100%
		);
	}

	.gel-page-hero-content {
		max-width: 100%;
		padding: 20px 0;
	}

	.gel-page-hero-eyebrow,
	.gel-page-hero-content > span {
		margin-bottom: 10px;
		font-size: 10px;
		letter-spacing: 1.6px;
	}

	.gel-page-hero-content h1 {
		margin-bottom: 14px;
		font-size: 28px;
		line-height: 1.16;
		letter-spacing: -0.5px;
	}

	.gel-page-hero-content p {
		max-width: 92%;
		font-size: 13.5px;
		line-height: 1.55;
	}
}

/* ==================== /Gelivable Page Hero ==================== */

/* ==================== Gelivable Process Tabs Section ==================== */

.gel-processes {
	padding: 104px 0 116px;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-processes-head {
	max-width: 980px;
	margin: 0 auto 48px;
	text-align: center;
}

.gel-processes-head span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.gel-processes-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.gel-processes-head p {
	max-width: 940px;
	margin: 18px auto 0;
	color: var(--gel-muted);
	font-size: 16px;
	line-height: 1.78;
}

.gel-process-tabs input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.gel-process-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0 auto 56px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--gel-line);
}

.gel-process-nav label {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	color: #9aa5a7;
	font-size: 14px;
	font-weight: 760;
	cursor: pointer;
	transition: all 0.25s ease;
}

.gel-process-nav label:hover {
	color: var(--gel-ink);
	background: rgba(40, 151, 138, 0.08);
}

#gel-process-tab-1:checked ~ .gel-process-nav label[for="gel-process-tab-1"],
#gel-process-tab-2:checked ~ .gel-process-nav label[for="gel-process-tab-2"],
#gel-process-tab-3:checked ~ .gel-process-nav label[for="gel-process-tab-3"],
#gel-process-tab-4:checked ~ .gel-process-nav label[for="gel-process-tab-4"],
#gel-process-tab-5:checked ~ .gel-process-nav label[for="gel-process-tab-5"],
#gel-process-tab-6:checked ~ .gel-process-nav label[for="gel-process-tab-6"],
#gel-process-tab-7:checked ~ .gel-process-nav label[for="gel-process-tab-7"],
#gel-process-tab-8:checked ~ .gel-process-nav label[for="gel-process-tab-8"] {
	background: var(--gel-main);
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(40, 151, 138, 0.22);
}

.gel-process-panel {
	display: none;
}

#gel-process-tab-1:checked ~ .gel-process-panels .gel-process-panel-1,
#gel-process-tab-2:checked ~ .gel-process-panels .gel-process-panel-2,
#gel-process-tab-3:checked ~ .gel-process-panels .gel-process-panel-3,
#gel-process-tab-4:checked ~ .gel-process-panels .gel-process-panel-4,
#gel-process-tab-5:checked ~ .gel-process-panels .gel-process-panel-5,
#gel-process-tab-6:checked ~ .gel-process-panels .gel-process-panel-6,
#gel-process-tab-7:checked ~ .gel-process-panels .gel-process-panel-7,
#gel-process-tab-8:checked ~ .gel-process-panels .gel-process-panel-8 {
	display: block;
}

.gel-process-grid {
	display: grid;
	gap: 28px;
}

.gel-process-grid-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gel-process-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1060px;
	margin: 0 auto;
}

.gel-process-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 820px;
	margin: 0 auto;
}

.gel-process-card {
	overflow: hidden;
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.08);
	transition: all 0.28s ease;
}

.gel-process-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 28px 68px rgba(16, 38, 41, 0.13);
}

.gel-process-image {
	position: relative;
	overflow: hidden;
	background: #e8efee;
}

.gel-process-image::after {
	display: none;
}

.gel-process-image img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}

.gel-process-card:hover .gel-process-image img {
	transform: scale(1.045);
}

.gel-process-card-body {
	padding: 28px 24px 32px;
	text-align: center;
}

.gel-process-card-body h3 {
	margin: 0 0 12px;
	color: var(--gel-ink);
	font-size: 20px;
	line-height: 1.28;
	font-weight: 760;
	letter-spacing: -0.3px;
}

.gel-process-card-body p {
	margin: 0;
	color: var(--gel-muted);
	font-size: 14px;
	line-height: 1.72;
}

/* Large Image + Text Panel */

.gel-process-feature {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 72px;
	align-items: center;
	max-width: 1160px;
	margin: 0 auto;
}

.gel-process-feature-image {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	background: #f4f7f7;
	box-shadow: 0 26px 66px rgba(16, 38, 41, 0.1);
}

.gel-process-feature-image::after {
	display: none;
}

.gel-process-feature-image img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	display: block;
	padding: 0;
	background: transparent;
}

.gel-process-feature-content {
	max-width: 620px;
}

.gel-process-feature-content h3 {
	margin: 0 0 18px;
	color: var(--gel-ink);
	font-size: 34px;
	line-height: 1.18;
	font-weight: 760;
	letter-spacing: -0.8px;
}

.gel-process-feature-content p {
	margin: 0 0 18px;
	color: #425154;
	font-size: 16px;
	line-height: 1.78;
}

.gel-process-feature-group {
	margin-top: 26px;
}

.gel-process-feature-group h4 {
	position: relative;
	margin: 0 0 12px;
	padding-left: 18px;
	color: var(--gel-ink);
	font-size: 18px;
	line-height: 1.35;
	font-weight: 760;
}

.gel-process-feature-group h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gel-main);
}

.gel-process-feature-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gel-process-feature-group li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #425154;
	font-size: 15px;
	line-height: 1.7;
}

.gel-process-feature-group li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(40, 151, 138, 0.65);
}

.gel-process-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-top: 28px;
	padding: 0 34px;
	border-radius: 999px;
	background: var(--gel-main);
	border: 1px solid var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.22);
	transition: all 0.25s ease;
}

.gel-process-btn:hover {
	background: var(--gel-main-dark);
	border-color: var(--gel-main-dark);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

@media (max-width: 1199px) {
	.gel-process-grid-four {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gel-process-grid-three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gel-process-grid-two {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gel-process-nav {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 18px;
	}

	.gel-process-nav label {
		flex: 0 0 auto;
	}
}

@media (max-width: 991px) {
	.gel-processes {
		padding: 78px 0 88px;
	}

	.gel-processes-head {
		margin-bottom: 40px;
	}

	.gel-processes-head h2 {
		font-size: 34px;
	}

	.gel-process-grid-four,
	.gel-process-grid-three,
	.gel-process-grid-two {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gel-process-feature {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.gel-process-feature-image img {
		height: 390px;
		padding: 0;
	}

	.gel-process-feature-content {
		max-width: 100%;
	}

	.gel-process-feature-content h3 {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.gel-processes {
		padding: 56px 0 64px;
	}

	.gel-processes-head {
		margin-bottom: 26px;
	}

	.gel-processes-head span {
		margin-bottom: 10px;
		font-size: 10px;
		letter-spacing: 1.6px;
	}

	.gel-processes-head h2 {
		font-size: 26px;
		line-height: 1.22;
		letter-spacing: -0.5px;
	}

	.gel-processes-head p {
		margin-top: 12px;
		font-size: 13.5px;
		line-height: 1.6;
	}

	.gel-process-nav {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
		margin: 0 auto 30px;
		padding-bottom: 0;
		border-bottom: none;
		overflow: visible;
	}

	.gel-process-nav label {
		width: 100%;
		min-width: 0;
		min-height: 36px;
		padding: 0 6px;
		border-radius: 999px;
		background: #f6f8f8;
		color: #657477;
		font-size: 10.5px;
		line-height: 1.15;
		text-align: center;
		white-space: normal;
		word-break: normal;
	}

	.gel-process-grid {
		gap: 14px;
	}

	.gel-process-grid-four,
	.gel-process-grid-three,
	.gel-process-grid-two {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gel-process-card {

		border-radius: 16px;
		box-shadow: 0 12px 28px rgba(16, 38, 41, 0.08);
	}

	.gel-process-image img {
		width: 100%;
		height: 132px;
		object-fit: cover;
		display: block;
	}

	.gel-process-card-body {
		padding: 14px 12px 16px;
		text-align: left;
	}

	.gel-process-card-body h3 {
		margin-bottom: 7px;
		font-size: 14px;
		line-height: 1.32;
		letter-spacing: -0.2px;
	}

	.gel-process-card-body p {
		font-size: 12px;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.gel-process-feature {
		display: flex;
		flex-direction: column;
		gap: 28px;
		width: 100%;
		max-width: 100%;
	}

	.gel-process-feature-image {
		order: 1;
		width: 100%;
		max-width: 100%;
		border-radius: 18px;
	}

	.gel-process-feature-content {
		order: 2;
		width: 100%;
		max-width: 100%;
	}

	.gel-process-feature-image img {
		width: 100%;
		height: 310px;
		padding: 0;
		object-fit: cover;
		object-position: center center;
		display: block;
	}

	.gel-process-feature-content h3 {
		margin-bottom: 14px;
		font-size: 24px;
		line-height: 1.22;
		letter-spacing: -0.4px;
	}

	.gel-process-feature-content p {
		margin-bottom: 14px;
		font-size: 14px;
		line-height: 1.68;
	}

	.gel-process-feature-group {
		margin-top: 20px;
	}

	.gel-process-feature-group h4 {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.35;
	}

	.gel-process-feature-group li {
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 1.62;
	}

	.gel-process-btn {
		width: 100%;
		min-height: 46px;
		margin-top: 22px;
		font-size: 14px;
	}
}

/* ==================== /Gelivable Process Tabs Section ==================== */

/* ==================== Gelivable Quote And Trust Section ==================== */

.gel-quote-trust {
	padding: 104px 0 116px;
	background: #f6f8f8;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-quote-trust-inner {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 70px;
	align-items: stretch;
}

/* ==================== Quote Form Box ==================== */

.gel-quote-box {
	position: relative;
	padding: 58px 54px 60px;
	background: #ffffff;
	color: var(--gel-text);
	border: 1px solid var(--gel-line);
	box-shadow: 0 24px 60px rgba(16, 38, 41, 0.08);
	overflow: hidden;
}

.gel-quote-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background: var(--gel-main);
}

.gel-quote-head {
	position: relative;
	z-index: 2;
	margin-bottom: 32px;
}

.gel-quote-head span,
.gel-trust-head span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.gel-quote-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 40px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.gel-quote-head p {
	max-width: 520px;
	margin: 18px 0 0;
	color: var(--gel-muted);
	font-size: 15px;
	line-height: 1.78;
}

.gel-quote-form {
	position: relative;
	z-index: 2;
}

.gel-form-row {
	margin-bottom: 14px;
}

.gel-form-row input,
.gel-form-row textarea {
	width: 100%;
	border: 1px solid var(--gel-line);
	border-radius: 0;
	background: #f6f8f8;
	color: var(--gel-ink);
	font-size: 15px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	outline: none;
	transition: all 0.22s ease;
	box-sizing: border-box;
}

.gel-form-row input {
	height: 50px;
	padding: 0 18px;
}

.gel-form-row textarea {
	height: 138px;
	padding: 16px 18px;
	resize: vertical;
}

.gel-form-row input::placeholder,
.gel-form-row textarea::placeholder {
	color: #7b898b;
}

.gel-form-row input:focus,
.gel-form-row textarea:focus {
	border-color: rgba(40, 151, 138, 0.72);
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(40, 151, 138, 0.12);
}

.gel-quote-submit {
	display: inline-flex;

	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: 8px;
	border: 1px solid var(--gel-main);
	border-radius: 999px;
	background: var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
	transition: all 0.25s ease;
}

.gel-quote-submit:hover {
	background: var(--gel-main-dark);
	border-color: var(--gel-main-dark);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

/* ==================== Trust Reasons Box ==================== */

.gel-trust-box {
	padding: 10px 0;
}

.gel-trust-head {
	max-width: 720px;
	margin-bottom: 36px;
}

.gel-trust-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.gel-trust-head p {
	margin: 20px 0 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.82;
}

.gel-trust-list {
	display: grid;
	gap: 28px;
}

.gel-trust-item {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 22px;
	align-items: start;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--gel-line);
}

.gel-trust-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.gel-trust-icon {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: rgba(40, 151, 138, 0.11);
	color: var(--gel-main);
	font-size: 25px;
}

.gel-trust-item h3 {
	margin: 0 0 12px;
	color: var(--gel-ink);
	font-size: 23px;
	line-height: 1.25;
	font-weight: 760;
	letter-spacing: -0.4px;
}

.gel-trust-item p {
	margin: 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.78;
}

/* ==================== Quote And Trust Responsive ==================== */

@media (max-width: 991px) {
	.gel-quote-trust {
		padding: 78px 0 88px;
	}

	.gel-quote-trust-inner {
		display: flex;
		flex-direction: column;
		gap: 48px;
	}

	.gel-trust-box {
		order: 1;
		width: 100%;
		padding: 0;
	}

	.gel-quote-box {
		order: 2;
		width: 100%;
		padding: 48px 42px 52px;
	}

	.gel-quote-head h2,
	.gel-trust-head h2 {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.gel-quote-trust {
		padding: 56px 0 64px;
	}

	.gel-quote-trust-inner {
		gap: 34px;
	}

	.gel-trust-head {
		margin-bottom: 28px;
	}

	.gel-quote-head span,
	.gel-trust-head span {
		margin-bottom: 10px;
		font-size: 10px;
		letter-spacing: 1.6px;
	}

	.gel-quote-head h2,
	.gel-trust-head h2 {
		font-size: 26px;
		line-height: 1.22;
		letter-spacing: -0.5px;
	}

	.gel-quote-head p,
	.gel-trust-head p,
	.gel-trust-item p {
		font-size: 14px;
		line-height: 1.68;
	}

	.gel-trust-list {
		gap: 22px;
	}

	.gel-trust-item {
		grid-template-columns: 44px 1fr;
		gap: 14px;
		padding-bottom: 22px;
	}

	.gel-trust-icon {
		width: 44px;
		height: 44px;
		border-radius: 14px;
		font-size: 20px;
	}

	.gel-trust-item h3 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 1.28;
	}

	.gel-quote-box {
		padding: 34px 22px 38px;
	}

	.gel-quote-box::before {
		width: 4px;
	}

	.gel-quote-head {
		margin-bottom: 24px;
	}

	.gel-form-row {
		margin-bottom: 12px;
	}

	.gel-form-row input {
		height: 46px;
		padding: 0 15px;
		font-size: 14px;
	}

	.gel-form-row textarea {
		height: 126px;
		padding: 14px 15px;
		font-size: 14px;
	}

	.gel-quote-submit {
		min-height: 48px;
		margin-top: 6px;
		font-size: 14px;
	}
}

/* ==================== /Gelivable Quote And Trust Section ==================== */

/* ==================== Gelivable Applications Section ==================== */

.gel-usecases {
	padding: 98px 0 108px;
	background: #f6f8f8;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-usecases-head {
	max-width: 820px;
	margin: 0 auto 58px;
	text-align: center;
}

.gel-usecases-head span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.gel-usecases-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.gel-usecases-head p {
	max-width: 660px;
	margin: 18px auto 0;
	color: var(--gel-muted);
	font-size: 16px;
	line-height: 1.78;
}

.gel-usecases-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
}

.gel-usecase-card {
	overflow: hidden;
	border-radius: 0;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.08);
	transition: all 0.28s ease;
}

.gel-usecase-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 28px 68px rgba(16, 38, 41, 0.13);
}

.gel-usecase-image {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: #e8efee;
}

.gel-usecase-image::after {
	display: none;
	content: none;
}

.gel-usecase-image img {
	width: 100%;
	height: 245px;
	border-radius: 0;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}

.gel-usecase-card:hover .gel-usecase-image img {
	transform: scale(1.045);
}

.gel-usecase-content {
	padding: 28px 26px 32px;
}

.gel-usecase-content h3 {
	margin: 0 0 12px;
	color: var(--gel-ink);
	font-size: 20px;
	line-height: 1.28;
	font-weight: 760;
}

.gel-usecase-content p {
	margin: 0;
	color: var(--gel-muted);
	font-size: 15px;
	line-height: 1.72;
}

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

@media (max-width: 991px) {
	.gel-usecases {
		padding: 78px 0 88px;
	}

	.gel-usecases-head {
		margin-bottom: 44px;
	}

	.gel-usecases-head h2 {
		font-size: 34px;
	}

	.gel-usecase-image img {
		height: 260px;
	}
}

@media (max-width: 575px) {
	.gel-usecases {
		padding: 62px 0 72px;
	}

	.gel-usecases-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.gel-usecases-head p {
		font-size: 15px;
	}

	.gel-usecases-grid {
		grid-template-columns: 1fr;
	}

	.gel-usecase-card {
		border-radius: 0;
	}

	.gel-usecase-image {
		border-radius: 0;
	}

	.gel-usecase-image img {
		height: 240px;
		border-radius: 0;
	}

	.gel-usecase-content h3 {
		font-size: 19px;
	}
}

/* ==================== /Gelivable Applications Section ==================== */

/* ==================== Gelivable FAQ Section ==================== */

.gel-faq {
	padding: 96px 0 104px;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-faq-head {
	max-width: 760px;
	margin: 0 auto 46px;
	text-align: center;
}

.gel-faq-head span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.gel-faq-head h2 {
	position: relative;
	margin: 0;
	padding-bottom: 22px;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.gel-faq-head h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 3px;
	border-radius: 999px;
	background: var(--gel-main);
	transform: translateX(-50%);
}

.gel-faq-list {
	max-width: 980px;
	margin: 0 auto;
	border-top: 1px solid var(--gel-line);
}

.gel-faq-item {
	border-bottom: 1px solid var(--gel-line);
	background: #ffffff;
	transition: all 0.25s ease;
}

.gel-faq-item[open] {
	background: #f6f8f8;
}

.gel-faq-item summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 68px;
	padding: 0 64px 0 28px;
	color: var(--gel-ink);
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
	outline: none;
}

.gel-faq-item summary::-webkit-details-marker {
	display: none;
}

.gel-faq-item summary::before,
.gel-faq-item summary::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 16px;
	height: 2px;
	border-radius: 999px;
	background: var(--gel-main);
	transition: all 0.25s ease;
}

.gel-faq-item summary::after {
	transform: rotate(90deg);
}

.gel-faq-item[open] summary::after {
	transform: rotate(0deg);
	opacity: 0;
}

.gel-faq-answer {
	padding: 0 28px 28px;
}

.gel-faq-answer p {
	max-width: 820px;
	margin: 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.82;
}

@media (max-width: 991px) {
	.gel-faq {
		padding: 78px 0 88px;
	}

	.gel-faq-head h2 {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.gel-faq {
		padding: 62px 0 72px;
	}

	.gel-faq-head {
		margin-bottom: 36px;
	}

	.gel-faq-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.gel-faq-item summary {
		min-height: 62px;
		padding: 0 52px 0 20px;
		font-size: 16px;
	}

	.gel-faq-item summary::before,
	.gel-faq-item summary::after {
		right: 22px;
		width: 14px;
	}

	.gel-faq-answer {
		padding: 0 20px 24px;
	}

	.gel-faq-answer p {
		font-size: 15px;
	}
}

/* ==================== /Gelivable FAQ Section ==================== */

/* ==================== Gelivable Latest Blog Section ==================== */

.gel-latest-blog {
	padding: 106px 0 116px;
	background: #f6f8f8;
}

.gel-latest-blog-head {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 64px;
	align-items: end;
	max-width: 1220px;
	margin: 0 auto 56px;
}

.gel-latest-blog-head span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-latest-blog-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 40px;
	line-height: 1.18;
	font-weight: 760;
	letter-spacing: -1px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-latest-blog-desc {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
}

.gel-latest-blog-desc p {
	margin: 0;
	color: var(--gel-muted);
	font-size: 16px;
	line-height: 1.78;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-latest-blog-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 48px;
	padding: 0 30px;
	border-radius: 999px;
	background: var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.22);
	transition: all 0.25s ease;
}

.gel-latest-blog-btn:hover {
	background: var(--gel-main-dark);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

.gel-latest-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	max-width: 1220px;
	margin: 0 auto;
}

.gel-latest-blog-card {
	display: block;
	overflow: hidden;
	border-radius: 28px;
	background: #ffffff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.08);
	transition: all 0.28s ease;
}

.gel-latest-blog-card:hover {
	color: inherit;
	text-decoration: none;
	transform: translateY(-7px);
	box-shadow: 0 28px 68px rgba(16, 38, 41, 0.13);
}

.gel-latest-blog-image {
	position: relative;
	overflow: hidden;
	background: #e8efee;
}

.gel-latest-blog-image::after {
	display: none;
	content: none;
}

.gel-latest-blog-image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}

.gel-latest-blog-card:hover .gel-latest-blog-image img {
	transform: scale(1.045);
}

.gel-latest-blog-content {
	padding: 28px 28px 32px;
}

.gel-latest-blog-date {
	margin-bottom: 12px;
	color: var(--gel-main);
	font-size: 13px;
	font-weight: 760;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-latest-blog-content h3 {
	margin: 0 0 12px;
	color: var(--gel-ink);
	font-size: 21px;
	line-height: 1.3;
	font-weight: 760;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-latest-blog-content p {
	margin: 0 0 18px;
	color: var(--gel-muted);
	font-size: 15px;
	line-height: 1.72;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-latest-blog-more {
	color: var(--gel-main);
	font-size: 14px;
	font-weight: 800;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 991px) {
	.gel-latest-blog {
		padding: 76px 0 86px;
	}

	.gel-latest-blog-head {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 42px;
	}

	.gel-latest-blog-head h2 {
		font-size: 32px;
	}

	.gel-latest-blog-desc {
		display: block;
	}

	.gel-latest-blog-btn {
		margin-top: 24px;
	}

	.gel-latest-blog-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.gel-latest-blog-image img {
		height: 280px;
	}
}

@media (max-width: 575px) {
	.gel-latest-blog {
		padding: 60px 0 68px;
	}

	.gel-latest-blog-head h2 {
		font-size: 28px;
	}

	.gel-latest-blog-card {
		border-radius: 22px;
	}

	.gel-latest-blog-image img {
		height: 230px;
	}

	.gel-latest-blog-btn {
		width: 100%;
	}
}

/* ==================== /Gelivable Latest Blog Section ==================== */

/* ==================== Gelivable Final CTA Section ==================== */

.gel-final-cta {
	padding: 96px 0 104px;
	background: #ffffff;
}

.gel-final-cta-inner {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 64px;
	align-items: stretch;
	max-width: 1220px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #dfe7e6;
	box-shadow: 0 18px 48px rgba(16, 38, 41, 0.06);
}

.gel-final-cta-content {
	padding: 58px 0 58px 58px;
}

.gel-final-cta-content span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-final-cta-content h2 {
	max-width: 620px;
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-final-cta-content p {
	max-width: 720px;
	margin: 22px 0 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.82;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-final-cta-specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	max-width: 720px;
	margin-top: 36px;
	border: 1px solid #dfe7e6;
	background: #f8faf9;
}

.gel-final-cta-spec {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 66px;
	padding: 0 20px;
	border-right: 1px solid #dfe7e6;
}

.gel-final-cta-spec:last-child {
	border-right: none;
}

.gel-final-cta-spec strong {
	color: var(--gel-main);
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 1px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-final-cta-spec span {
	margin: 0;
	color: var(--gel-ink);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-final-cta-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 46px 38px;
	background: #f6f8f8;
	border-left: 1px solid #dfe7e6;
}

.gel-final-cta-panel-head {
	padding-bottom: 22px;
	border-bottom: 1px solid #dfe7e6;
}

.gel-final-cta-panel-head span {
	display: block;
	margin-bottom: 10px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-final-cta-panel-head h3 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 26px;
	line-height: 1.25;
	font-weight: 760;
	letter-spacing: -0.5px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-final-cta-panel p {
	margin: 22px 0 0;
	color: #425154;
	font-size: 15px;
	line-height: 1.72;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-final-cta-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 30px;
}

.gel-final-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 30px;
	border-radius: 0;
	font-size: 15px;
	font-weight: 760;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	transition: all 0.22s ease;
}

.gel-final-cta-btn-primary {
	background: var(--gel-main);
	color: #ffffff;
	border: 1px solid var(--gel-main);
}

.gel-final-cta-btn-primary:hover {
	background: var(--gel-main-dark);
	border-color: var(--gel-main-dark);
	color: #ffffff;
	text-decoration: none;
}

.gel-final-cta-btn-light {
	background: #ffffff;
	color: var(--gel-ink);
	border: 1px solid #cfdad8;
}

.gel-final-cta-btn-light:hover {
	background: #eef4f3;
	border-color: #bdcfcc;
	color: var(--gel-ink);
	text-decoration: none;
}

@media (max-width: 991px) {
	.gel-final-cta {
		padding: 76px 0 86px;
	}

	.gel-final-cta-inner {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.gel-final-cta-content {
		padding: 50px 42px;
	}

	.gel-final-cta-content h2 {
		font-size: 32px;
	}

	.gel-final-cta-panel {
		border-left: none;
		border-top: 1px solid #dfe7e6;
		padding: 40px 42px;
	}

	.gel-final-cta-specs {
		grid-template-columns: 1fr;
	}

	.gel-final-cta-spec {
		border-right: none;
		border-bottom: 1px solid #dfe7e6;
	}

	.gel-final-cta-spec:last-child {
		border-bottom: none;
	}
}

@media (max-width: 575px) {
	.gel-final-cta {
		padding: 60px 0 68px;
	}

	.gel-final-cta-content {
		padding: 40px 26px;
	}

	.gel-final-cta-content h2 {
		font-size: 28px;
		letter-spacing: -0.6px;
	}

	.gel-final-cta-content p {
		font-size: 15px;
		line-height: 1.72;
	}

	.gel-final-cta-panel {
		padding: 34px 26px;
	}

	.gel-final-cta-panel-head h3 {
		font-size: 23px;
	}

	.gel-final-cta-btn {
		width: 100%;
	}
}

/* ==================== /Gelivable Final CTA Section ==================== */
