/* FATI Immersion & Process Heaters v2 — Figma node 1026:6337 */
/* Base copied verbatim from fati-main-v2.css; page-specific sections appended at bottom. */

.fati-v2 {
	overflow-x: hidden;
}

.fati-v2 * {
	margin: 0;
	box-sizing: border-box;
}

.fati-v2 .fati-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 48px;
}

/* ---------- Hero ---------- */
.fati-v2-hero {
	position: relative;
	background: linear-gradient(155deg, #ffffff 0%, #fdfdfd 20%, #f6f7f8 60%, #f1f3f5 100%);
	padding-top: 100px;
	padding-bottom: 70px !important;
	overflow: hidden;
}

.fati-v2-hero__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 48px;
	display: flex;
	align-items: center;
	gap: 40px;
}

.fati-v2-hero__content {
	flex: 1 1 620px;
	max-width: 670px;
}

.fati-v2-hero__eyebrow-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.fati-v2-hero__eyebrow-bar {
	width: 40px;
	height: 3px;
	background: #da291c;
	display: inline-block;
}

.fati-v2-hero__eyebrow {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.7px;
	color: #da291c;
	text-transform: uppercase;
}

.fati-v2-hero__heading {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 52px;
	line-height: 1.1;
	letter-spacing: 3px;
	text-transform: uppercase;
	background: linear-gradient(90deg, #111c24 0%, #4a5565 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	margin-bottom: 24px;
}

.fati-v2-hero__copy {
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	line-height: 1.588;
	color: #656971;
	max-width: 680px;
	margin-bottom: 36px;
}

.fati-v2-hero__cta {
	display: inline-block;
	background: #da291c;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 32px;
	border-radius: 4px;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(218, 41, 28, 0.2);
	transition: background-color 0.2s ease;
}

.fati-v2-hero__cta:hover {
	background: #b82217;
	color: #fff;
}

.fati-v2-hero__media {
	flex: 1 1 480px;
	max-width: 541px;
	align-self: stretch;
	margin-top: -100px;
	margin-bottom: -70px;
	overflow: hidden;
}

.fati-v2-hero__media img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0;
	object-fit: cover;
}

/* ---------- Product Families ---------- */
.fati-v2-families {
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.fati-v2-section-header {
	text-align: center;
	margin: 0 auto 60px;
}

.fati-v2-section-header__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.2;
	letter-spacing: -1.5px;
	color: #4d4d4f;
	margin-bottom: 16px;
}

.fati-v2-section-header__intro {
	max-width: 700px;
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: #000;
}

.fati-v2-families__grid {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.fati-v2-families__row {
	display: flex;
	justify-content: center;
	gap: 32px;
}

.fati-v2-families__row .fati-v2-card {
	flex: 1 1 0;
	max-width: 373px;
}

.fati-v2-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
}

.fati-v2-card__header {
	background: linear-gradient(170deg, #111c24 0%, #353742 100%);
	padding: 16px 24px;
}

.fati-v2-card__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.26;
	color: #fff;
}

.fati-v2-card__image {
	height: 250px;
}

.fati-v2-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fati-v2-card__body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
}

.fati-v2-card__desc {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

.fati-v2-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.fati-v2-card__list li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #333;
}

.fati-v2-card__check {
	flex: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: linear-gradient(135deg, #da291c 0%, #ff5449 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.fati-v2-card__check svg {
	width: 10px;
	height: 10px;
}

.fati-v2-card__link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #da291c;
	text-decoration: none;
}

.fati-v2-card__link svg {
	width: 16px;
	height: 16px;
	transition: transform 0.2s ease;
}

.fati-v2-card__link:hover {
	color: #b82217;
}

.fati-v2-card__link:hover svg {
	transform: translateX(3px);
}

