.tgr-page-insight-article-custom,
.tgr-insight-articles-archive {
	background: #f5f7fb;
	color: #1d2f52;
}

.tgr-insight-article-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.tgr-insight-article-hero {
	background-color: #22345d;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 64px 0 76px;
	color: #fff;
}

.tgr-insight-article-hero__inner {
	max-width: 760px;
}

.tgr-insight-article-hero__eyebrow,
.tgr-insight-article-newsletter__eyebrow,
.tgr-insight-archive-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tgr-insight-article-hero__eyebrow::before,
.tgr-insight-article-newsletter__eyebrow::before,
.tgr-insight-archive-hero__eyebrow::before {
	content: "";
	width: 48px;
	height: 1px;
	background: currentColor;
	opacity: 0.55;
}

.tgr-insight-article-hero h1,
.tgr-insight-archive-hero h1 {
	margin: 24px 0 0;
	font-size: clamp(3rem, 6vw, 5.6rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.tgr-insight-article-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 22px;
}

.tgr-insight-article-hero__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.tgr-insight-article-hero__actions a:hover {
	transform: translateY(-1px);
	opacity: 0.82;
}

.tgr-insight-article-hero__actions svg {
	width: 28px;
	height: 28px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tgr-insight-article-body {
	padding: 72px 0 28px;
}

.tgr-insight-floating-cta {
	position: sticky;
	top: 120px;
	align-self: start;
	width: 100%;
	padding: 20px 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 44px rgba(15, 29, 56, 0.14);
	backdrop-filter: blur(14px);
}

.tgr-insight-floating-cta__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #2f80ed;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tgr-insight-floating-cta__eyebrow::before {
	content: "";
	width: 26px;
	height: 1px;
	background: currentColor;
	opacity: 0.55;
}

.tgr-insight-floating-cta p {
	margin: 12px 0 0;
	color: #516688;
	font-size: 0.96rem;
	line-height: 1.7;
	word-break: keep-all;
}

.tgr-insight-floating-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 16px;
	padding: 13px 16px;
	border: 0;
	border-radius: 999px;
	background: #1d2f52;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.tgr-insight-article-lead {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 42px;
	align-items: start;
}

.tgr-insight-article-lead__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(17, 36, 69, 0.12);
}

.tgr-insight-article-lead__content h2 {
	margin: 0;
	font-size: clamp(2.1rem, 4vw, 3.35rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #2f80ed;
	word-break: keep-all;
}

.tgr-insight-article-lead__source,
.tgr-insight-article-lead__meta,
.tgr-insight-article-lead__intro {
	margin: 18px 0 0;
	color: #50627f;
	font-size: 1rem;
	line-height: 1.8;
	word-break: keep-all;
}

.tgr-insight-article-lead__meta {
	font-weight: 600;
	color: #203254;
}

.tgr-insight-article-content {
	padding: 44px 48px;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 29, 56, 0.08);
	color: #243652;
	font-size: 1.08rem;
	line-height: 2;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.tgr-insight-article-reading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px;
	gap: 28px;
	align-items: start;
	margin-top: 44px;
}

.tgr-insight-article-reading__main {
	min-width: 0;
}

.tgr-insight-article-content > :first-child {
	margin-top: 0;
}

.tgr-insight-article-content > :last-child {
	margin-bottom: 0;
}

.tgr-insight-article-content h2,
.tgr-insight-article-content h3,
.tgr-insight-article-content h4 {
	margin-top: 2.2em;
	margin-bottom: 0.75em;
	color: #1d2f52;
	line-height: 1.3;
}

.tgr-insight-article-content p,
.tgr-insight-article-content li,
.tgr-insight-article-content blockquote {
	word-break: keep-all;
}

.tgr-insight-article-content ul,
.tgr-insight-article-content ol {
	padding-left: 1.35em;
}

.tgr-insight-article-back {
	margin-top: 24px;
}

.tgr-insight-article-back a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #eef4ff;
	color: #2157a8;
	font-weight: 700;
	text-decoration: none;
}

.tgr-insight-article-back a::before {
	content: "<";
}

