/* ==========================================================================
   IdealGeotech 2026 — HOMEPAGE sections
   --------------------------------------------------------------------------
   Loaded ONLY on pages using the "Home New 2026" template.
   Everything is scoped under .ig-home so nothing leaks into the rest of
   the site. Buttons (.ig-btn / .ig-btn-primary) come from shell-new.css.

   Fonts (per brief):
     --ig-font-display : Barlow Condensed  -> headings, numbers, buttons
     --ig-font-body    : Barlow            -> body copy
   ========================================================================== */

.ig-home {
	--ig-orange: #FF6600;
	--ig-orange-dark: #cc5200;
	--ig-black: #242424;
	--ig-gray: #939598;
	--ig-gray-light: #F5F5F5;
	--ig-radius: 4px;
	--ig-transition: 0.22s ease;
	--ig-font-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	--ig-font-body: 'Barlow', 'Helvetica Neue', Arial, sans-serif;

	font-family: var(--ig-font-body);
	font-size: 16px;
	color: var(--ig-black);
	background: #fff;
	overflow-x: hidden;
}

/* Scoped reset — deliberately does NOT use the universal selector, so
   Gravity Forms internals and the rest of the site stay untouched. */
.ig-home h1,
.ig-home h2,
.ig-home h3,
.ig-home h4,
.ig-home p {
	margin: 0;
	padding: 0;
}

.ig-home,
.ig-home section,
.ig-home div,
.ig-home span,
.ig-home a,
.ig-home h1,
.ig-home h2,
.ig-home h3,
.ig-home h4,
.ig-home p,
.ig-home button {
	box-sizing: border-box;
}

.ig-home a {
	text-decoration: none;
	color: inherit;
}

.ig-home img {
	max-width: 100%;
	display: block;
}

.ig-home button {
	font-family: inherit;
}

.ig-home .ig-anchor {
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}

/* ------------------------------------------------------------------ SHARED */
.ig-home .ig-section {
	padding: 80px 5%;
}

.ig-home .ig-container {
	max-width: 1200px;
	margin: 0 auto;
}

.ig-home .ig-center {
	text-align: center;
}

.ig-home .ig-mb-32 {
	margin-bottom: 32px;
}

.ig-home .ig-eyebrow {
	color: var(--ig-orange);
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.ig-home .ig-eyebrow::before {
	content: '';
	width: 28px;
	height: 3px;
	background: var(--ig-orange);
	display: block;
	flex-shrink: 0;
}

.ig-home .ig-eyebrow-center {
	justify-content: center;
}

.ig-home .ig-section-title {
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: clamp(2rem, 4vw, 3rem);
	text-transform: uppercase;
	line-height: 1.05;
	color: var(--ig-black);
	margin-bottom: 16px;
}

.ig-home .ig-title-white {
	color: #fff;
}

.ig-home .ig-section-desc {
	color: #555;
	font-size: 1.09rem;
	line-height: 1.7;
	max-width: 600px;
}

.ig-home .ig-desc-white {
	color: rgba(255, 255, 255, 0.7);
}

.ig-home .ig-desc-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ig-home .ig-btn-row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.ig-home .ig-btn-outline {
	background: transparent;
	color: #fff;
	border: 2px solid var(--ig-orange);
}

.ig-home .ig-btn-outline:hover {
	background: var(--ig-orange);
	color: #fff;
}

.ig-home .ig-img-placeholder {
	color: rgba(255, 255, 255, 0.18);
	font-family: var(--ig-font-display);
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 16px;
}

/* -------------------------------------------------------------------- HERO */
.ig-home .ig-hero {
	position: relative;
	min-height: 92vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 80px 5%;
	background: #1a1a1a;
}

.ig-home .ig-hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 40%;
}

.ig-home .ig-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(20, 20, 20, 0.93) 0%, rgba(20, 20, 20, 0.82) 45%, rgba(20, 20, 20, 0.45) 75%, rgba(20, 20, 20, 0.2) 100%);
}

.ig-home .ig-hero-accent {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: var(--ig-orange);
}

