.gj-sheet-lp {
	color: #111817;
	background: #ffffff;
}

.gj-sheet-lp__container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.gj-sheet-lp__hero,
.gj-sheet-lp__section,
.gj-sheet-lp__rfq,
.gj-sheet-lp__proof,
.gj-sheet-lp__thank-you {
	padding: 76px 0;
}

.gj-sheet-lp__hero,
.gj-sheet-lp__section--dark,
.gj-sheet-lp__rfq,
.gj-sheet-lp__thank-you {
	background: #082b24;
	color: #ffffff;
}

.gj-sheet-lp__hero-grid,
.gj-sheet-lp__split-grid,
.gj-sheet-lp__rfq-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	align-items: center;
	gap: clamp(32px, 5vw, 72px);
}

.gj-sheet-lp__kicker,
.gj-sheet-lp__eyebrow {
	margin: 0 0 16px;
	color: #ffad7a;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.5px;
	line-height: 1.3;
}

.gj-sheet-lp h1,
.gj-sheet-lp h2,
.gj-sheet-lp h3 {
	margin-top: 0;
	color: inherit;
}

.gj-sheet-lp h1 {
	max-width: 760px;
	margin-bottom: 22px;
	font-size: clamp(42px, 5vw, 70px);
	line-height: 1.05;
}

.gj-sheet-lp h2 {
	max-width: 760px;
	margin-bottom: 20px;
	font-size: clamp(32px, 3.4vw, 48px);
	line-height: 1.1;
}

.gj-sheet-lp h3 {
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 1.25;
}

.gj-sheet-lp p,
.gj-sheet-lp li,
.gj-sheet-lp td,
.gj-sheet-lp th {
	font-size: 16px;
	line-height: 1.65;
}

.gj-sheet-lp__lead {
	max-width: 690px;
	margin: 0;
	font-size: 19px;
}

.gj-sheet-lp__intro {
	max-width: 850px;
	margin-bottom: 30px;
}

.gj-sheet-lp__hero-media,
.gj-sheet-lp__image-card {
	overflow: hidden;
	border-radius: 6px;
	background: #124b3d;
}

.gj-sheet-lp__hero-media {
	min-height: 400px;
}

.gj-sheet-lp__hero-media img,
.gj-sheet-lp__image-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gj-sheet-lp__image-card {
	aspect-ratio: 4 / 3;
}

.gj-sheet-lp__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.gj-sheet-lp__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

.gj-sheet-lp__button--primary {
	background: #e96f24;
	border-color: #e96f24;
	color: #ffffff;
}

.gj-sheet-lp__button--primary:hover,
.gj-sheet-lp__button--primary:focus {
	background: #c95716;
	border-color: #c95716;
	color: #ffffff;
}

.gj-sheet-lp__button--secondary {
	border-color: rgb(255 255 255 / 72%);
	color: #ffffff;
}

.gj-sheet-lp__button--secondary:hover,
.gj-sheet-lp__button--secondary:focus {
	border-color: #ffffff;
	background: #ffffff;
	color: #082b24;
}

.gj-sheet-lp__proof {
	padding-top: 0;
	padding-bottom: 0;
	background: #124b3d;
	color: #ffffff;
}

.gj-sheet-lp__proof-grid,
.gj-sheet-lp__application-grid,
.gj-sheet-lp__why-grid,
.gj-sheet-lp__process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gj-sheet-lp__feature,
.gj-sheet-lp__application,
.gj-sheet-lp__process {
	padding: 28px;
}

.gj-sheet-lp__feature {
	border-right: 1px solid rgb(255 255 255 / 18%);
}

.gj-sheet-lp__feature:last-child {
	border-right: 0;
}

.gj-sheet-lp__feature p,
.gj-sheet-lp__application p,
.gj-sheet-lp__process p {
	margin: 0;
}

.gj-sheet-lp__section--muted {
	background: #f1f5f3;
}

.gj-sheet-lp__table-wrap {
	overflow-x: auto;
	border: 1px solid rgb(8 43 36 / 18%);
}

.gj-sheet-lp__table {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
	background: #ffffff;
}

.gj-sheet-lp__table th,
.gj-sheet-lp__table td {
	padding: 15px 18px;
	border-bottom: 1px solid rgb(8 43 36 / 12%);
	text-align: left;
	vertical-align: top;
}

.gj-sheet-lp__table thead th {
	background: #082b24;
	color: #ffffff;
}

.gj-sheet-lp__table tbody th {
	width: 31%;
	color: #082b24;
}