/* ---------- Capabilities ---------- */
.fati-v2-capabilities {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.fati-v2-capabilities__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.fati-v2-capability {
	background: #fff;
	border-left: 4px solid #656971;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 20px;
	padding: 28px 28px 28px 32px;
}

.fati-v2-capability__icon {
	flex: none;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: linear-gradient(135deg, #da291c 0%, #ff5449 100%);
	box-shadow: 0 4px 6px rgba(218, 41, 28, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
}

.fati-v2-capability__icon svg {
	width: 26px;
	height: 26px;
}

.fati-v2-capability__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color: #111c24;
	margin-bottom: 8px;
}

.fati-v2-capability__desc {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #656971;
}

/* ---------- Certifications ---------- */
.fati-v2-certifications {
	background: linear-gradient(165deg, #111c24 0%, #353742 100%);
	padding-top: 80px;
	padding-bottom: 80px !important;
	position: relative;
	overflow: hidden;
}

.fati-v2-certifications__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.fati-v2-certifications__text {
	flex: 1 1 340px;
	max-width: 380px;
}

.fati-v2-certifications__eyebrow-bar {
	width: 40px;
	height: 3px;
	background: #da291c;
	display: block;
	margin-bottom: 19px;
}

.fati-v2-certifications__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 16px;
}

.fati-v2-certifications__desc {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #e5e7eb;
}

.fati-v2-certifications__badges {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-start;
}

.fati-v2-badge {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #da291c;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	padding: 16px 22px 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

/* ---------- Industries Served ---------- */
.fati-v2-industries {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.fati-v2-industries__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.fati-v2-industry-card {
	background: #fff;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.fati-v2-industry-card__image {
	height: 130px;
}

.fati-v2-industry-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fati-v2-industry-card__body {
	padding: 20px 24px;
}

.fati-v2-industry-card__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.47;
	color: #111c24;
	margin-bottom: 10px;
}

.fati-v2-industry-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.fati-v2-industry-card__list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #656971;
}

.fati-v2-industry-card__dot {
	flex: none;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #da291c;
}

/* ---------- Request a Quote ---------- */
.fati-v2-quote {
	background: linear-gradient(140deg, #da291c 0%, #b8231c 100%);
	padding-top: 100px;
	padding-bottom: 100px !important;
	position: relative;
	overflow: hidden;
}

.fati-v2-quote__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
	z-index: 1;
}

.fati-v2-quote__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 23px;
}

.fati-v2-quote__dots span {
	width: 40px;
	height: 3px;
	background: #fff;
	display: inline-block;
}

.fati-v2-quote__dots span:nth-child(2) {
	background: rgba(255, 255, 255, 0.6);
}

.fati-v2-quote__dots span:nth-child(3) {
	background: rgba(255, 255, 255, 0.3);
}

.fati-v2-quote__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.19;
	letter-spacing: -1.5px;
	color: #fff;
	text-align: center;
	margin-bottom: 16px;
}

.fati-v2-quote__desc {
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	margin-bottom: 48px;
}

.fati-v2-quote__form-wrap {
	background: transparent;
}

/* Styling for the embedded CF7 form */
.fati-v2-quote__form-wrap form.wpcf7-form {
	width: 100%;
}

.fati-v2-quote__form-wrap .wpcf7-form p {
	width: 100%;
	margin: 0 0 24px;
}

.fati-v2-quote__form-wrap .wpcf7-form p:empty,
.fati-v2-quote__form-wrap .wpcf7-form br {
	display: none;
}

.fati-v2-quote__form-wrap .wpcf7-form label {
	display: block;
	width: 100%;
	max-width: 100%;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}

.fati-v2-quote__form-wrap .wpcf7-form label > span.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin-top: 8px;
}

.fati-v2-quote__form-wrap .wpcf7-form input[type="text"],
.fati-v2-quote__form-wrap .wpcf7-form input[type="email"],
.fati-v2-quote__form-wrap .wpcf7-form select,
.fati-v2-quote__form-wrap .wpcf7-form textarea {
	width: 100%;
	height: 47px;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	padding: 12px 16px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #111c24;
	vertical-align: middle;
}

.fati-v2-quote__form-wrap .wpcf7-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23111c24' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 14px 14px;
}

.fati-v2-quote__form-wrap .wpcf7-form textarea {
	height: auto;
	min-height: 110px;
	line-height: 1.5;
	resize: vertical;
}

.fati-v2-quote__form-wrap .wpcf7-form input::placeholder,
.fati-v2-quote__form-wrap .wpcf7-form textarea::placeholder {
	color: rgba(17, 28, 36, 0.5);
	opacity: 1;
}

.fati-v2-quote__form-wrap .wpcf7-form-control-wrap {
	display: block;
}

.fati-v2-quote__form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.fati-v2-quote__form-wrap .wpcf7-form > p:last-of-type {
	text-align: center;
	margin-top: 16px;
}