.ig-home .ig-hero-content {
	position: relative;
	z-index: 2;
	max-width: 640px;
}

.ig-home .ig-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 102, 0, 0.15);
	border: 1px solid rgba(255, 102, 0, 0.4);
	padding: 6px 14px;
	border-radius: 2px;
	color: var(--ig-orange);
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.ig-home .ig-hero h1 {
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: clamp(3.2rem, 7vw, 5.8rem);
	line-height: 0.93;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 14px;
}

.ig-home .ig-hero h1 span {
	color: var(--ig-orange);
}

.ig-home .ig-hero-sub {
	font-family: var(--ig-font-display);
	font-size: clamp(1rem, 2.2vw, 1.35rem);
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 36px;
}

.ig-home .ig-hero-stats {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 44px;
	border-left: 3px solid var(--ig-orange);
}

.ig-home .ig-hero-stat {
	padding: 8px 28px 8px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ig-home .ig-hero-stat:last-child {
	border-right: none;
}

.ig-home .ig-hero-stat-num {
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: 2.4rem;
	color: var(--ig-orange);
	line-height: 1;
}

.ig-home .ig-hero-stat-label {
	font-size: 0.79rem;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 3px;
}

.ig-home .ig-hero-ctas {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

/* --------------------------------------------------------------- TRUST BAR */
.ig-home .ig-trust-bar {
	background: var(--ig-gray-light);
	padding: 18px 5%;
	border-bottom: 1px solid #e8e8e8;
}

.ig-home .ig-trust-bar-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.ig-home .ig-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
}

.ig-home .ig-trust-dot {
	width: 8px;
	height: 8px;
	background: var(--ig-orange);
	border-radius: 50%;
	flex-shrink: 0;
	display: block;
}

/* ------------------------------------------------------------------- ABOUT */
.ig-home .ig-about {
	background: #fff;
}

.ig-home .ig-about-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.ig-home .ig-about-text .ig-section-title {
	font-size: clamp(2rem, 3.5vw, 2.8rem);
}

.ig-home .ig-about-copy p {
	color: #555;
	line-height: 1.75;
	margin-bottom: 16px;
	font-size: 1.04rem;
}

.ig-home .ig-about-copy p:last-child {
	margin-bottom: 28px;
}

.ig-home .ig-about-video {
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--ig-black);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ig-home .ig-about-video-thumb {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ig-home .ig-about-video-link {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.25);
	transition: background var(--ig-transition);
}

.ig-home .ig-about-video-link:hover {
	background: rgba(0, 0, 0, 0.4);
}

.ig-home .ig-about-video-play {
	width: 64px;
	height: 64px;
	background: var(--ig-orange);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform var(--ig-transition);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.ig-home .ig-about-video-link:hover .ig-about-video-play {
	transform: scale(1.1);
}

.ig-home .ig-about-video-play svg {
	width: 24px;
	height: 24px;
	fill: #fff;
	margin-left: 4px;
	display: block;
}

/* --------------------------------------------------------------------- WHY */
.ig-home .ig-why {
	background: var(--ig-gray-light);
}

.ig-home .ig-why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 50px;
}

.ig-home .ig-why-card {
	background: #fff;
	border-radius: 6px;
	padding: 32px 24px;
	border-top: 4px solid var(--ig-orange);
	transition: transform var(--ig-transition), box-shadow var(--ig-transition);
}

.ig-home .ig-why-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.ig-home .ig-why-icon {
	width: 52px;
	height: 52px;
	background: var(--ig-orange);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.ig-home .ig-why-icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	display: block;
}

.ig-home .ig-why-card h3 {
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 1.15rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ig-home .ig-why-card p {
	font-size: 0.98rem;
	color: #666;
	line-height: 1.6;
}

/* ---------------------------------------------------------------- SERVICES */
.ig-home .ig-services {
	background: var(--ig-black);
}

.ig-home .ig-services-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}

.ig-home .ig-services-tabs {
	display: flex;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	overflow: hidden;
}

.ig-home .ig-tab-btn {
	padding: 10px 22px;
	background: transparent;
	color: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: background var(--ig-transition), color var(--ig-transition);
}

.ig-home .ig-tab-btn.is-active,
.ig-home .ig-tab-btn:hover {
	background: var(--ig-orange);
	color: #fff;
}

.ig-home .ig-service-panel {
	display: none;
}

.ig-home .ig-service-panel.is-active {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
}

.ig-home .ig-service-text h3 {
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.ig-home .ig-service-text p {
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.7;
	margin-bottom: 24px;
	font-size: 1.04rem;
}

.ig-home .ig-service-features {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 28px;
}

.ig-home .ig-service-feature {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.98rem;
}

.ig-home .ig-service-feature::before {
	content: '';
	min-width: 8px;
	height: 8px;
	background: var(--ig-orange);
	border-radius: 50%;
	margin-top: 5px;
	flex-shrink: 0;
}

.ig-home .ig-service-img-wrap {
	border-radius: 6px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #333, #1a1a1a);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ig-home .ig-service-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---------------------------------------------------------------- ORDERING */
.ig-home .ig-ordering {
	background: #fff;
	padding: 80px 5%;
	position: relative;
	overflow: hidden;
}

.ig-home .ig-ordering::before {
	content: '';
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: rgba(255, 102, 0, 0.06);
}

.ig-home .ig-ordering-inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}

.ig-home .ig-ordering-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 60px;
	align-items: end;
	margin-bottom: 48px;
}

.ig-home .ig-ordering-text h2 {
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: clamp(2rem, 4vw, 3rem);
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 16px;
	color: var(--ig-black);
}

.ig-home .ig-ordering-text h2 span {
	color: var(--ig-orange);
}

.ig-home .ig-ordering-text > p {
	color: #555;
	line-height: 1.7;
	font-size: 1.04rem;
	margin-bottom: 20px;
}

.ig-home .ig-ordering-badges {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.ig-home .ig-ordering-badge {
	background: rgba(255, 102, 0, 0.1);
	border: 1px solid rgba(255, 102, 0, 0.25);
	color: var(--ig-orange);
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 0.78rem;
	font-weight: 600;
	font-family: var(--ig-font-display);
	letter-spacing: 0.5px;
}

.ig-home .ig-ordering-steps {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ig-home .ig-ordering-step {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.ig-home .ig-ordering-step-num {
	min-width: 28px;
	height: 28px;
	background: rgba(255, 102, 0, 0.12);
	border: 1px solid rgba(255, 102, 0, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: 0.85rem;
	color: var(--ig-orange);
	flex-shrink: 0;
	margin-top: 1px;
}

.ig-home .ig-ordering-step-text {
	font-size: 0.96rem;
	color: #666;
	line-height: 1.5;
}

.ig-home .ig-ordering-step-text strong {
	color: var(--ig-black);
	display: block;
	margin-bottom: 2px;
}

/* Standard vs Custom cards */
.ig-home .ig-classify-cards {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 20px;
	align-items: start;
}

.ig-home .ig-classify-card {
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.ig-home .ig-classify-standard {
	background: var(--ig-black);
	border: 2px solid var(--ig-orange);
	box-shadow: 0 8px 32px rgba(255, 102, 0, 0.15);
}

.ig-home .ig-classify-custom {
	background: var(--ig-black);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.ig-home .ig-classify-card-header {
	background: var(--ig-orange);
	padding: 18px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.ig-home .ig-classify-custom .ig-classify-card-header {
	background: rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ig-home .ig-classify-card-title {
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #fff;
}

.ig-home .ig-classify-card-badge {
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 0.7rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 3px;
	white-space: nowrap;
	background: #fff;
	color: var(--ig-orange);
}

.ig-home .ig-classify-custom .ig-classify-card-badge {
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.ig-home .ig-classify-card-sub {
	font-size: 0.93rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
	padding: 16px 24px 0;
}

.ig-home .ig-classify-features {
	display: flex;
	flex-direction: column;
	padding: 16px 24px 24px;
	flex: 1 1 auto;
}

.ig-home .ig-classify-feature {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.ig-home .ig-classify-feature:last-child {
	border-bottom: none;
}

.ig-home .ig-classify-check {
	color: var(--ig-orange);
	font-weight: 700;
	font-size: 0.98rem;
	flex-shrink: 0;
	margin-top: 1px;
	width: 16px;
}

.ig-home .ig-classify-plus {
	color: rgba(255, 255, 255, 0.35);
	font-weight: 700;
	font-size: 1.09rem;
	flex-shrink: 0;
	width: 16px;
}

.ig-home .ig-classify-feature-label {
	font-size: 0.82rem;
	color: var(--ig-orange);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
	margin-bottom: 3px;
}

.ig-home .ig-classify-custom .ig-classify-feature-label {
	color: rgba(255, 255, 255, 0.4);
}

.ig-home .ig-classify-feature-val {
	font-size: 0.98rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
}

.ig-home .ig-classify-btn {
	margin: 0 24px 24px;
	width: calc(100% - 48px);
	justify-content: center;
}

.ig-home .ig-classify-custom .ig-classify-btn {
	color: #fff;
}

/* --------------------------------------------------------------- NATA LAB */
.ig-home .ig-lab {
	background: var(--ig-gray-light);
}

.ig-home .ig-lab-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.ig-home .ig-lab-visual {
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #1a1a1a, #333);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.ig-home .ig-lab-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ig-home .ig-lab-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	background: var(--ig-orange);
	color: #fff;
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: 0.75rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 6px 12px;
	border-radius: 3px;
}

.ig-home .ig-lab-features {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
}

.ig-home .ig-lab-feature {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.ig-home .ig-lab-feature-icon {
	width: 40px;
	height: 40px;
	background: rgba(255, 102, 0, 0.1);
	border: 1px solid rgba(255, 102, 0, 0.2);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ig-home .ig-lab-feature-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--ig-orange);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	display: block;
}

.ig-home .ig-lab-feature h4 {
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 0.95rem;
	text-transform: uppercase;
	margin-bottom: 3px;
	color: var(--ig-black);
}

.ig-home .ig-lab-feature p {
	font-size: 0.93rem;
	color: #666;
	line-height: 1.5;
}

/* ----------------------------------------------------------------- PROCESS */
.ig-home .ig-process {
	background: var(--ig-black);
}

.ig-home .ig-process-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	margin-top: 50px;
	position: relative;
}

.ig-home .ig-process-steps::before {
	content: '';
	position: absolute;
	top: 32px;
	left: 10%;
	right: 10%;
	height: 2px;
	background: linear-gradient(90deg, var(--ig-orange), var(--ig-orange-dark));
	z-index: 0;
}

.ig-home .ig-process-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 12px;
	position: relative;
	z-index: 1;
}

.ig-home .ig-step-circle {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--ig-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 20px;
	border: 4px solid var(--ig-black);
	box-shadow: 0 0 0 2px var(--ig-orange);
	flex-shrink: 0;
}

.ig-home .ig-process-step h4 {
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	color: #fff;
}

.ig-home .ig-process-step p {
	font-size: 0.89rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
}

/* ---------------------------------------------------------------- COVERAGE */
.ig-home .ig-coverage {
	background: var(--ig-gray-light);
}

.ig-home .ig-coverage-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 60px;
	align-items: start;
}

.ig-home .ig-coverage-cards {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 16px;
}

.ig-home .ig-coverage-card {
	background: #fff;
	border-radius: 6px;
	padding: 24px;
	border-top: 3px solid var(--ig-orange);
}

.ig-home .ig-coverage-card h4 {
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.ig-home .ig-coverage-card p {
	font-size: 0.93rem;
	color: #666;
	line-height: 1.5;
}

.ig-home .ig-coverage-phone {
	color: var(--ig-orange);
	font-weight: 600;
	font-size: 0.93rem;
	display: block;
	margin-top: 8px;
	word-break: break-word;
}

.ig-home .ig-coverage-highlight {
	background: var(--ig-black);
	border-radius: 8px;
	padding: 32px;
	color: #fff;
}

.ig-home .ig-coverage-highlight h3 {
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.ig-home .ig-coverage-highlight > p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.98rem;
	line-height: 1.7;
	margin-bottom: 20px;
}

.ig-home .ig-coverage-stat-row {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.ig-home .ig-cov-stat {
	text-align: center;
}

.ig-home .ig-cov-stat-num {
	font-family: var(--ig-font-display);
	font-weight: 800;
	font-size: 2.2rem;
	color: var(--ig-orange);
	line-height: 1;
}

.ig-home .ig-cov-stat-label {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.45);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 4px;
}

.ig-home .ig-coverage-quote {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ig-home .ig-quote-text {
	font-size: 0.89rem;
	color: rgba(255, 255, 255, 0.35);
	font-style: italic;
	line-height: 1.7;
}

.ig-home .ig-quote-author {
	font-size: 0.75rem;
	color: var(--ig-orange);
	margin-top: 10px;
	font-family: var(--ig-font-display);
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------- CASES */
.ig-home .ig-cases {
	background: #fff;
}

.ig-home .ig-cases-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 50px;
}

.ig-home .ig-case-card {
	background: var(--ig-gray-light);
	border-radius: 6px;
	overflow: hidden;
	transition: transform var(--ig-transition), box-shadow var(--ig-transition);
}

.ig-home .ig-case-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.ig-home .ig-case-card-img {
	height: 190px;
	background: linear-gradient(135deg, var(--ig-black), #444);
	overflow: hidden;
}

.ig-home .ig-case-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Distinct gradient per card when no image is set, as in the design. */
.ig-home .ig-case-card:nth-child(1) .ig-case-card-img {
	background: linear-gradient(135deg, #2a1a00, #555);
}

.ig-home .ig-case-card:nth-child(2) .ig-case-card-img {
	background: linear-gradient(135deg, #001a10, #444);
}

.ig-home .ig-case-card:nth-child(3) .ig-case-card-img {
	background: linear-gradient(135deg, #001a2a, #333);
}

.ig-home .ig-case-body {
	padding: 24px;
}

.ig-home .ig-case-body h3 {
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ig-home .ig-case-body p {
	font-size: 0.96rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 16px;
}

.ig-home .ig-case-meta {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.ig-home .ig-case-meta-item {
	font-size: 0.85rem;
	color: var(--ig-orange);
	font-weight: 600;
}

/* --------------------------------------------------------------------- FAQ */
.ig-home .ig-faq {
	background: var(--ig-gray-light);
}

.ig-home .ig-faq-list {
	max-width: 780px;
	margin: 50px auto 0;
}

.ig-home .ig-faq-item {
	border-bottom: 1px solid #ddd;
	background: #fff;
	margin-bottom: 2px;
	border-radius: 4px;
}

.ig-home .ig-faq-q {
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 20px 24px;
	text-align: left;
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: var(--ig-black);
	transition: color var(--ig-transition);
}

.ig-home .ig-faq-q:hover,
.ig-home .ig-faq-q.is-open {
	color: var(--ig-orange);
}

.ig-home .ig-faq-ic {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid currentColor;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform var(--ig-transition), background var(--ig-transition), border-color var(--ig-transition);
	position: relative;
}

.ig-home .ig-faq-ic::before,
.ig-home .ig-faq-ic::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 1px;
}

.ig-home .ig-faq-ic::before {
	width: 10px;
	height: 2px;
}

.ig-home .ig-faq-ic::after {
	width: 2px;
	height: 10px;
}

.ig-home .ig-faq-q.is-open .ig-faq-ic {
	background: var(--ig-orange);
	border-color: var(--ig-orange);
	transform: rotate(45deg);
}

.ig-home .ig-faq-q.is-open .ig-faq-ic::before,
.ig-home .ig-faq-q.is-open .ig-faq-ic::after {
	background: #fff;
}

.ig-home .ig-faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
}

.ig-home .ig-faq-a.is-open {
	padding-bottom: 20px;
}

.ig-home .ig-faq-a p {
	font-size: 1rem;
	color: #555;
	line-height: 1.7;
	padding: 0 24px;
}

/* ----------------------------------------------------------------- CONTACT */
.ig-home .ig-contact {
	background: var(--ig-black);
}

.ig-home .ig-contact-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
	gap: 60px;
	align-items: start;
}

.ig-home .ig-contact-info .ig-section-title {
	font-size: clamp(2rem, 3.5vw, 2.8rem);
}

.ig-home .ig-contact-info .ig-section-desc {
	margin-bottom: 32px;
}

.ig-home .ig-contact-details {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ig-home .ig-cd {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	min-width: 0;
}

.ig-home .ig-cd-icon {
	width: 40px;
	height: 40px;
	background: rgba(255, 102, 0, 0.15);
	border: 1px solid var(--ig-orange);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ig-home .ig-cd-icon svg {
	width: 18px;
	height: 18px;
	stroke: var(--ig-orange);
	fill: none;
	stroke-width: 2;
	display: block;
}

.ig-home .ig-cd-text {
	min-width: 0;
}

.ig-home .ig-cd-text p {
	font-size: 0.85rem;
	color: var(--ig-gray);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

.ig-home .ig-cd-text a,
.ig-home .ig-cd-text span {
	color: #fff;
	font-size: 1.04rem;
	font-weight: 500;
	word-break: break-word;
}

.ig-home .ig-cd-text a:hover {
	color: var(--ig-orange);
}

.ig-home .ig-contact-form-wrap {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 40px;
}

.ig-home .ig-contact-form-wrap h3 {
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.ig-home .ig-form-note {
	font-size: 0.85rem;
	color: var(--ig-gray);
	margin-top: 14px;
}

.ig-home .ig-form-missing {
	color: #ffb066;
	font-size: 0.98rem;
	border: 1px dashed rgba(255, 176, 102, 0.5);
	padding: 14px;
	border-radius: 4px;
}

/* =========================================================================
   GRAVITY FORMS — dark theme to match the design.
   Written with #page .ig-home .ig-gf ... so it only ever affects the form inside
   this section. Selectors cover both the "gravity-theme" and legacy markup.
   ========================================================================= */
#page .ig-home .ig-gf .gform_wrapper {
	margin: 0;
}

#page .ig-home .ig-gf .gform_heading,
#page .ig-home .ig-gf .gform_required_legend {
	display: none;
}

#page .ig-home .ig-gf .gform_fields {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#page .ig-home .ig-gf .gfield {
	grid-column: span 12;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	min-width: 0;
}

#page .ig-home .ig-gf .gfield--width-half {
	grid-column: span 6;
}

#page .ig-home .ig-gf .gfield--width-third {
	grid-column: span 4;
}

#page .ig-home .ig-gf .gfield_label,
#page .ig-home .ig-gf .gform-field-label {
	display: block;
	font-family: var(--ig-font-body);
	font-size: 0.87rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
	margin: 0 0 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#page .ig-home .ig-gf .gfield_required {
	color: var(--ig-orange);
	margin-left: 2px;
}

#page .ig-home .ig-gf input[type="text"],
#page .ig-home .ig-gf input[type="email"],
#page .ig-home .ig-gf input[type="tel"],
#page .ig-home .ig-gf input[type="url"],
#page .ig-home .ig-gf input[type="number"],
#page .ig-home .ig-gf select,
#page .ig-home .ig-gf textarea {
	width: 100%;
	padding: 11px 14px;
	border: 1.5px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--ig-radius);
	font-family: var(--ig-font-body);
	font-size: 0.98rem;
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	transition: border-color var(--ig-transition);
}

#page .ig-home .ig-gf input::placeholder,
#page .ig-home .ig-gf textarea::placeholder {
	color: rgba(255, 255, 255, 0.3);
	opacity: 1;
}

#page .ig-home .ig-gf input:focus,
#page .ig-home .ig-gf select:focus,
#page .ig-home .ig-gf textarea:focus {
	border-color: var(--ig-orange);
	background: rgba(255, 255, 255, 0.07);
	box-shadow: none;
}

#page .ig-home .ig-gf textarea {
	resize: vertical;
	min-height: 110px;
}

#page .ig-home .ig-gf select {
	/* Chevron, since the native arrow is removed by appearance:none. */
	background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.55) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.55) 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	padding-right: 36px;
}

#page .ig-home .ig-gf select option {
	background: #242424;
	color: #fff;
}

#page .ig-home .ig-gf .gfield_description,
#page .ig-home .ig-gf .gform_fileupload_rules,
#page .ig-home .ig-gf .ginput_container_fileupload .gform_fileupload_rules {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.35);
	padding: 8px 0 0;
	margin: 0;
}

/* --- File upload / drag & drop area --- */
#page .ig-home .ig-gf .gform_drop_area {
	border: 2px dashed rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	padding: 36px 20px;
	text-align: center;
	cursor: pointer;
	background: transparent;
	transition: border-color var(--ig-transition), background var(--ig-transition);
	margin: 0;
}