.gj-sheet-lp__application-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.gj-sheet-lp__application,
.gj-sheet-lp__why-grid .gj-sheet-lp__feature {
	border: 1px solid rgb(8 43 36 / 15%);
	background: #ffffff;
}

.gj-sheet-lp__rfq-grid {
	align-items: start;
}

.gj-sheet-lp__rfq h2,
.gj-sheet-lp__rfq p {
	color: #ffffff;
}

.gj-sheet-lp__file-note {
	margin-top: 24px;
	color: #ffad7a !important;
	font-weight: 700;
}

.gj-sheet-lp__form {
	padding: 26px;
	border-radius: 6px;
	background: #ffffff;
	color: #111817;
}

.gj-sheet-lp__form .forminator-ui .forminator-row,
.gj-sheet-lp__form .forminator-ui .forminator-field {
	max-width: 100%;
}

.gj-sheet-lp__form .forminator-ui input,
.gj-sheet-lp__form .forminator-ui textarea,
.gj-sheet-lp__form .forminator-ui select {
	max-width: 100%;
}

.gj-sheet-lp__process-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgb(255 255 255 / 20%);
}

.gj-sheet-lp__process {
	min-height: 205px;
	background: #082b24;
}

.gj-sheet-lp__process span {
	display: block;
	margin-bottom: 38px;
	color: #ffad7a;
	font-size: 15px;
	font-weight: 800;
}

.gj-sheet-lp__check-list {
	margin: 24px 0 0;
	padding-left: 20px;
}

.gj-sheet-lp__check-list li + li {
	margin-top: 10px;
}

.gj-sheet-lp__why-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.gj-sheet-lp__text-link {
	color: #c95716;
	font-weight: 800;
}

.gj-sheet-lp__faq-wrap {
	max-width: 960px;
}

.gj-sheet-lp__faq {
	border-top: 1px solid rgb(8 43 36 / 18%);
}

.gj-sheet-lp__faq:last-child {
	border-bottom: 1px solid rgb(8 43 36 / 18%);
}

.gj-sheet-lp__faq summary {
	padding: 20px 42px 20px 0;
	color: #082b24;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
}

.gj-sheet-lp__faq p {
	max-width: 820px;
	margin: 0 0 22px;
}

.gj-sheet-lp__thank-you {
	min-height: 56vh;
	display: flex;
	align-items: center;
}

.gj-sheet-lp[dir="rtl"] {
	direction: rtl;
	text-align: right;
}

.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__hero-grid,
.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__split-grid,
.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__rfq-grid {
	direction: rtl;
}

.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__table th,
.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__table td {
	text-align: right;
}

.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__check-list {
	padding-right: 20px;
	padding-left: 0;
}

.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__form,
.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__form .forminator-ui,
.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__form .forminator-ui input,
.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__form .forminator-ui textarea,
.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__form .forminator-ui select {
	direction: rtl;
	text-align: right;
}

.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__form .forminator-ui input[type="email"],
.gj-sheet-lp[dir="rtl"] .gj-sheet-lp__form .forminator-ui input[type="url"] {
	direction: ltr;
	text-align: left;
}

@media (max-width: 781px) {
	.gj-sheet-lp__container {
		width: min(100% - 32px, 1180px);
	}

	.gj-sheet-lp__hero,
	.gj-sheet-lp__section,
	.gj-sheet-lp__rfq,
	.gj-sheet-lp__thank-you {
		padding: 52px 0;
	}

	.gj-sheet-lp__hero-grid,
	.gj-sheet-lp__split-grid,
	.gj-sheet-lp__rfq-grid {
		grid-template-columns: 1fr;
	}

	.gj-sheet-lp__hero-media {
		min-height: 260px;
		order: -1;
	}

	.gj-sheet-lp__proof-grid,
	.gj-sheet-lp__application-grid,
	.gj-sheet-lp__why-grid,
	.gj-sheet-lp__process-grid {
		grid-template-columns: 1fr;
	}

	.gj-sheet-lp__feature {
		border-right: 0;
		border-bottom: 1px solid rgb(255 255 255 / 18%);
	}

	.gj-sheet-lp__feature:last-child {
		border-bottom: 0;
	}

	.gj-sheet-lp__process {
		min-height: 0;
	}

	.gj-sheet-lp__process span {
		margin-bottom: 16px;
	}

	.gj-sheet-lp__button {
		width: 100%;
	}

	.gj-sheet-lp__form {
		padding: 18px;
	}
}