.fati-v2-quote__form-wrap .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 247px;
	max-width: 100%;
	height: 56px;
	background: #fff;
	color: #da291c;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 16px;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fati-v2-quote__form-wrap .wpcf7-submit:hover {
	background: #da291c;
	color: #fff;
	border-color: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
	.fati-v2-industries__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.fati-v2-families__grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}

	.fati-v2-families__row {
		display: contents;
	}

	.fati-v2-families__row .fati-v2-card {
		max-width: 100%;
		width: 100%;
	}

	.fati-v2-capabilities__grid {
		grid-template-columns: 1fr;
	}

	.fati-v2-hero__inner {
		flex-direction: column;
	}

	.fati-v2-hero__content,
	.fati-v2-hero__media {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}

	.fati-v2-hero__media {
		align-self: auto;
		margin-top: 0;
		margin-bottom: 0;
	}

	.fati-v2-hero__media img {
		height: auto;
		border-radius: 4px;
	}
}

@media (max-width: 700px) {
	.fati-v2-hero {
		padding-top: 60px;
		padding-bottom: 40px !important;
	}

	.fati-v2-families {
		padding: 48px 0;
	}

	.fati-v2-industries__grid {
		grid-template-columns: 1fr;
	}

	.fati-v2-families__grid {
		display: flex;
		flex-direction: column;
	}

	.fati-v2-families__row {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.fati-v2-families__row .fati-v2-card {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}

	.fati-v2-hero__heading {
		font-size: 38px;
	}

	.fati-v2-quote__form-row {
		grid-template-columns: 1fr;
	}

	.fati-v2-certifications__inner {
		justify-content: center;
		text-align: center;
	}

	.fati-v2-certifications__badges {
		justify-content: center;
	}
}

/* =========================================================
   Page-specific sections — V2 Fati Immersion & Process Heaters
   (Figma node 1026:6337). This page's section order/content
   differs structurally from the main page: Product Types,
   Product Gallery, Application Matrix, Materials & Mounting,
   Specification Checklist, then a mid-page Hero/CTA banner
   (reusing .fati-v2-hero) before the Quote form.
   ========================================================= */

/* ---------- Section header, left-aligned variant (Product Types) ---------- */
.fati-v2-section-header--left {
	text-align: left;
	margin: 0 0 40px;
}

.fati-v2-section-header--left .fati-v2-section-header__intro {
	margin: 0;
}

/* ---------- Hero CTA group (two buttons instead of one) ---------- */
.fati-v2-hero__cta-group {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.fati-v2-hero__cta-group .fati-v2-hero__cta {
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	font-size: 14px;
	letter-spacing: 0.98px;
	background: linear-gradient(90deg, #da291c 0%, #c0241a 100%);
	box-shadow: 0 4px 3px rgba(218, 41, 28, 0.25);
}

.fati-v2-hero__cta--outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #da291c;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.91px;
	padding: 16px 26px;
	border: 2px solid #da291c;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.fati-v2-hero__cta--outline:hover {
	background: #da291c;
	color: #fff;
}

/* ---------- Product Types ---------- */
.fati-v2-product-types {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.fati-v2-product-types .fati-v2-section-header__intro {
	max-width: 100%;
}

.fati-v2-pt-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.fati-v2-pt-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-left: 4px solid #656971;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
}

.fati-v2-pt-card__image {
	height: 220px;
}

.fati-v2-pt-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fati-v2-pt-card__body {
	padding: 24px 28px 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
}

.fati-v2-pt-card__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	color: #111c24;
}

.fati-v2-pt-card__desc {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.57;
	color: #656971;
}

.fati-v2-pt-card__applications {
	border-top: 1px solid #e5e7eb;
	padding-top: 13px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

.fati-v2-pt-card__applications strong {
	color: #111c24;
	font-weight: 500;
}

.fati-v2-pt-card__applications span {
	color: #656971;
}

.fati-v2-pt-card__key-products {
	background: #f5f5f5;
	border-radius: 4px;
	padding: 14px 16px;
}

.fati-v2-pt-card__key-products-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #da291c;
	margin-bottom: 8px;
}

.fati-v2-pt-card__key-products-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fati-v2-pt-card__key-products-list li {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333;
}

.fati-v2-pt-card__features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fati-v2-pt-card__features li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #333;
}

.fati-v2-pt-card__check {
	flex: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #656971;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fati-v2-pt-card__check svg {
	width: 9px;
	height: 9px;
}

.fati-v2-pt-card__link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	color: #da291c;
	text-decoration: none;
}

.fati-v2-pt-card__link svg {
	width: 14px;
	height: 14px;
	transition: transform 0.2s ease;
}

.fati-v2-pt-card__link:hover svg {
	transform: translateX(3px);
}