#page .ig-home .ig-gf .gform_drop_area:hover,
#page .ig-home .ig-gf .gform_drop_area.gform_drop_area_hover {
	border-color: var(--ig-orange);
	background: rgba(255, 102, 0, 0.06);
}

#page .ig-home .ig-gf .gform_drop_instructions {
	display: block;
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 14px;
}

#page .ig-home .ig-gf .gform_button_select_files {
	background: transparent;
	color: #fff;
	border: 2px solid var(--ig-orange);
	padding: 11px 24px;
	border-radius: var(--ig-radius);
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background var(--ig-transition);
}

#page .ig-home .ig-gf .gform_button_select_files:hover {
	background: var(--ig-orange);
}

#page .ig-home .ig-gf .ginput_preview,
#page .ig-home .ig-gf .gform_delete,
#page .ig-home .ig-gf .ginput_preview_list .gfield_fileupload_filename {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.89rem;
}

#page .ig-home .ig-gf .ginput_preview {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--ig-radius);
	padding: 8px 12px;
	margin: 8px 0 0;
}

#page .ig-home .ig-gf .gform_progress_bar_wrapper .gform_progress_bar {
	background: rgba(255, 255, 255, 0.08);
}

#page .ig-home .ig-gf .gform_progress_bar > span {
	background: var(--ig-orange);
}

