/* FATI Air, Duct & Space v2 — Figma node 1026:7153 (V2 Fati Air, Duct, & Space) */

.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;
}

/* ---------- Section header (shared) ---------- */
.fati-v2-section-header {
	text-align: center;
	margin: 0 auto 60px;
}

.fati-v2-section-header__eyebrow-bar {
	width: 40px;
	height: 3px;
	background: #da291c;
	display: block;
	margin: 0 auto 20px;
}

.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-section-header--dark .fati-v2-section-header__title {
	color: #fff;
}

.fati-v2-section-header--dark .fati-v2-section-header__intro {
	color: #e5e7eb;
}

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

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

.fati-v2-hero__content {
	flex: 1 1 600px;
	max-width: 640px;
	padding-bottom: 60px;
}

.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: linear-gradient(175deg, #da291c 0%, #ff5449 100%);
	display: inline-block;
}

.fati-v2-hero__eyebrow {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.96px;
	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;
	color: #111c24;
	margin-bottom: 18px;
}

.fati-v2-hero__copy {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #656971;
	margin-bottom: 24px;
}

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

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

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

.fati-v2-hero__features-icon svg {
	width: 14px;
	height: 14px;
}

.fati-v2-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.fati-v2-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #da291c 0%, #c0241a 100%);
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.98px;
	padding: 16px 32px;
	border: 2px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(218, 41, 28, 0.25);
	transition: background-color 0.2s ease;
}

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

.fati-v2-hero__cta--outline {
	background: transparent;
	color: #da291c;
	border-color: #da291c;
	box-shadow: none;
}

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

.fati-v2-hero__media {
	flex: 1 1 480px;
	max-width: 520px;
	position: relative;
	align-self: stretch;
	margin-top: -100px;
	overflow: hidden;
}

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

/* ---------- Spec Bar ---------- */
.fati-v2-specbar {
	background: linear-gradient(172deg, #f8f9fa 0%, #e9ecef 100%);
	border-bottom: 1px solid #e5e7eb;
	padding-top: 32px;
	padding-bottom: 32px !important;
}

.fati-v2-specbar__inner {
	display: flex;
	gap: 24px;
}

.fati-v2-specbar__item {
	flex: 1 1 0;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
	padding: 24px 24px 20px;
}

.fati-v2-specbar__value {
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
	color: #da291c;
	margin-bottom: 4px;
}

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

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

/* Figma: Product Range header is left-aligned and full-width, unlike the
   centered/700px pattern used by the other sections that share this class */
.fati-v2-products .fati-v2-section-header {
	text-align: left;
	margin: 0 0 48px;
}

.fati-v2-products .fati-v2-section-header__title {
	font-size: 34px;
	line-height: 1.5;
	letter-spacing: normal;
}

.fati-v2-products .fati-v2-section-header__intro {
	max-width: 100%;
	margin: 0;
	font-size: 16px;
	color: #656971;
}

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

.fati-v2-product-card {
	background: #fff;
	border: 1px solid #656971;
	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-product-card__image {
	height: 160px;
}

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

.fati-v2-product-card__header {
	background: linear-gradient(90deg, #35373e 0%, #4a5565 100%);
	padding: 15px 20px;
}

.fati-v2-product-card__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
}

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

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

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

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

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

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

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

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

.fati-v2-product-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: #656971;
	text-decoration: none;
}

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

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

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

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

.fati-v2-gallery__header {
	margin-bottom: 40px;
}

.fati-v2-gallery__eyebrow-bar {
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, #da291c 0%, #ff5449 100%);
	display: block;
	margin-bottom: 19px;
}

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

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

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

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

.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 Examples ---------- */
.fati-v2-applications {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px !important;
}

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

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

.fati-v2-applications__col {
	background: #fff;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
	padding: 30px 30px 2px;
}

.fati-v2-applications__col-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.35;
	color: #111c24;
	border-left: 4px solid #da291c;
	padding-left: 16px;
	margin-bottom: 24px;
}

