body.cygnivo-blog-post #main {
	padding: 0 !important;
	background: #fff;
}

body.cygnivo-blog-post #main > .fusion-row {
	max-width: none !important;
}

body.cygnivo-blog-post .fusion-footer {
	display: none !important;
}

.cyg-post-article {
	overflow: hidden;
	background: #fff;
	color: #17344f;
}

.cyg-post-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(78px, 7vw, 112px) 0 clamp(118px, 11vw, 172px);
	color: #fff;
	background:
		radial-gradient(circle at 84% 16%, rgba(49, 208, 199, 0.24), transparent 30%),
		linear-gradient(135deg, #07162e 0%, #0b2947 54%, #114e61 100%);
}

.cyg-post-hero::after {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 52px 52px;
	content: "";
	mask-image: linear-gradient(#000, transparent 92%);
}

.cyg-post-hero__glow {
	position: absolute;
	top: -240px;
	right: -160px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(100, 223, 223, 0.16);
	border-radius: 50%;
	box-shadow:
		0 0 0 70px rgba(100, 223, 223, 0.035),
		0 0 0 140px rgba(100, 223, 223, 0.025);
}

.cyg-post-hero__inner {
	position: relative;
	z-index: 1;
}

.cyg-post-back {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 46px;
	color: #b9d3df;
	font-size: 14px;
	font-weight: 800;
}

.cyg-post-back:hover {
	color: #64dfdf;
}

.cyg-post-back svg {
	width: 18px;
	transform: rotate(180deg);
}

.cyg-post-hero h1 {
	width: 100%;
	max-width: none;
	margin: 12px 0 34px;
	color: #fff !important;
	font-family: Oxygen, Arial, sans-serif;
	font-size: clamp(46px, 5vw, 72px);
	line-height: 1.02;
	letter-spacing: -0.052em;
	text-wrap: balance;
}

body.cygnivo-blog-post .cyg-post-hero h1 {
	color: #fff !important;
}

.cyg-post-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	color: #d6e2ec;
}

.cyg-post-byline__mark,
.cyg-post-author__mark {
	display: block;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(100, 223, 223, 0.5);
	border-radius: 13px;
	background: rgba(100, 223, 223, 0.12);
	box-shadow: 0 8px 22px rgba(0, 17, 38, 0.22);
}