/* --- Submit --- */
#page .ig-home .ig-gf .gform_footer,
#page .ig-home .ig-gf .gform-footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 20px 0 0;
	padding: 0;
}

#page .ig-home .ig-gf .gform_button,
#page .ig-home .ig-gf input[type="submit"] {
	background: var(--ig-orange);
	color: #fff;
	border: none;
	padding: 13px 30px;
	border-radius: var(--ig-radius);
	font-family: var(--ig-font-display);
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	width: auto;
	transition: background var(--ig-transition), transform var(--ig-transition);
}

#page .ig-home .ig-gf .gform_button:hover,
#page .ig-home .ig-gf input[type="submit"]:hover {
	background: var(--ig-orange-dark);
	transform: translateY(-1px);
}

#page .ig-home .ig-gf .gform_ajax_spinner {
	filter: brightness(3);
	margin-left: 10px;
}

/* --- Validation / confirmation --- */
#page .ig-home .ig-gf .gform_validation_errors {
	background: rgba(255, 102, 0, 0.1);
	border: 1px solid var(--ig-orange);
	border-radius: var(--ig-radius);
	box-shadow: none;
	padding: 14px 18px;
	margin: 0 0 20px;
}

#page .ig-home .ig-gf .gform_validation_errors > h2,
#page .ig-home .ig-gf .gform_validation_errors .gform_submission_error {
	color: var(--ig-orange);
	font-family: var(--ig-font-display);
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#page .ig-home .ig-gf .gfield_error input,
#page .ig-home .ig-gf .gfield_error select,
#page .ig-home .ig-gf .gfield_error textarea,
#page .ig-home .ig-gf .gfield_error .ginput_container input {
	border-color: #ff8a4c;
}

