.fig-insights,
.fig-insights * {
	box-sizing: border-box;
}

.fig-insights {
	--fig-navy: #2f3c61;
	--fig-deep: #202a46;
	--fig-coral: #fa9572;
	--fig-ink: #172039;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(68px, 8vw, 110px) 22px clamp(70px, 8vw, 105px);
	color: var(--fig-ink);
	background: linear-gradient(145deg, #fafcff 0%, #f3f6fb 58%, #fff6f2 100%);
	font-family: Inter, "DM Sans", Arial, sans-serif;
}

.fig-insights a,
.fig-insights a:hover,
.fig-insights a:focus,
.fig-insights a:visited {
	text-decoration: none !important;
}

.fig-grid-bg {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(rgba(47,60,97,.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(47,60,97,.045) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}

.fig-glow {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	pointer-events: none;
}

.fig-glow-one {
	top: -230px;
	right: -160px;
	width: 580px;
	height: 580px;
	background: rgba(250,149,114,.19);
	filter: blur(12px);
}

.fig-glow-two {
	top: 500px;
	left: -300px;
	width: 650px;
	height: 650px;
	background: rgba(47,60,97,.09);
	filter: blur(18px);
}

.fig-shell {
	position: relative;
	width: min(100%, 1240px);
	margin: 0 auto;
}

.fig-hero {
	margin-bottom: clamp(43px, 6vw, 70px);
	text-align: left;
}

.fig-breadcrumb {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 31px;
	color: #8992a6;
	font-size: 13px;
	font-weight: 650;
}

.fig-breadcrumb a {
	color: #727d95;
}

.fig-breadcrumb strong {
	color: var(--fig-navy);
}

.fig-heading-row {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
	gap: clamp(45px, 8vw, 110px);
	align-items: end;
}

.fig-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 17px;
	color: var(--fig-navy);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.fig-eyebrow i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--fig-coral);
	box-shadow: 0 0 0 5px rgba(250,149,114,.13);
}

.fig-heading-row h1 {
	max-width: 800px;
	margin: 0;
	color: var(--fig-ink);
	font-size: clamp(47px, 6vw, 76px);
	font-weight: 760;
	letter-spacing: -.058em;
	line-height: .99;
}

.fig-heading-row h1 em {
	color: var(--fig-navy);
	font-style: normal;
}

.fig-heading-row > p {
	margin: 0 0 4px;
	color: #667188;
	font-size: 15px;
	line-height: 1.75;
}

.fig-meta-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 32px;
	color: #7b8499;
	font-size: 12px;
	font-weight: 650;
}

.fig-meta-strip strong {
	color: var(--fig-navy);
}

.fig-meta-strip > i {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--fig-coral);
}

.fig-post-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}

.fig-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.92);
	border-radius: 22px;
	background: rgba(255,255,255,.7);
	box-shadow: 0 17px 43px rgba(47,60,97,.075);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	transition: transform .23s ease, box-shadow .23s ease, border-color .23s ease;
}

.fig-card:hover {
	border-color: rgba(250,149,114,.28);
	transform: translateY(-5px);
	box-shadow: 0 25px 55px rgba(47,60,97,.13);
}

.fig-image {
	position: relative;
	display: block;
	aspect-ratio: 1.35 / 1;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 80% 5%, rgba(250,149,114,.45), transparent 35%),
		linear-gradient(145deg, var(--fig-navy), var(--fig-deep));
}

.fig-image:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(22,30,52,.44), transparent 50%);
	pointer-events: none;
}

.fig-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none !important;
	object-fit: cover;
	transition: transform .45s ease;
}

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

.fig-image-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: rgba(255,255,255,.36);
}

.fig-image-fallback svg {
	width: 48px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.2;
}