.cyg-post-byline__mark img,
.cyg-post-author__mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cyg-post-byline > div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.cyg-post-byline small {
	color: #8faec0;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.cyg-post-byline b,
.cyg-post-byline time {
	color: #f3f8fb;
	font-size: 14px;
	font-weight: 700;
}

.cyg-post-byline__divider {
	width: 1px;
	height: 34px;
	margin-inline: 5px;
	background: rgba(255, 255, 255, 0.18);
}

.cyg-post-feature {
	position: relative;
	z-index: 2;
	margin-top: -82px;
}

.cyg-post-feature figure,
.cyg-post-feature__fallback {
	overflow: hidden;
	min-height: 380px;
	margin: 0;
	border: 8px solid #fff;
	border-radius: 28px;
	box-shadow: 0 30px 70px rgba(7, 31, 55, 0.2);
}

.cyg-post-feature figure {
	aspect-ratio: 16 / 8;
	background: #0a2947;
}

.cyg-post-feature figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cyg-post-feature__fallback {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: clamp(36px, 6vw, 76px);
	background:
		radial-gradient(circle at 78% 34%, rgba(83, 222, 209, 0.3), transparent 25%),
		linear-gradient(125deg, #0a2441, #153c66 54%, #0b7880);
}

.cyg-post-feature__fallback span {
	position: absolute;
	top: 50%;
	right: 10%;
	width: 290px;
	height: 290px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	transform: translateY(-50%);
}

.cyg-post-feature__fallback span:nth-child(2) {
	width: 210px;
	height: 210px;
	right: calc(10% + 40px);
}

.cyg-post-feature__fallback span:nth-child(3) {
	width: 130px;
	height: 130px;
	right: calc(10% + 80px);
}

.cyg-post-feature__fallback strong {
	position: relative;
	z-index: 1;
	max-width: 700px;
	color: #fff;
	font-family: Oxygen, Arial, sans-serif;
	font-size: clamp(34px, 4.4vw, 62px);
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.cyg-post-main {
	padding: clamp(72px, 7vw, 110px) 0;
}

.cyg-post-layout {
	display: grid;
	grid-template-columns: minmax(0, 820px) minmax(220px, 280px);
	gap: clamp(48px, 7vw, 100px);
	justify-content: center;
	align-items: start;
}

.cyg-post-copy {
	min-width: 0;
	color: #334f68;
	font-size: 19px;
	line-height: 1.82;
	overflow-wrap: anywhere;
}

.cyg-post-copy > p:first-of-type {
	color: #173b57;
	font-size: 23px;
	line-height: 1.65;
}

.cyg-post-copy p,
.cyg-post-copy ul,
.cyg-post-copy ol,
.cyg-post-copy blockquote,
.cyg-post-copy table,
.cyg-post-copy figure {
	margin-top: 0;
	margin-bottom: 28px;
}

@media (min-width: 720px) {
	.cyg-post-copy p {
		text-align: justify;
		text-justify: inter-word;
		hyphens: auto;
	}
}

.cyg-post-copy h2,
.cyg-post-copy h3,
.cyg-post-copy h4 {
	color: #0a2947;
	font-family: Oxygen, Arial, sans-serif;
	line-height: 1.18;
	letter-spacing: -0.035em;
}

.cyg-post-copy h2 {
	margin: 64px 0 24px;
	font-size: clamp(32px, 4vw, 46px);
}

.cyg-post-copy h3 {
	margin: 48px 0 20px;
	font-size: clamp(26px, 3vw, 34px);
}

.cyg-post-copy h4 {
	margin: 38px 0 16px;
	font-size: 23px;
}

.cyg-post-copy a {
	color: #087f8d;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(8, 127, 141, 0.35);
	text-underline-offset: 4px;
}

.cyg-post-copy a:hover {
	color: #075b69;
	text-decoration-color: currentColor;
}

.cyg-post-copy li {
	margin-bottom: 10px;
	padding-left: 5px;
}

.cyg-post-copy blockquote {
	padding: 30px 34px;
	border: 0;
	border-left: 4px solid #2bc8c7;
	border-radius: 0 18px 18px 0;
	background: #f0f8f8;
	color: #173b57;
	font-size: 22px;
	font-style: normal;
}

.cyg-post-copy img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.cyg-post-copy table {
	display: block;
	overflow-x: auto;
	width: 100%;
	border-collapse: collapse;
}

.cyg-post-copy th,
.cyg-post-copy td {
	padding: 14px 16px;
	border: 1px solid #dce7ee;
	text-align: left;
}

.cyg-post-copy th {
	background: #eef6f8;
	color: #123752;
}

.cyg-post-rail {
	position: sticky;
	top: 112px;
}

.cyg-post-rail__card {
	padding: 28px;
	border: 1px solid #dce7ee;
	border-radius: 20px;
	background: #f7fafc;
}

.cyg-post-rail__card > p,
.cyg-post-share > p {
	margin: 0 0 20px;
	color: #0a2947;
	font-weight: 800;
}

.cyg-post-rail dl,
.cyg-post-rail dd {
	margin: 0;
}

.cyg-post-rail dl > div {
	padding: 15px 0;
	border-top: 1px solid #dce7ee;
}

.cyg-post-rail dt {
	margin-bottom: 3px;
	color: #728599;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}

.cyg-post-rail dd {
	color: #173b57;
	font-size: 14px;
	font-weight: 700;
}

.cyg-post-rail__card > a,
.cyg-post-related .cyg-section-heading > a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-top: 18px;
	color: #087f8d;
	font-weight: 800;
}

.cyg-post-rail__card svg,
.cyg-post-related .cyg-section-heading svg,
.cyg-post-related__grid svg {
	width: 18px;
}

.cyg-post-share {
	margin-top: 18px;
	padding: 24px 28px;
	border-radius: 20px;
	background: #0b2947;
}

.cyg-post-share > p {
	color: #fff;
}

.cyg-post-share > div {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.cyg-post-share a {
	padding: 8px 12px;
	border: 1px solid rgba(100, 223, 223, 0.35);
	border-radius: 999px;
	color: #8ce8e9;
	font-size: 13px;
	font-weight: 800;
}

.cyg-post-author {
	padding: 0 0 clamp(80px, 8vw, 120px);
	background: #fff;
}

.cyg-post-author__card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 24px;
	align-items: center;
	max-width: 820px;
	margin-inline: auto;
	padding: 30px 34px;
	border: 1px solid #dce7ee;
	border-radius: 22px;
	background: #f7fafc;
}

.cyg-post-author__mark {
	width: 62px;
	height: 62px;
	border-radius: 17px;
	border-color: rgba(8, 127, 141, 0.35);
	background: #e6f6f6;
	box-shadow: 0 10px 28px rgba(7, 57, 87, 0.14);
}

.cyg-post-author__card p {
	margin: 0 0 4px;
	color: #087f8d;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.cyg-post-author__card h2 {
	margin: 0 0 5px;
	color: #0a2947;
	font-size: 24px;
}

.cyg-post-author__card span:not(.cyg-post-author__mark) {
	color: #5f7487;
}

.cyg-post-related {
	padding: clamp(76px, 8vw, 118px) 0;
	background: #f3f7fa;
}

.cyg-post-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.cyg-post-related__grid > a {
	display: flex;
	min-height: 250px;
	flex-direction: column;
	padding: 28px;
	border: 1px solid #dce7ee;
	border-radius: 20px;
	background: #fff;
	color: #0a2947;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cyg-post-related__grid > a:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 44px rgba(20, 52, 82, 0.1);
}

.cyg-post-related__grid small {
	color: #087f8d;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.cyg-post-related__grid h3 {
	margin: 22px 0 30px;
	font-size: 24px;
	line-height: 1.25;
}

.cyg-post-related__grid span {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-top: auto;
	color: #087f8d;
	font-weight: 800;
}

@media (max-width: 980px) {
	.cyg-post-layout {
		grid-template-columns: 1fr;
	}

	.cyg-post-rail {
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}

	.cyg-post-share {
		margin-top: 0;
	}

	.cyg-post-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.cyg-post-hero {
		padding: 68px 0 118px;
	}

	.cyg-post-back {
		margin-bottom: 34px;
	}

	.cyg-post-hero h1 {
		font-size: 43px;
	}

	.cyg-post-byline__divider {
		display: none;
	}

	.cyg-post-byline {
		gap: 15px 20px;
	}

	.cyg-post-feature {
		margin-top: -70px;
	}

	.cyg-post-feature figure,
	.cyg-post-feature__fallback {
		min-height: 260px;
		border-width: 5px;
		border-radius: 20px;
	}

	.cyg-post-feature__fallback span {
		right: -90px;
	}

	.cyg-post-feature__fallback span:nth-child(2) {
		right: -50px;
	}

	.cyg-post-feature__fallback span:nth-child(3) {
		right: -10px;
	}

	.cyg-post-main {
		padding: 64px 0 78px;
	}

	.cyg-post-copy,
	.cyg-post-copy > p:first-of-type {
		font-size: 18px;
	}

	.cyg-post-copy h2 {
		margin-top: 50px;
	}

	.cyg-post-rail,
	.cyg-post-related__grid {
		grid-template-columns: 1fr;
	}

	.cyg-post-author__card {
		grid-template-columns: 1fr;
		padding: 26px;
	}

	.cyg-post-related .cyg-section-heading > a {
		margin-top: 0;
	}
}