.tgr-insight-article-newsletter {
	padding: 28px 0 92px;
	scroll-margin-top: 120px;
}

.tgr-insight-article-newsletter__card {
	padding: 42px;
	border-radius: 28px;
	background: linear-gradient(135deg, #1e2e53 0%, #355388 100%);
	color: #fff;
	box-shadow: 0 28px 60px rgba(20, 34, 61, 0.18);
}

.tgr-insight-article-newsletter__card h2 {
	margin: 20px 0 0;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.tgr-insight-article-newsletter__card p {
	max-width: 720px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.8;
	word-break: keep-all;
}

.tgr-insight-article-newsletter__card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	padding: 14px 26px;
	border-radius: 999px;
	background: #fff;
	color: #203254;
	font-weight: 700;
	text-decoration: none;
}

.tgr-insight-archive-hero {
	padding: 88px 0 52px;
}

.tgr-insight-archive-hero p {
	max-width: 760px;
	margin: 22px 0 0;
	color: #516688;
	font-size: 1.08rem;
	line-height: 1.9;
}

.tgr-insight-archive-list {
	padding: 24px 0 96px;
}

.tgr-insight-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.tgr-insight-archive-card {
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 48px rgba(15, 29, 56, 0.08);
	overflow: hidden;
}

.tgr-insight-archive-card__image {
	display: block;
	background: #dde6f5;
}

.tgr-insight-archive-card__image img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.tgr-insight-archive-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 240px;
	color: #355388;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tgr-insight-archive-card__body {
	padding: 24px;
}

.tgr-insight-archive-card__meta {
	display: inline-block;
	color: #5c7090;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tgr-insight-archive-card__body h2 {
	margin: 12px 0 14px;
	font-size: 1.5rem;
	line-height: 1.28;
}

.tgr-insight-archive-card__body h2 a,
.tgr-insight-archive-card__link {
	color: #1d2f52;
	text-decoration: none;
}

.tgr-insight-archive-card__body p {
	margin: 0;
	color: #516688;
	line-height: 1.8;
}

.tgr-insight-archive-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	font-weight: 700;
}

.tgr-insight-archive-card__link::after {
	content: ">";
}

.tgr-insight-archive-pagination {
	margin-top: 36px;
}

.tgr-insight-archive-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tgr-insight-archive-pagination a,
.tgr-insight-archive-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 16px;
	border-radius: 999px;
	background: #fff;
	color: #1d2f52;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(15, 29, 56, 0.06);
}

.tgr-insight-archive-pagination .current {
	background: #1d2f52;
	color: #fff;
}

.tgr-insight-archive-empty {
	padding: 52px 36px;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 29, 56, 0.08);
	text-align: center;
}

.tgr-insight-archive-empty h2 {
	margin-top: 0;
}

@media (max-width: 1100px) {
	.tgr-insight-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.tgr-insight-floating-cta {
		display: none;
	}

	.tgr-insight-article-reading {
		grid-template-columns: 1fr;
	}

	.tgr-insight-article-hero {
		padding: 58px 0 68px;
	}

	.tgr-insight-article-lead {
		grid-template-columns: 1fr;
	}

	.tgr-insight-article-content {
		padding: 34px 28px;
	}
}

@media (max-width: 767px) {
	.tgr-insight-article-shell {
		width: min(100% - 28px, 1180px);
	}

	.tgr-insight-article-hero,
	.tgr-insight-archive-hero {
		padding: 52px 0 58px;
	}

	.tgr-insight-article-hero h1,
	.tgr-insight-archive-hero h1 {
		line-height: 1.02;
	}

	.tgr-insight-article-hero__actions a {
		width: 38px;
		height: 38px;
	}

	.tgr-insight-article-body {
		padding-top: 44px;
	}

	.tgr-insight-article-content {
		padding: 28px 22px;
		font-size: 1rem;
		line-height: 1.9;
	}

	.tgr-insight-article-newsletter__card {
		padding: 30px 24px;
	}

	.tgr-insight-archive-grid {
		grid-template-columns: 1fr;
	}
}