#page .ig-home .ig-gf .gfield_validation_message,
#page .ig-home .ig-gf .validation_message {
	background: transparent;
	border: none;
	color: #ff8a4c;
	font-size: 0.85rem;
	padding: 6px 0 0;
	margin: 0;
}

#page .ig-home .ig-gf .gform_confirmation_message,
#page .ig-home .ig-gf .gform_confirmation_wrapper {
	color: #fff;
	font-size: 1.04rem;
	line-height: 1.7;
	background: rgba(255, 102, 0, 0.08);
	border: 1px solid rgba(255, 102, 0, 0.3);
	border-radius: var(--ig-radius);
	padding: 24px;
}

/* --- Captcha container ---------------------------------------------------
   No captcha is wired into the form: Gravity Forms' honeypot handles spam.
   These rules only make sure a widget lands correctly if one is added later
   (Cloudflare Turnstile renders as .cf-turnstile). */
#page .ig-home .ig-gf .cf-turnstile,
#page .ig-home .ig-gf .ginput_recaptcha {
	margin-top: 8px;
	transform-origin: 0 0;
}

@media (max-width: 400px) {
	#page .ig-home .ig-gf .cf-turnstile,
	#page .ig-home .ig-gf .ginput_recaptcha {
		transform: scale(0.85);
	}
}

