/**
 * Insights hub (/insights/) — dated blog/news cadence.
 * Tokens mirror Resources hub; dated cadence index.
 */

body.assetza-insights-hub {
	--az-header-h: 72px;
	--az-insights-h2: clamp(1.85rem, 3vw, 2.5rem);
	--az-insights-h2-lh: 1.15;
	--az-insights-h3: 1.125rem;
	--az-insights-lead: var(--assetza-font-size-body-sm, 1rem);
	--az-insights-body: var(--assetza-font-size-body-sm, 1rem);
	--az-insights-color-heading: #1e3a5f;
	--az-insights-color-body: #667085;
	font-family: var(--assetza-font-ui, Inter, sans-serif);
	-webkit-font-smoothing: antialiased;
}

body.admin-bar.assetza-insights-hub {
	--az-header-h: calc(72px + 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar.assetza-insights-hub {
		--az-header-h: calc(72px + 46px);
	}
}

body.assetza-insights-hub .e-con-boxed > .e-con-inner {
	max-width: 1140px;
}

body.assetza-insights-hub .e-con.assetza-insights-hub-featured,
body.assetza-insights-hub .e-con.assetza-insights-hub-latest,
body.assetza-insights-hub .e-con.assetza-insights-hub-topics,
body.assetza-insights-hub .e-con.assetza-insights-hub-why,
body.assetza-insights-hub .e-con.assetza-insights-hub-newsletter,
body.assetza-insights-hub .e-con.assetza-insights-hub-next,
body.assetza-insights-hub .e-con.assetza-home-faq,
body.assetza-insights-hub .e-con.assetza-home-trust,
body.assetza-insights-hub .e-con.assetza-home-final-cta {
	padding-top: 56px !important;
	padding-bottom: 56px !important;
}

body.assetza-insights-hub .e-con > .e-con-inner {
	row-gap: 18px !important;
	column-gap: 18px !important;
}

body.assetza-insights-hub .assetza-insights-hub-featured > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title,
body.assetza-insights-hub .assetza-insights-hub-latest > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title,
body.assetza-insights-hub .assetza-insights-hub-topics > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title,
body.assetza-insights-hub .assetza-insights-hub-why > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title,
body.assetza-insights-hub .assetza-insights-hub-next > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title,
body.assetza-insights-hub .assetza-home-faq > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title,
body.assetza-insights-hub .assetza-home-trust > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title {
	font-size: var(--az-insights-h2) !important;
	line-height: var(--az-insights-h2-lh) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	max-width: 24ch;
	margin: 0 auto !important;
}

body.assetza-insights-hub .assetza-insights-hub-eyebrow {
	margin: 0 auto 6px !important;
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #e8a020 !important;
}

body.assetza-insights-hub .assetza-insights-hub-lead {
	margin: 0 auto !important;
	max-width: 52ch;
	text-align: center;
	font-size: var(--az-insights-lead) !important;
	line-height: 1.5 !important;
	color: var(--az-insights-color-body) !important;
}

/* ── Featured cards ── */
body.assetza-insights-hub .assetza-insights-hub-featured__grid.e-con {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
	margin-top: 8px;
}

body.assetza-insights-hub .assetza-insights-hub-featured__card.e-con {
	min-width: 0;
	border: 1px solid rgba(30, 58, 95, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.assetza-insights-hub a.assetza-insights-hub-featured__card.e-con {
	text-decoration: none !important;
	color: inherit;
	cursor: pointer;
}

body.assetza-insights-hub a.assetza-insights-hub-featured__card.e-con:hover,
body.assetza-insights-hub a.assetza-insights-hub-featured__card.e-con:focus {
	border-color: rgba(232, 160, 32, 0.4);
	box-shadow: 0 8px 20px rgba(30, 58, 95, 0.07);
	transform: translateY(-1px);
	outline: none;
}

body.assetza-insights-hub .assetza-insights-hub-featured__meta {
	margin: 0 0 10px !important;
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #e8a020 !important;
}

body.assetza-insights-hub .assetza-insights-hub-featured__card .elementor-heading-title {
	max-width: none !important;
	margin: 0 0 8px !important;
	font-size: var(--az-insights-h3) !important;
	text-align: left !important;
}

body.assetza-insights-hub .assetza-insights-hub-featured__card .elementor-widget-text-editor p {
	margin: 0 0 16px !important;
	font-size: var(--az-insights-body) !important;
	line-height: 1.5 !important;
	color: #667085 !important;
}

body.assetza-insights-hub .assetza-insights-hub-featured__cta {
	display: inline-block;
	margin-top: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #e8a020;
}

/* ── Topic bands ── */
body.assetza-insights-hub .assetza-insights-hub-topics__stack.e-con,
body.assetza-insights-hub .e-con.assetza-insights-hub-topics__stack {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	width: 100%;
	max-width: 820px;
	margin: 8px auto 0;
}

body.assetza-insights-hub .assetza-insights-hub-topic.e-con {
	min-width: 0;
	margin: 0 !important;
	border: 1px solid rgba(30, 58, 95, 0.08);
	border-radius: 14px;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.assetza-insights-hub a.assetza-insights-hub-topic.e-con {
	text-decoration: none !important;
	color: inherit;
	cursor: pointer;
}

body.assetza-insights-hub a.assetza-insights-hub-topic.e-con:hover,
body.assetza-insights-hub a.assetza-insights-hub-topic.e-con:focus {
	border-color: rgba(232, 160, 32, 0.45);
	box-shadow: 0 8px 20px rgba(30, 58, 95, 0.07);
	transform: translateY(-1px);
	outline: none;
}

body.assetza-insights-hub .assetza-insights-hub-topic > .elementor-widget-html,
body.assetza-insights-hub .assetza-insights-hub-topic .elementor-widget-html {
	display: grid !important;
	grid-template-columns: 120px minmax(0, 1fr) auto;
	gap: 8px 20px;
	align-items: center;
	width: 100%;
	margin: 0 !important;
	padding: 20px 22px;
	box-sizing: border-box;
}

body.assetza-insights-hub .assetza-insights-hub-topic__label {
	grid-column: 1;
	font-size: var(--az-insights-h3);
	font-weight: 700;
	line-height: 1.3;
	color: #1e3a5f;
}

body.assetza-insights-hub .assetza-insights-hub-topic__line {
	grid-column: 2;
	display: block;
	font-size: var(--az-insights-body);
	line-height: 1.45;
	color: #667085;
}

body.assetza-insights-hub .assetza-insights-hub-topic__go {
	grid-column: 3;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	color: #e8a020;
	transition: transform 0.2s ease;
}

body.assetza-insights-hub a.assetza-insights-hub-topic.e-con:hover .assetza-insights-hub-topic__go,
body.assetza-insights-hub a.assetza-insights-hub-topic.e-con:focus .assetza-insights-hub-topic__go {
	transform: translateX(3px);
}

/* ── Why ── */
body.assetza-insights-hub .assetza-insights-hub-why__ledger {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	max-width: 720px;
	margin: 8px auto 0;
}

body.assetza-insights-hub .assetza-insights-hub-why__row {
	padding: 22px 24px;
	background: #fff;
	border: 1px solid rgba(30, 58, 95, 0.08);
	border-radius: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.assetza-insights-hub .assetza-insights-hub-why__row:hover {
	border-color: rgba(232, 160, 32, 0.35);
	box-shadow: 0 6px 16px rgba(30, 58, 95, 0.06);
	transform: translateY(-1px);
}

body.assetza-insights-hub .assetza-insights-hub-why__title {
	margin: 0 0 6px;
	font-size: var(--az-insights-h3);
	font-weight: 700;
	line-height: 1.3;
	color: #1e3a5f;
}

body.assetza-insights-hub .assetza-insights-hub-why__line {
	margin: 0;
	font-size: var(--az-insights-body);
	line-height: 1.5;
	color: #667085;
}

/* ── Next grid ── */
body.assetza-insights-hub .assetza-insights-hub-next__grid.e-con {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

body.assetza-insights-hub .assetza-insights-hub-next__card.e-con {
	min-width: 0;
	padding: 24px 22px !important;
	border: 1px solid rgba(30, 58, 95, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.assetza-insights-hub a.assetza-insights-hub-next__card.e-con {
	text-decoration: none !important;
	color: inherit;
	cursor: pointer;
}

body.assetza-insights-hub a.assetza-insights-hub-next__card.e-con:hover,
body.assetza-insights-hub a.assetza-insights-hub-next__card.e-con:focus {
	border-color: rgba(232, 160, 32, 0.4);
	box-shadow: 0 8px 20px rgba(30, 58, 95, 0.07);
	transform: translateY(-1px);
	outline: none;
}

body.assetza-insights-hub .assetza-insights-hub-next__card .elementor-heading-title {
	max-width: none !important;
	margin: 0 0 8px !important;
	font-size: var(--az-insights-h3) !important;
	text-align: left !important;
}

body.assetza-insights-hub .assetza-insights-hub-next__card .elementor-widget-text-editor p {
	margin: 0 0 16px !important;
	font-size: var(--az-insights-body) !important;
	line-height: 1.5 !important;
	color: #667085 !important;
}

body.assetza-insights-hub .assetza-insights-hub-next__cta {
	display: inline-block;
	margin-top: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #e8a020;
}

/* Buttons */
body.assetza-insights-hub .assetza-btn,
body.assetza-insights-hub a.assetza-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 600;
	font-size: var(--assetza-font-size-ui, 1rem);
	font-family: var(--assetza-font-ui, Inter, sans-serif);
	text-decoration: none !important;
	line-height: 1;
	border: 2px solid transparent;
	box-sizing: border-box;
}

body.assetza-insights-hub a.assetza-btn-primary {
	background: var(--assetza-color-accent, #e8a020) !important;
	color: var(--assetza-color-primary, #1e3a5f) !important;
	border-color: var(--assetza-color-accent, #e8a020) !important;
}

body.assetza-insights-hub a.assetza-btn-secondary {
	background: transparent !important;
	color: var(--assetza-color-primary, #1e3a5f) !important;
	border-color: rgba(30, 58, 95, 0.2) !important;
}

/* FAQ + final CTA */
body.assetza-insights-hub .assetza-faq details {
	background: #fff;
	border: 1px solid rgba(30, 58, 95, 0.1);
	border-radius: 12px;
	padding: 16px 20px;
	margin-bottom: 10px;
}

body.assetza-insights-hub .assetza-faq summary {
	font-size: var(--az-insights-lead);
	font-weight: 600;
	color: #1e3a5f;
	cursor: pointer;
}

body.assetza-insights-hub .assetza-home-final-cta {
	background: #1e3a5f !important;
	text-align: center;
}

body.assetza-insights-hub .assetza-home-final-cta .elementor-heading-title {
	max-width: 22ch;
	margin: 0 auto;
	font-size: var(--az-insights-h2) !important;
	color: #fff !important;
	text-align: center !important;
}

body.assetza-insights-hub .assetza-home-final-cta .assetza-final-cta__lead,
body.assetza-insights-hub .assetza-home-final-cta .elementor-widget-text-editor p {
	margin: 0 auto !important;
	max-width: 32ch;
	font-size: var(--az-insights-lead) !important;
	color: #f6f8fa !important;
	text-align: center !important;
}

body.assetza-insights-hub .assetza-home-final-cta .assetza-btn-row {
	margin: 16px 0 0;
}

body.assetza-insights-hub .assetza-home-final-cta .assetza-btn-primary {
	padding: 16px 36px !important;
}

body.assetza-insights-hub .assetza-home-final-cta a.assetza-btn-primary:hover {
	transform: translateY(-2px);
}

body.assetza-insights-hub .assetza-trust-teaser__grid.e-con {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

@media (max-width: 900px) {
	body.assetza-insights-hub .e-con.assetza-insights-hub-hero {
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
	}

	body.assetza-insights-hub .assetza-insights-hub-hero__cols.e-con,
	body.assetza-insights-hub .e-con.assetza-insights-hub-hero__cols {
		flex-direction: column !important;
	}

	body.assetza-insights-hub .assetza-insights-hub-featured__grid.e-con,
	body.assetza-insights-hub .assetza-insights-hub-next__grid.e-con {
		grid-template-columns: 1fr;
	}

	body.assetza-insights-hub .assetza-insights-hub-topic > .elementor-widget-html,
	body.assetza-insights-hub .assetza-insights-hub-topic .elementor-widget-html {
		grid-template-columns: 1fr auto;
		gap: 8px 14px;
	}

	body.assetza-insights-hub .assetza-insights-hub-topic__label {
		grid-column: 1 / -1;
	}

	body.assetza-insights-hub .assetza-insights-hub-topic__line {
		grid-column: 1;
	}

	body.assetza-insights-hub .assetza-insights-hub-topic__go {
		grid-column: 2;
		grid-row: 2;
	}

	body.assetza-insights-hub .assetza-trust-teaser__grid.e-con {
		grid-template-columns: 1fr;
	}
}


/* ── Latest grid ── */
body.assetza-insights-hub .assetza-insights-hub-latest__grid.e-con {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
	margin-top: 8px;
}

body.assetza-insights-hub .assetza-insights-hub-latest__card.e-con {
	min-width: 0;
	border: 1px solid rgba(30, 58, 95, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.assetza-insights-hub a.assetza-insights-hub-latest__card.e-con {
	text-decoration: none !important;
	color: inherit;
	cursor: pointer;
}

body.assetza-insights-hub a.assetza-insights-hub-latest__card.e-con:hover,
body.assetza-insights-hub a.assetza-insights-hub-latest__card.e-con:focus {
	border-color: rgba(232, 160, 32, 0.4);
	box-shadow: 0 8px 20px rgba(30, 58, 95, 0.07);
	transform: translateY(-1px);
	outline: none;
}

body.assetza-insights-hub .assetza-insights-hub-latest__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin: 0 0 10px !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em;
	color: #667085 !important;
}

body.assetza-insights-hub .assetza-insights-hub-latest__cat {
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #e8a020;
}

body.assetza-insights-hub .assetza-insights-hub-latest__card .elementor-heading-title {
	max-width: none !important;
	margin: 0 0 8px !important;
	font-size: var(--az-insights-h3) !important;
	text-align: left !important;
}

body.assetza-insights-hub .assetza-insights-hub-latest__card .elementor-widget-text-editor p {
	margin: 0 0 16px !important;
	font-size: var(--az-insights-body) !important;
	line-height: 1.5 !important;
	color: #667085 !important;
}

body.assetza-insights-hub .assetza-insights-hub-latest__cta {
	display: inline-block;
	margin-top: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #e8a020;
}

/* ── Newsletter band ── */
body.assetza-insights-hub .assetza-insights-hub-newsletter__panel {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 36px 32px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(30, 58, 95, 0.08);
	border-radius: 20px;
	box-sizing: border-box;
}

body.assetza-insights-hub .assetza-insights-hub-newsletter__kicker {
	margin: 0 0 8px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #e8a020;
}

body.assetza-insights-hub .assetza-insights-hub-newsletter__title {
	margin: 0 0 10px;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #1e3a5f;
}

body.assetza-insights-hub .assetza-insights-hub-newsletter__line {
	margin: 0 auto 22px;
	max-width: 46ch;
	font-size: var(--az-insights-body);
	line-height: 1.55;
	color: #667085;
}

body.assetza-insights-hub .assetza-insights-hub-newsletter__panel .assetza-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 600;
	font-size: var(--assetza-font-size-ui, 1rem);
	text-decoration: none;
	line-height: 1;
	border: 2px solid transparent;
	box-sizing: border-box;
	background: var(--assetza-color-accent, #e8a020) !important;
	color: var(--assetza-color-primary, #1e3a5f) !important;
	border-color: var(--assetza-color-accent, #e8a020) !important;
}

@media (max-width: 900px) {
	body.assetza-insights-hub .assetza-insights-hub-latest__grid.e-con {
		grid-template-columns: 1fr;
	}

	body.assetza-insights-hub .assetza-insights-hub-newsletter__panel {
		padding: 28px 20px;
	}
}

/* ── Insight article pages ── */
body.assetza-insight-article {
	--az-header-h: 72px;
	--az-insights-h2: clamp(1.85rem, 3vw, 2.5rem);
	--az-insights-h2-lh: 1.15;
	--az-insights-h3: 1.125rem;
	--az-insights-lead: var(--assetza-font-size-body-sm, 1rem);
	--az-insights-body: var(--assetza-font-size-body-sm, 1rem);
	--az-insights-color-heading: #1e3a5f;
	--az-insights-color-body: #667085;
	font-family: var(--assetza-font-ui, Inter, sans-serif);
	-webkit-font-smoothing: antialiased;
}

body.admin-bar.assetza-insight-article {
	--az-header-h: calc(72px + 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar.assetza-insight-article {
		--az-header-h: calc(72px + 46px);
	}
}

body.assetza-insight-article .e-con-boxed > .e-con-inner {
	max-width: 1140px;
}

body.assetza-insight-article .e-con.assetza-insight-article-meta,
body.assetza-insight-article .e-con.assetza-insight-article-takeaways,
body.assetza-insight-article .e-con.assetza-insight-article-body,
body.assetza-insight-article .e-con.assetza-insight-article-related,
body.assetza-insight-article .e-con.assetza-insight-article-more,
body.assetza-insight-article .e-con.assetza-home-faq,
body.assetza-insight-article .e-con.assetza-home-final-cta {
	padding-top: 56px !important;
	padding-bottom: 56px !important;
}

body.assetza-insight-article .e-con.assetza-insight-article-meta {
	padding-top: 28px !important;
	padding-bottom: 8px !important;
}

body.assetza-insight-article .assetza-insights-hub-eyebrow {
	margin: 0 auto 6px !important;
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #e8a020 !important;
}

body.assetza-insight-article .assetza-insight-article-takeaways > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title,
body.assetza-insight-article .assetza-insight-article-related > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title,
body.assetza-insight-article .assetza-insight-article-more > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title,
body.assetza-insight-article .assetza-home-faq > .e-con-boxed > .e-con-inner > .elementor-widget-heading .elementor-heading-title {
	font-size: var(--az-insights-h2) !important;
	line-height: var(--az-insights-h2-lh) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	max-width: 24ch;
	margin: 0 auto !important;
}

body.assetza-insight-article .assetza-insight-article__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 16px;
	margin: 0;
	width: 100%;
	max-width: 720px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #667085;
}

body.assetza-insight-article .assetza-insight-article__cat {
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #e8a020;
}

body.assetza-insight-article .assetza-insight-article__back {
	margin-left: auto;
	color: #1e3a5f;
	text-decoration: none;
	font-weight: 700;
}

body.assetza-insight-article .assetza-insight-article__back:hover,
body.assetza-insight-article .assetza-insight-article__back:focus {
	color: #e8a020;
}

body.assetza-insight-article .assetza-insight-article__takeaways {
	list-style: none;
	margin: 12px auto 0;
	padding: 0;
	width: 100%;
	max-width: 720px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.assetza-insight-article .assetza-insight-article__takeaway {
	margin: 0;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid rgba(30, 58, 95, 0.08);
	border-radius: 14px;
	font-size: var(--az-insights-body);
	line-height: 1.5;
	color: #1e3a5f;
	font-weight: 600;
}

body.assetza-insight-article .assetza-insight-article__body {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

body.assetza-insight-article .assetza-insight-article__dek {
	margin: 0 0 28px;
	font-size: 1.125rem;
	line-height: 1.55;
	color: #667085;
}

body.assetza-insight-article .assetza-insight-article__section {
	margin: 0 0 28px;
}

body.assetza-insight-article .assetza-insight-article__h2 {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 2.4vw, 1.65rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #1e3a5f;
}

body.assetza-insight-article .assetza-insight-article__p {
	margin: 0;
	font-size: var(--az-insights-body);
	line-height: 1.65;
	color: #667085;
}

body.assetza-insight-article .assetza-insight-article-related__wrap.e-con {
	width: 100%;
	max-width: 720px;
	margin: 8px auto 0;
}

body.assetza-insight-article .assetza-insight-article-related__card.e-con {
	border: 1px solid rgba(30, 58, 95, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.assetza-insight-article a.assetza-insight-article-related__card.e-con {
	text-decoration: none !important;
	color: inherit;
}

body.assetza-insight-article a.assetza-insight-article-related__card.e-con:hover,
body.assetza-insight-article a.assetza-insight-article-related__card.e-con:focus {
	border-color: rgba(232, 160, 32, 0.4);
	box-shadow: 0 8px 20px rgba(30, 58, 95, 0.07);
	transform: translateY(-1px);
	outline: none;
}

body.assetza-insight-article .assetza-insight-article-related__card .elementor-heading-title {
	max-width: none !important;
	margin: 0 0 8px !important;
	font-size: var(--az-insights-h3) !important;
	text-align: left !important;
}

body.assetza-insight-article .assetza-insight-article-related__cta {
	display: inline-block;
	margin-top: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #e8a020;
}

body.assetza-insight-article .assetza-insights-hub-latest__grid.e-con {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
	margin-top: 8px;
}

body.assetza-insight-article .assetza-insights-hub-latest__card.e-con {
	min-width: 0;
	border: 1px solid rgba(30, 58, 95, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.assetza-insight-article a.assetza-insights-hub-latest__card.e-con {
	text-decoration: none !important;
	color: inherit;
}

body.assetza-insight-article a.assetza-insights-hub-latest__card.e-con:hover,
body.assetza-insight-article a.assetza-insights-hub-latest__card.e-con:focus {
	border-color: rgba(232, 160, 32, 0.4);
	box-shadow: 0 8px 20px rgba(30, 58, 95, 0.07);
	transform: translateY(-1px);
	outline: none;
}

body.assetza-insight-article .assetza-insights-hub-latest__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0 0 10px !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	color: #667085 !important;
}

body.assetza-insight-article .assetza-insights-hub-latest__cat {
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #e8a020;
}

body.assetza-insight-article .assetza-insights-hub-latest__card .elementor-heading-title {
	max-width: none !important;
	margin: 0 0 8px !important;
	font-size: var(--az-insights-h3) !important;
	text-align: left !important;
}

body.assetza-insight-article .assetza-insights-hub-latest__cta {
	display: inline-block;
	margin-top: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #e8a020;
}

body.assetza-insight-article .assetza-faq details {
	background: #fff;
	border: 1px solid rgba(30, 58, 95, 0.1);
	border-radius: 12px;
	padding: 16px 20px;
	margin-bottom: 10px;
}

body.assetza-insight-article .assetza-home-final-cta {
	background: #1e3a5f !important;
	text-align: center;
}

body.assetza-insight-article .assetza-home-final-cta .elementor-heading-title {
	max-width: 22ch;
	margin: 0 auto;
	font-size: var(--az-insights-h2) !important;
	color: #fff !important;
	text-align: center !important;
}

body.assetza-insight-article .assetza-home-final-cta .assetza-final-cta__lead,
body.assetza-insight-article .assetza-home-final-cta .elementor-widget-text-editor p {
	margin: 0 auto !important;
	max-width: 32ch;
	font-size: var(--az-insights-lead) !important;
	line-height: 1.55 !important;
	color: #f6f8fa !important;
	text-align: center !important;
}

body.assetza-insight-article .assetza-btn-row {
	margin: 16px 0 0;
	padding: 0;
	border: none !important;
	background: none !important;
}

body.assetza-insight-article .assetza-btn-row--center {
	text-align: center;
}

body.assetza-insight-article .assetza-btn,
body.assetza-insight-article a.assetza-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	padding: 14px 28px !important;
	border-radius: 999px !important;
	font-weight: 600;
	font-size: var(--assetza-font-size-ui, 1rem);
	font-family: var(--assetza-font-ui, Inter, sans-serif);
	text-decoration: none !important;
	line-height: 1 !important;
	border: 2px solid transparent;
	box-sizing: border-box;
	transition: transform 0.2s ease, background 0.15s ease, border-color 0.15s ease, filter 0.15s ease;
}

body.assetza-insight-article a.assetza-btn-primary {
	background: #e8a020 !important;
	color: #1e3a5f !important;
	border-color: #e8a020 !important;
}

body.assetza-insight-article a.assetza-btn-primary:hover {
	background: #f0b43a !important;
	border-color: #f0b43a !important;
	color: #1e3a5f !important;
	filter: none;
	transform: translateY(-2px);
}

body.assetza-insight-article .assetza-home-final-cta .assetza-btn-primary {
	padding: 16px 36px !important;
}

@media (max-width: 900px) {
	body.assetza-insight-article .assetza-insights-hub-latest__grid.e-con {
		grid-template-columns: 1fr;
	}

	body.assetza-insight-article .assetza-insight-article__back {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
}