/* ---------- Product Gallery ---------- */
.fati-v2-gallery {
	background: linear-gradient(165deg, #111c24 0%, #353742 100%);
	padding-top: 80px;
	padding-bottom: 80px !important;
	position: relative;
	overflow: hidden;
}

.fati-v2-gallery__eyebrow-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}

.fati-v2-gallery__eyebrow-bar {
	width: 40px;
	height: 3px;
	background: #da291c;
	display: inline-block;
}

.fati-v2-gallery__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 28px;
}

.fati-v2-gallery__viewport {
	overflow: hidden;
}

.fati-v2-gallery__strip {
	display: flex;
	gap: 16px;
	padding-bottom: 8px;
	transition: transform 0.4s ease;
	will-change: transform;
}

.fati-v2-gallery__strip img {
	flex: none;
	height: 180px;
	width: auto;
	max-width: 260px;
	object-fit: cover;
	border-radius: 8px;
}

.fati-v2-gallery__chevrons {
	position: relative;
	margin-top: 0;
	width: 52px;
	height: 52px;
}

.fati-v2-gallery__chevrons svg {
	width: 100%;
	height: 100%;
}

.fati-v2-gallery__nav-hit {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.fati-v2-gallery__nav-hit--prev { left: 0; }
.fati-v2-gallery__nav-hit--next { right: 0; }
.fati-v2-gallery__nav-hit.is-disabled {
	pointer-events: none;
	cursor: default;
}

.fati-v2-gallery__chevron-path {
	transition: filter 0.25s ease, opacity 0.25s ease;
}

.fati-v2-gallery__chevron-path.is-blurred {
	filter: blur(1.5px);
	opacity: 0.35;
}

/* ---------- Application Matrix ---------- */
.fati-v2-matrix {
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.fati-v2-matrix .fati-v2-section-header__intro {
	max-width: 800px;
}

.fati-v2-matrix__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}

.fati-v2-matrix__row {
	background: #fff;
	border-left: 4px solid #656971;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	padding: 28px 28px 28px 32px;
	display: grid;
	grid-template-columns: 1fr 1.2fr 1.8fr;
	gap: 24px;
	align-items: start;
}

.fati-v2-matrix__medium {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #111c24;
	margin-bottom: 4px;
}

.fati-v2-matrix__temp {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #656971;
}

.fati-v2-matrix__label {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #111c24;
	margin-bottom: 8px;
}

.fati-v2-matrix__pills {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}

.fati-v2-matrix__pill {
	background: linear-gradient(90deg, #da291c 0%, #ff5449 100%);
	border-radius: 999px;
	padding: 4px 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 11px;
	color: #fff;
	white-space: nowrap;
}

.fati-v2-matrix__considerations {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #656971;
}

.fati-v2-matrix__cta {
	text-align: center;
}

.fati-v2-matrix__cta-text {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #656971;
	margin-bottom: 16px;
}

.fati-v2-matrix__cta-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #da291c;
	text-decoration: none;
}

.fati-v2-matrix__cta-link svg {
	width: 16px;
	height: 16px;
}

/* ---------- Materials & Mounting Options ---------- */
.fati-v2-materials {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.fati-v2-materials__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.fati-v2-materials__col-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 32px;
}

.fati-v2-materials__col-bar {
	width: 40px;
	height: 3px;
	background: #da291c;
	display: inline-block;
	flex: none;
}

.fati-v2-materials__col-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #111c24;
}

.fati-v2-materials__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.fati-v2-materials__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: #f5f5f5;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 21px;
}

.fati-v2-materials__dot {
	flex: none;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	background: linear-gradient(135deg, #da291c 0%, #ff5449 100%);
	position: relative;
}

.fati-v2-materials__dot::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
}

.fati-v2-materials__item-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #111c24;
	margin-bottom: 4px;
}

.fati-v2-materials__item-desc {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #656971;
}

.fati-v2-materials__mounting-group {
	background: #fff;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	padding: 26px 0px 27px 26px;
}

.fati-v2-materials__mounting-group + .fati-v2-materials__mounting-group {
	margin-top: 24px;
}

.fati-v2-materials__mounting-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #111c24;
	margin-bottom: 16px;
}

.fati-v2-materials__mounting-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fati-v2-materials__mounting-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #656971;
}

.fati-v2-materials__mounting-dot {
	flex: none;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #da291c;
}