/* ------------------------------------------------------------- ANIMATIONS */
@keyframes ig-fade-up {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.ig-home .ig-fu {
	opacity: 0;
	animation: ig-fade-up 0.6s ease forwards;
}

.ig-home .ig-fu1 { animation-delay: 0.1s; }
.ig-home .ig-fu2 { animation-delay: 0.25s; }
.ig-home .ig-fu3 { animation-delay: 0.4s; }
.ig-home .ig-fu4 { animation-delay: 0.55s; }

.ig-home .ig-reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.ig-home .ig-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ------------------------------------------------------------- RESPONSIVE */
@media (max-width: 1024px) {
	.ig-home .ig-lab-inner,
	.ig-home .ig-ordering-header {
		grid-template-columns: 1fr;
	}

	.ig-home .ig-ordering-header {
		gap: 32px;
	}

	.ig-home .ig-classify-cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.ig-home .ig-hero {
		padding: 70px 5% 60px;
		min-height: auto;
	}

	.ig-home .ig-about-inner,
	.ig-home .ig-coverage-inner,
	.ig-home .ig-contact-inner {
		grid-template-columns: 1fr;
	}

	.ig-home .ig-service-panel.is-active {
		grid-template-columns: 1fr;
	}

	.ig-home .ig-why-grid,
	.ig-home .ig-cases-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ig-home .ig-process-steps {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}

	.ig-home .ig-process-steps::before {
		display: none;
	}

	.ig-home .ig-coverage-cards {
		grid-template-columns: 1fr;
	}

	.ig-home .ig-contact-form-wrap {
		padding: 28px 20px;
	}

	#page .ig-home .ig-gf .gfield--width-half,
	#page .ig-home .ig-gf .gfield--width-third {
		grid-column: span 12;
	}
}

@media (max-width: 560px) {
	.ig-home .ig-section {
		padding: 56px 5%;
	}

	.ig-home .ig-hero-stats {
		flex-wrap: wrap;
	}

	.ig-home .ig-hero-stat {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.ig-home .ig-why-grid,
	.ig-home .ig-cases-grid {
		grid-template-columns: 1fr;
	}

	.ig-home .ig-coverage-stat-row {
		gap: 16px;
	}

	.ig-home .ig-services-header {
		align-items: flex-start;
	}

	.ig-home .ig-services-tabs {
		width: 100%;
	}

	.ig-home .ig-tab-btn {
		flex: 1 1 auto;
		padding: 10px 12px;
		font-size: 0.87rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ig-home .ig-fu {
		animation: none;
		opacity: 1;
	}

	.ig-home .ig-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.ig-home * {
		transition: none !important;
	}
}