.fig-category {
	position: absolute;
	left: 12px;
	bottom: 12px;
	z-index: 2;
	max-width: calc(100% - 60px);
	padding: 7px 10px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.34);
	border-radius: 9px;
	color: #fff;
	background: rgba(31,42,70,.58);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	font-size: 11px;
	font-weight: 750;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fig-image-arrow {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 10px;
	color: #fff;
	background: rgba(31,42,70,.55);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	font-size: 14px;
}

.fig-card-body {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 19px 18px 18px;
}

.fig-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin-bottom: 12px;
	color: #8790a4;
	font-size: 11px;
	font-weight: 650;
}

.fig-post-meta time,
.fig-post-meta small {
	color: inherit;
	font: inherit;
}

.fig-post-meta > span {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--fig-coral);
}

.fig-card h2 {
	margin: 0 0 11px;
	color: var(--fig-navy);
	font-size: clamp(16px, 1.35vw, 19px);
	font-weight: 780;
	letter-spacing: -.025em;
	line-height: 1.3;
}

.fig-card h2 a {
	display: -webkit-box;
	overflow: hidden;
	color: inherit;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.fig-card h2 a:hover {
	color: #40517e;
}

.fig-card-body > p {
	display: -webkit-box;
	margin: 0 0 21px;
	overflow: hidden;
	color: #6d778d;
	font-size: 12px;
	line-height: 1.68;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.fig-read-more {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	align-self: flex-start;
	margin-top: auto;
	color: var(--fig-navy);
	font-size: 12px;
	font-weight: 800;
}

.fig-read-more svg {
	width: 16px;
	fill: none;
	stroke: var(--fig-coral);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .2s ease;
}

.fig-read-more:hover svg {
	transform: translateX(3px);
}

.fig-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	margin-top: 48px;
}

.fig-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 43px;
	height: 43px;
	padding: 0 14px;
	border: 1px solid rgba(47,60,97,.1);
	border-radius: 12px;
	color: var(--fig-navy);
	background: rgba(255,255,255,.7);
	box-shadow: 0 8px 20px rgba(47,60,97,.05);
	font-size: 12px;
	font-weight: 750;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.fig-pagination .page-numbers:hover,
.fig-pagination .page-numbers:focus-visible {
	color: var(--fig-navy);
	background: #fff;
	transform: translateY(-2px);
	outline: none;
}

.fig-pagination .page-numbers.current {
	border-color: var(--fig-navy);
	color: #fff;
	background: var(--fig-navy);
}

.fig-pagination .dots {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.fig-empty {
	padding: 75px 25px;
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 25px;
	background: rgba(255,255,255,.65);
	box-shadow: 0 20px 55px rgba(47,60,97,.08);
	text-align: center;
}

.fig-empty-icon {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	margin: 0 auto 20px;
	border: 1px solid rgba(250,149,114,.27);
	border-radius: 18px;
	color: var(--fig-coral);
	background: rgba(250,149,114,.11);
}

.fig-empty-icon svg {
	width: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.fig-empty h2 {
	margin: 0 0 10px;
	color: var(--fig-navy);
	font-size: 28px;
}

.fig-empty p {
	margin: 0;
	color: #707b91;
	font-size: 14px;
}

.fig-bottom-cta {
	display: flex;
	justify-content: space-between;
	gap: 35px;
	align-items: center;
	margin-top: clamp(58px, 7vw, 85px);
	padding: clamp(27px, 4vw, 43px);
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 25px;
	color: #fff;
	background:
		radial-gradient(circle at 86% 0%, rgba(250,149,114,.3), transparent 32%),
		linear-gradient(145deg, var(--fig-navy), var(--fig-deep));
	box-shadow: 0 24px 60px rgba(47,60,97,.17);
}

.fig-bottom-cta span,
.fig-bottom-cta strong {
	display: block;
}

.fig-bottom-cta span {
	margin-bottom: 7px;
	color: var(--fig-coral);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.fig-bottom-cta strong {
	font-size: clamp(21px, 2.4vw, 31px);
	letter-spacing: -.035em;
}

.fig-bottom-cta > a {
	display: inline-flex;
	flex: 0 0 auto;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 20px;
	border-radius: 15px;
	color: var(--fig-navy);
	background: #fff;
	box-shadow: 0 12px 28px rgba(0,0,0,.12);
	font-size: 12px;
	font-weight: 800;
	transition: transform .2s ease, box-shadow .2s ease;
}

.fig-bottom-cta > a:hover,
.fig-bottom-cta > a:focus-visible {
	color: var(--fig-navy);
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(0,0,0,.18);
	outline: none;
}

.fig-bottom-cta svg {
	width: 17px;
	fill: none;
	stroke: var(--fig-coral);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 1024px) {
	.fig-shell {
		width: min(100%, 860px);
	}

	.fig-heading-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.fig-heading-row h1 {
		max-width: 780px;
		font-size: clamp(50px, 8vw, 70px);
	}

	.fig-heading-row > p {
		max-width: 620px;
	}

	.fig-post-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 15px;
	}

	.fig-card-body {
		padding: 17px 15px 16px;
	}

	.fig-card h2 {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.fig-insights {
		padding: 50px 12px 58px;
	}

	.fig-grid-bg {
		background-size: 34px 34px;
	}

	.fig-hero {
		margin-bottom: 35px;
		text-align: left;
	}

	.fig-breadcrumb {
		margin-bottom: 24px;
		font-size: 12px;
	}

	.fig-eyebrow {
		font-size: 11px;
	}

	.fig-heading-row h1 {
		font-size: clamp(40px, 12.5vw, 55px);
	}

	.fig-heading-row > p {
		font-size: 14px;
	}

	.fig-meta-strip {
		gap: 9px;
		margin-top: 23px;
		font-size: 11px;
	}

	.fig-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.fig-card {
		border-radius: 16px;
	}

	.fig-image {
		aspect-ratio: 1.18 / 1;
	}

	.fig-category {
		left: 8px;
		bottom: 8px;
		max-width: calc(100% - 45px);
		padding: 6px 7px;
		border-radius: 7px;
		font-size: 11px;
	}

	.fig-image-arrow {
		right: 8px;
		bottom: 8px;
		width: 27px;
		height: 27px;
		border-radius: 8px;
		font-size: 12px;
	}

	.fig-card-body {
		padding: 13px 11px 14px;
	}

	.fig-post-meta {
		gap: 5px;
		margin-bottom: 9px;
		font-size: 11px;
	}

	.fig-post-meta small,
	.fig-post-meta > span {
		display: none;
	}

	.fig-card h2 {
		margin-bottom: 9px;
		font-size: clamp(14px, 4.2vw, 16px);
		line-height: 1.32;
	}

	.fig-card-body > p {
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 1.55;
		-webkit-line-clamp: 2;
	}

	.fig-read-more {
		font-size: 12px;
	}

	.fig-read-more svg {
		width: 14px;
	}

	.fig-pagination {
		gap: 5px;
		margin-top: 36px;
	}

	.fig-pagination .page-numbers {
		min-width: 38px;
		height: 38px;
		padding: 0 10px;
		border-radius: 10px;
		font-size: 11px;
	}

	.fig-pagination .prev,
	.fig-pagination .next {
		font-size: 0;
	}

	.fig-pagination .prev span,
	.fig-pagination .next span {
		font-size: 15px;
	}

	.fig-bottom-cta {
		display: block;
		margin-top: 50px;
		padding: 28px 22px;
		border-radius: 21px;
		text-align: left;
	}

	.fig-bottom-cta span {
		font-size: 10px;
	}

	.fig-bottom-cta > a {
		width: 100%;
		margin-top: 22px;
	}
}

@media (max-width: 380px) {
	.fig-insights {
		padding-right: 9px;
		padding-left: 9px;
	}

	.fig-post-grid {
		gap: 7px;
	}

	.fig-card-body {
		padding-right: 9px;
		padding-left: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fig-insights *,
	.fig-insights *:before,
	.fig-insights *:after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