/* ---------- Specification Checklist ---------- */
.fati-v2-spec-checklist {
	background: linear-gradient(143.8deg, #f5f5f5 0%, #f2f3f4 25%, #eff0f2 50%, #eceef1 75%, #e9ecef 100%);
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.fati-v2-section-header__dashes {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
}

.fati-v2-section-header__dashes span {
	width: 40px;
	height: 3px;
	background: #da291c;
	display: inline-block;
}

.fati-v2-spec-checklist__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-bottom: 40px;
}

.fati-v2-spec-card {
	background: #fff;
	border-top: 4px solid #656971;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 36px 32px 32px;
}

.fati-v2-spec-card__header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.fati-v2-spec-card__icon {
	flex: none;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: linear-gradient(135deg, #da291c 0%, #ff5449 100%);
	box-shadow: 0 4px 6px rgba(218, 41, 28, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
}

.fati-v2-spec-card__icon svg {
	width: 20px;
	height: 20px;
}

.fati-v2-spec-card__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #111c24;
}

.fati-v2-spec-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.fati-v2-spec-card__list li {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #333;
}

.fati-v2-spec-card__check-label {
	display: flex;
	align-items: center;
	gap: 12px;
}

.fati-v2-spec-card__checkbox {
	flex: none;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	position: relative;
	background: linear-gradient(135deg, #da291c 0%, #ff5449 100%);
	box-shadow: 0 2px 4px rgba(218, 41, 28, 0.25);
}

.fati-v2-spec-card__checkbox::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.fati-v2-spec-checklist__cta {
	text-align: center;
}

.fati-v2-spec-checklist__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #111c24;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 32px;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.fati-v2-spec-checklist__button:hover {
	background: #353742;
}

/* ---------- Responsive: page-specific sections ---------- */
@media (max-width: 1100px) {
	.fati-v2-pt-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.fati-v2-matrix__row {
		grid-template-columns: 1fr 1fr;
	}

	.fati-v2-matrix__col-considerations {
		grid-column: 1 / -1;
	}

	.fati-v2-materials__grid {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.fati-v2-spec-checklist__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.fati-v2-product-types,
	.fati-v2-gallery,
	.fati-v2-matrix,
	.fati-v2-materials,
	.fati-v2-spec-checklist {
		padding-top: 48px;
		padding-bottom: 48px !important;
	}

	.fati-v2-pt-grid {
		grid-template-columns: 1fr;
	}

	.fati-v2-matrix__row {
		grid-template-columns: 1fr;
	}

	.fati-v2-hero__cta-group {
		flex-direction: column;
		align-items: stretch;
	}

	.fati-v2-hero__cta-group .fati-v2-hero__cta,
	.fati-v2-hero__cta-group .fati-v2-hero__cta--outline {
		text-align: center;
	}
}

/* ---------- Dynamics form (form_embed_dynamics) — matched to CF7 styling above ---------- */
.fati-v2-quote__form-wrap form.marketingForm,
.fati-v2-quote__form-wrap [data-layout="true"] {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-family: "Montserrat", sans-serif !important;
}

.fati-v2-quote__form-wrap .wrap-section {
	display: flex !important;
	flex-wrap: wrap !important;
	column-gap: 24px !important;
	padding: 0 !important;
	margin: 0 0 24px !important;
}

.fati-v2-quote__form-wrap .columnContainer {
	width: auto !important;
	min-width: 0 !important;
	flex: 1 1 260px !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 24px !important;
}

/* Collapse genuinely empty columns/rows (e.g. the hidden Lead Source mapping field) */
.fati-v2-quote__form-wrap .columnContainer:empty,
.fati-v2-quote__form-wrap .columnContainer:has(> [data-hide="hide"]:only-child) {
	display: none !important;
}

.fati-v2-quote__form-wrap .textFormFieldBlock,
.fati-v2-quote__form-wrap .optionSetFormFieldBlock,
.fati-v2-quote__form-wrap .dateTimeFormFieldBlock,
.fati-v2-quote__form-wrap .lookupFormFieldBlock,
.fati-v2-quote__form-wrap .phoneFormFieldBlock {
	padding: 0 !important;
	gap: 8px !important;
}

.fati-v2-quote__form-wrap .phoneFormFieldBlock .phoneCountryCode {
	display: block !important;
	width: 100% !important;
}

/* Labels (incl. inline-styled spans/p Dynamics writes into them) */
.fati-v2-quote__form-wrap .textFormFieldBlock label,
.fati-v2-quote__form-wrap .textFormFieldBlock label *,
.fati-v2-quote__form-wrap .optionSetFormFieldBlock label.block-label,
.fati-v2-quote__form-wrap .optionSetFormFieldBlock label.block-label *,
.fati-v2-quote__form-wrap .dateTimeFormFieldBlock label,
.fati-v2-quote__form-wrap .dateTimeFormFieldBlock label *,
.fati-v2-quote__form-wrap .lookupFormFieldBlock label,
.fati-v2-quote__form-wrap .lookupFormFieldBlock label *,
.fati-v2-quote__form-wrap .phoneFormFieldBlock label,
.fati-v2-quote__form-wrap .phoneFormFieldBlock label * {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	text-align: left !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fati-v2-quote__form-wrap .optionSetFormFieldBlock select,
.fati-v2-quote__form-wrap .textFormFieldBlock input,
.fati-v2-quote__form-wrap .dateTimeFormFieldBlock input,
.fati-v2-quote__form-wrap .lookupFormFieldBlock input,
.fati-v2-quote__form-wrap .phoneFormFieldBlock input,
.fati-v2-quote__form-wrap textarea,
.fati-v2-quote__form-wrap div[data-editorblocktype="Captcha"] input {
	background: #fff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 4px !important;
	padding: 12px 16px !important;
	height: 47px !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px !important;
	color: #111c24 !important;
	width: 100% !important;
	flex: none !important;
	box-sizing: border-box !important;
	margin-bottom: 0 !important;
}

.fati-v2-quote__form-wrap textarea {
	height: auto !important;
	min-height: 110px !important;
	resize: vertical !important;
}

.fati-v2-quote__form-wrap input::placeholder,
.fati-v2-quote__form-wrap textarea::placeholder {
	color: rgba(17, 28, 36, 0.5) !important;
	opacity: 1 !important;
}

/* Select arrow: swap Dynamics' default chevron for CF7's dark svg one */
.fati-v2-quote__form-wrap .optionSetFormFieldBlock select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding-right: 40px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23111c24' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 16px center !important;
	background-size: 14px 14px !important;
}

/* Submit row: center button + reCAPTCHA like CF7 */
.fati-v2-quote__form-wrap div[data-editorblocktype="SubmitButton"] {
	padding: 0 !important;
	margin-top: 16px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 16px !important;
}

.fati-v2-quote__form-wrap .submitButton {
	background: #fff !important;
	color: #da291c !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	width: 247px !important;
	max-width: 100% !important;
	height: 56px !important;
	padding: 0 16px !important;
	border: 2px solid #fff !important;
	border-radius: 4px !important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
	margin: 0 auto !important;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease !important;
}

.fati-v2-quote__form-wrap .submitButton:hover {
	background: #da291c !important;
	color: #fff !important;
	border-color: #fff !important;
}

/* Dividers — Dynamics writes a light-grey inline border color that's invisible on red */
.fati-v2-quote__form-wrap div[data-editorblocktype="Divider"] {
	margin: 0 !important;
}

.fati-v2-quote__form-wrap [data-editorblocktype="Divider"] th {
	border-top-color: #fff !important;
}

/* Freestanding info text blocks ("Additional Information" label, helper paragraph) —
   not wrapped in .textFormFieldBlock, so the form-level color never reached them
   (a directly-matched rule/inline style always beats an inherited value, importance
   on the ancestor notwithstanding) */
.fati-v2-quote__form-wrap [data-editorblocktype="Text"],
.fati-v2-quote__form-wrap [data-editorblocktype="Text"] * {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

/* Consent checkbox label — Dynamics inlines its own dark grey color AND
   -webkit-text-fill-color on the span; -webkit-text-fill-color wins over color
   for the rendered glyph in WebKit browsers, so both must be overridden */
.fati-v2-quote__form-wrap .consentBlock label,
.fati-v2-quote__form-wrap .consentBlock label * {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.fati-v2-quote__form-wrap .onFormSubmittedFeedback {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin: 0 auto;
	max-width: 100%;
	height: max-content !important;
}

@media (max-width: 640px) {
	.fati-v2-quote__form-wrap .wrap-section {
		row-gap: 24px !important;
	}

	.fati-v2-quote__form-wrap .columnContainer {
		flex: 1 1 100% !important;
	}
}

.fati-v2-quote__form-wrap .marketingForm .submitButton span {
    color: #C0251C !important;
}

.fati-v2-quote__form-wrap .marketingForm .submitButton span:hover {
    color: #fff !important;
}