.fati-v2-applications__items {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.fati-v2-applications__item {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	padding: 16px;
}

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

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

/* ---------- Construction Options ---------- */
.fati-v2-construction {
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px !important;
}

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

.fati-v2-construction__card {
	background: #fff;
	border-top: 4px solid #656971;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	padding: 28px 24px;
}

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

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

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

.fati-v2-construction__check {
	flex: none;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.fati-v2-construction__check svg path {
	stroke: #656971;
}

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

.fati-v2-safehaz .fati-v2-section-header__eyebrow-bar {
	background: #fff;
}

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

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

.fati-v2-safehaz__card {
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding: 34px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.fati-v2-safehaz__card--hazardous {
	border-color: rgba(218, 41, 28, 0.5);
}

.fati-v2-safehaz__card-head {
	display: flex;
	align-items: center;
	gap: 16px;
}

.fati-v2-safehaz__card-head h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
}

.fati-v2-safehaz__icon {
	flex: none;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fati-v2-safehaz__icon svg {
	width: 28px;
	height: 28px;
}

.fati-v2-safehaz__icon--safe {
	background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
	box-shadow: 0 4px 8px rgba(34, 197, 94, 0.3);
}

.fati-v2-safehaz__icon--hazardous {
	background: linear-gradient(135deg, #da291c 0%, #ff5449 100%);
	box-shadow: 0 4px 8px rgba(218, 41, 28, 0.4);
}

.fati-v2-safehaz__desc {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #e5e7eb;
}

.fati-v2-safehaz__block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fati-v2-safehaz__block--bordered {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 17px;
}

.fati-v2-safehaz__label {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

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

.fati-v2-safehaz__list li {
	position: relative;
	padding-left: 14px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #e5e7eb;
}

.fati-v2-safehaz__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4ade80;
}

.fati-v2-safehaz__list--danger li::before {
	background: #da291c;
}

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

.fati-v2-safehaz__pills span {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 40px;
	padding: 7px 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 11px;
	color: #fff;
	white-space: nowrap;
}

.fati-v2-safehaz__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: linear-gradient(90deg, #da291c 0%, #c0241a 100%);
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 6px;
	text-decoration: none;
	align-self: flex-start;
}

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

.fati-v2-safehaz__callout {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 25px;
}

.fati-v2-safehaz__callout-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	margin-bottom: 8px;
}

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

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

.fati-v2-techspecs__table-wrap {
	max-width: 1154px;
	margin: 0 auto 48px;
	overflow-x: auto;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.fati-v2-techspecs__table {
	width: 100%;
	border-collapse: collapse;
	font-family: "Montserrat", sans-serif;
}

.fati-v2-techspecs__table thead th {
	text-align: left;
	background: linear-gradient(90deg, #111c24 0%, #35373e 100%);
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	padding: 20px 20px;
	border-bottom: 1px solid #e5e7eb;
}

.fati-v2-techspecs__table tbody td {
	padding: 20px 20px;
	font-size: 14px;
	color: #656971;
	border-bottom: 1px solid #e5e7eb;
}

.fati-v2-techspecs__table tbody tr:nth-child(even) td {
	background: #f8f9fa;
}

.fati-v2-techspecs__table tbody td:first-child {
	font-weight: 700;
	color: #111c24;
}

.fati-v2-techspecs__table tbody tr:last-child td {
	border-bottom: none;
}

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

.fati-v2-techspecs__note {
	background: #f5f5f5;
	border-left: 4px solid #da291c;
	border-radius: 8px;
	padding: 20px 20px 20px 24px;
}

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

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

/* ---------- 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__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-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;
	}

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

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

	.fati-v2-products__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.fati-v2-products__grid .fati-v2-product-card:last-child {
		grid-column: span 2;
		max-width: calc(50% - 12px);
		margin: 0 auto;
	}

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

	.fati-v2-construction__grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

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

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

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

	.fati-v2-products {
		padding-top: 48px;
	}

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

	.fati-v2-products__grid .fati-v2-product-card:last-child {
		grid-column: auto;
		max-width: 100%;
	}

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

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

	.fati-v2-techspecs__table th,
	.fati-v2-techspecs__table td {
		padding: 14px 12px;
		font-size: 13px;
	}
}

/* ---------- 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;
}
