.skyemont-hub-wrapper-b5f3870f {
	--skyemont-navy: #071a44;
	--skyemont-teal: #008b84;
	--skyemont-muted: #536178;
	--skyemont-line: #dfe6ee;
	--skyemont-soft: #f7fbff;
	--skyemont-hero-image: linear-gradient(90deg, #f7fbff 0%, #eef7fb 48%, #dfe8ed 100%);
	--skyemont-cta-image: none;
	color: var(--skyemont-navy);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

.skyemont-hub-wrapper-b5f3870f * {
	box-sizing: border-box;
}

.skyemont-kh-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding-left: 26px;
	padding-right: 26px;
}

.skyemont-kh-header {
	position: relative;
	z-index: 5;
	background: #fff;
	border-bottom: 1px solid #e7ecf2;
	box-shadow: 0 1px 0 rgba(7, 26, 68, 0.02);
}

.skyemont-kh-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 72px;
}

.skyemont-kh-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 190px;
	color: var(--skyemont-navy);
	text-decoration: none;
}

.skyemont-kh-logo img {
	display: block;
	width: auto;
	max-width: 205px;
	max-height: 48px;
}

.skyemont-logo-mark {
	position: relative;
	display: inline-block;
	width: 31px;
	height: 31px;
	border-radius: 8px;
	background: var(--skyemont-teal);
	flex: 0 0 31px;
}

.skyemont-logo-mark::before,
.skyemont-logo-mark::after {
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 2px;
}

.skyemont-logo-mark::before {
	width: 18px;
	height: 5px;
	left: 6px;
	top: 13px;
}

.skyemont-logo-mark::after {
	width: 5px;
	height: 18px;
	left: 13px;
	top: 6px;
}

.skyemont-logo-text {
	display: block;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
}

.skyemont-logo-text small {
	display: block;
	margin-top: 5px;
	color: var(--skyemont-teal);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.28em;
}

.skyemont-kh-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	flex: 1 1 auto;
	min-width: 0;
	white-space: nowrap;
}

.skyemont-kh-menu a {
	position: relative;
	color: var(--skyemont-navy);
	font-size: 13px;
	font-weight: 600;
	line-height: 72px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.skyemont-kh-menu a:hover,
.skyemont-kh-menu a.is-active {
	color: var(--skyemont-teal);
}

.skyemont-kh-menu a.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17px;
	height: 3px;
	background: var(--skyemont-teal);
	border-radius: 999px;
}

.skyemont-kh-header-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 5px;
	background: var(--skyemont-teal);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(0, 139, 132, 0.2);
	white-space: nowrap;
}

.skyemont-kh-hero {
	position: relative;
	overflow: hidden;
	min-height: 466px;
	background-image:
		linear-gradient(90deg, #f7fbff 0%, rgba(247, 251, 255, 0.96) 37%, rgba(247, 251, 255, 0.58) 58%, rgba(247, 251, 255, 0.1) 100%),
		var(--skyemont-hero-image);
	background-size: cover;
	background-position: center right;
}

.skyemont-kh-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.42fr);
	gap: 30px;
	min-height: 466px;
	align-items: stretch;
	padding-top: 34px;
	padding-bottom: 0;
}

.skyemont-kh-hero-copy {
	position: relative;
	z-index: 2;
	padding-bottom: 48px;
}

.skyemont-kh-breadcrumb {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 36px;
	color: #394760;
	font-size: 13px;
}

.skyemont-kh-breadcrumb span:nth-child(2) {
	opacity: 0.65;
}

.skyemont-kh-hero h1 {
	margin: 0;
	color: var(--skyemont-navy);
	font-size: clamp(44px, 5vw, 58px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
}

.skyemont-kh-rule {
	display: block;
	width: 52px;
	height: 3px;
	margin: 22px 0;
	background: var(--skyemont-teal);
	border-radius: 999px;
}

.skyemont-kh-hero p {
	max-width: 430px;
	margin: 0 0 26px;
	color: #14264c;
	font-size: 17px;
	line-height: 1.62;
}

.skyemont-kh-search {
	display: flex;
	align-items: center;
	width: min(510px, 100%);
	height: 58px;
	padding: 0 7px 0 22px;
	border: 1px solid #d8e0ea;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.skyemont-kh-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	color: #526175;
	background: transparent;
	font: 500 14px/1.2 inherit;
}

.skyemont-kh-search button {
	display: grid;
	place-items: center;
	width: 45px;
	height: 45px;
	border: 0;
	border-radius: 50%;
	background: var(--skyemont-teal);
	color: #fff;
	cursor: pointer;
	flex: 0 0 45px;
}

.skyemont-kh-search svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.skyemont-kh-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
	color: #14264c;
	font-size: 12px;
}

.skyemont-kh-tags span {
	font-weight: 600;
}

.skyemont-kh-tags a {
	padding: 8px 11px;
	border: 1px solid #dfe6ee;
	border-radius: 5px;
	background: #fff;
	color: #14264c;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(7, 26, 68, 0.03);
}

.skyemont-kh-hero-visual {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: 100%;
}

.skyemont-kh-hero-visual img {
	display: block;
	max-width: 310px;
	max-height: 390px;
	object-fit: contain;
	object-position: bottom right;
	filter: drop-shadow(0 14px 20px rgba(7, 26, 68, 0.12));
}

.skyemont-topics-section {
	padding-top: 35px;
}

.skyemont-section-header {
	margin: 0 0 22px;
	text-align: center;
}

.skyemont-section-header h2 {
	margin: 0 0 12px;
	color: var(--skyemont-navy);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}

.skyemont-section-header p {
	max-width: 680px;
	margin: 0 auto;
	color: #263a59;
	font-size: 14px;
	line-height: 1.55;
}

.skyemont-topics-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 19px;
	margin-bottom: 42px;
}

.skyemont-topic-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 292px;
	padding: 23px 18px 20px;
	border: 1px solid #dbe3ed;
	border-radius: 7px;
	background: #fff;
	text-align: center;
	box-shadow: 0 8px 18px rgba(7, 26, 68, 0.03);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.skyemont-topic-card:hover {
	transform: translateY(-3px);
	border-color: var(--card-accent);
	box-shadow: 0 16px 30px rgba(7, 26, 68, 0.07);
}

.skyemont-topic-icon {
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	margin-bottom: 17px;
	border-radius: 50%;
	background: var(--card-tint);
	color: var(--card-accent);
	font-size: 28px;
}

.skyemont-topic-icon svg {
	width: 31px;
	height: 31px;
	fill: currentColor;
}

.skyemont-topic-initial {
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.skyemont-topics-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 24px;
	border: 1px solid #dbe3ed;
	border-radius: 7px;
	background: #fff;
	color: var(--skyemont-muted);
	text-align: center;
}

.skyemont-topic-card h3 {
	margin: 0 0 8px;
	color: var(--card-accent);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.15;
}

.skyemont-topic-badge {
	display: inline-block;
	margin-bottom: 16px;
	color: #14264c;
	font-size: 13px;
	font-weight: 500;
}

.skyemont-topic-card p {
	max-width: 176px;
	margin: 0 auto 18px;
	color: #152746;
	font-size: 13px;
	line-height: 1.48;
	flex: 1 1 auto;
}

.skyemont-topic-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 156px;
	height: 40px;
	border: 1px solid #dbe3ed;
	border-radius: 6px;
	color: var(--card-accent);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.skyemont-topic-link:hover {
	background: var(--card-accent);
	color: #fff;
}

.skyemont-dual-articles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 42px;
	margin-bottom: 42px;
}

.skyemont-articles-col {
	min-width: 0;
}

.skyemont-latest-col {
	padding-left: 38px;
	border-left: 1px solid #dbe3ed;
}

.skyemont-col-title {
	margin: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #dbe3ed;
	color: var(--skyemont-navy);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.skyemont-articles-list {
	display: flex;
	flex-direction: column;
}

.skyemont-articles-empty {
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid #dbe3ed;
	color: var(--skyemont-muted);
	font-size: 13px;
	line-height: 1.45;
}

.skyemont-article-item {
	display: grid;
	align-items: center;
	gap: 16px;
	min-height: 80px;
	border-bottom: 1px solid #dbe3ed;
	color: var(--skyemont-navy);
	text-decoration: none;
	transition: background 0.2s ease;
}

.skyemont-article-item:hover {
	background: #fbfdff;
}

.skyemont-popular-item {
	grid-template-columns: 34px 116px minmax(0, 1fr) 18px;
}

.skyemont-latest-item {
	grid-template-columns: minmax(0, 1fr) 18px;
}

.skyemont-num-badge {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #d9f2f0;
	color: var(--skyemont-teal);
	font-size: 12px;
	font-weight: 800;
}

.skyemont-article-img {
	display: block;
	width: 116px;
	height: 64px;
	object-fit: cover;
	border-radius: 6px;
	background: linear-gradient(135deg, #dce9ef, #f8fafc);
}

/* WP Popular Posts shortcode output */
.skyemont-wpp-list .wpp-list {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: skyemont-popular-post;
}

.skyemont-wpp-list .wpp-list li {
	position: relative;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 18px;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 16px;
	min-height: 80px;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #dbe3ed;
	clear: none;
	float: none;
	overflow: visible;
	counter-increment: skyemont-popular-post;
}

.skyemont-wpp-list .wpp-list li:has(.wpp-thumbnail) {
	grid-template-columns: 34px 116px minmax(0, 1fr) 18px;
}

.skyemont-wpp-list .wpp-list li::before {
	content: counter(skyemont-popular-post, decimal-leading-zero);
	display: grid;
	grid-column: 1;
	grid-row: 1 / span 2;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #d9f2f0;
	color: var(--skyemont-teal);
	font-size: 12px;
	font-weight: 800;
}

.skyemont-wpp-list .wpp-list li::after {
	content: "\203A";
	grid-column: 3;
	grid-row: 1 / span 2;
	justify-self: end;
	color: var(--skyemont-navy);
	font-size: 26px;
	line-height: 1;
}

.skyemont-wpp-list .wpp-list li:has(.wpp-thumbnail)::after {
	grid-column: 4;
}

.skyemont-wpp-list .wpp-list li > a:has(.wpp-thumbnail) {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.skyemont-wpp-list .wpp-thumbnail {
	display: block;
	width: 116px;
	height: 64px;
	margin: 0;
	border-radius: 6px;
	float: none;
	object-fit: cover;
}

.skyemont-wpp-list .wpp-post-title {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	min-width: 0;
	margin: 0;
	color: var(--skyemont-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.skyemont-wpp-list .wpp-list li:has(.wpp-thumbnail) > .wpp-post-title {
	grid-column: 3;
}

.skyemont-wpp-list .wpp-meta {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	margin-top: 5px;
	color: var(--skyemont-muted);
	font-size: 12px;
	line-height: 1.25;
}

.skyemont-wpp-list .wpp-list li:has(.wpp-thumbnail) > .wpp-meta {
	grid-column: 3;
}

.skyemont-wpp-list .wpp-views {
	display: none;
}

.skyemont-wpp-list .wpp-list li:hover {
	background: #fbfdff;
}

.skyemont-wide-thumb {
	width: 150px;
}

.skyemont-article-img-placeholder {
	position: relative;
	overflow: hidden;
}

.skyemont-article-img-placeholder::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(8, 30, 68, 0.16), rgba(0, 139, 132, 0.12)),
		linear-gradient(120deg, #dfe8ef 0%, #f8fafc 45%, #bac9d6 100%);
}

.skyemont-article-details {
	display: block;
	min-width: 0;
}

.skyemont-article-details strong {
	display: block;
	margin-bottom: 5px;
	color: var(--skyemont-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.skyemont-article-details small {
	display: block;
	color: var(--skyemont-muted);
	font-size: 12px;
	line-height: 1.25;
}

.skyemont-chevron {
	color: var(--skyemont-navy);
	font-size: 26px;
	line-height: 1;
}

.skyemont-col-footer-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	color: var(--skyemont-teal);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.skyemont-trust-banner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
	margin: 28px 0 32px;
	padding: 28px 30px;
	border: 1px solid #dbe8ee;
	border-radius: 8px;
	background: #f8fcfd;
}

.skyemont-trust-item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

.skyemont-trust-icon {
	display: grid;
	place-items: center;
	color: var(--skyemont-teal);
	font-size: 40px;
}

.skyemont-trust-icon svg {
	width: 42px;
	height: 42px;
	fill: currentColor;
}

.skyemont-trust-content h4 {
	margin: 0 0 6px;
	color: var(--skyemont-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.skyemont-trust-content p {
	margin: 0;
	color: #34445f;
	font-size: 12px;
	line-height: 1.45;
}

.skyemont-cta-container {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1.55fr;
	align-items: center;
	gap: 24px;
	min-height: 164px;
	margin-bottom: 26px;
	padding: 28px;
	overflow: hidden;
	border-radius: 8px;
	background-image:
		linear-gradient(135deg, rgba(0, 139, 132, 0.98), rgba(0, 103, 97, 0.96)),
		var(--skyemont-cta-image);
	background-size: cover;
	background-position: center right;
	color: #fff;
}

.skyemont-cta-container::after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -80px;
	width: 320px;
	height: 230px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.skyemont-cta-main,
.skyemont-cta-features {
	position: relative;
	z-index: 1;
}

.skyemont-cta-main h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}

.skyemont-cta-main p {
	max-width: 420px;
	margin: 0 0 22px;
	color: #fff;
	font-size: 15px;
	line-height: 1.45;
}

.skyemont-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-width: 196px;
	height: 45px;
	padding: 0 18px;
	border-radius: 5px;
	background: #fff;
	color: var(--skyemont-teal);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(7, 26, 68, 0.15);
}

.skyemont-cta-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.skyemont-cta-feat-item {
	padding: 0 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
}

.skyemont-feat-icon {
	display: grid;
	place-items: center;
	margin: 0 auto 13px;
	color: #b9f4ed;
	font-size: 32px;
}

.skyemont-feat-icon svg {
	width: 34px;
	height: 34px;
	fill: currentColor;
}

.skyemont-feat-info strong {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.skyemont-feat-info span {
	display: block;
	color: #eefdfa;
	font-size: 12px;
	line-height: 1.35;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1100px) {
	.skyemont-kh-menu {
		gap: 18px;
	}

	.skyemont-kh-menu a {
		font-size: 12px;
	}

	.skyemont-topics-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.skyemont-kh-nav {
		flex-wrap: wrap;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.skyemont-kh-logo {
		flex: 1 1 auto;
	}

	.skyemont-kh-menu {
		order: 3;
		width: 100%;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.skyemont-kh-menu a {
		line-height: 32px;
	}

	.skyemont-kh-menu a.is-active::after {
		bottom: 0;
	}

	.skyemont-kh-hero-grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.skyemont-kh-hero-visual {
		display: none;
	}

	.skyemont-dual-articles,
	.skyemont-trust-banner,
	.skyemont-cta-container {
		grid-template-columns: 1fr;
	}

	.skyemont-latest-col {
		padding-left: 0;
		border-left: 0;
	}

	.skyemont-cta-features {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.skyemont-cta-feat-item {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		align-items: center;
		padding: 18px 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.25);
		border-left: 0;
		text-align: left;
	}

	.skyemont-feat-icon {
		margin: 0;
	}
}

@media (max-width: 640px) {
	.skyemont-kh-inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.skyemont-kh-header-button {
		min-height: 40px;
		padding: 10px 12px;
	}

	.skyemont-logo-text {
		font-size: 18px;
	}

	.skyemont-kh-hero-grid {
		padding-top: 24px;
	}

	.skyemont-kh-breadcrumb {
		margin-bottom: 26px;
	}

	.skyemont-kh-hero h1 {
		font-size: 42px;
	}

	.skyemont-topics-grid {
		grid-template-columns: 1fr;
	}

	.skyemont-popular-item {
		grid-template-columns: 34px 92px minmax(0, 1fr) 14px;
	}

	.skyemont-wpp-list .wpp-list li {
		grid-template-columns: 34px minmax(0, 1fr) 14px;
		column-gap: 12px;
	}

	.skyemont-wpp-list .wpp-list li:has(.wpp-thumbnail) {
		grid-template-columns: 34px 92px minmax(0, 1fr) 14px;
	}

	.skyemont-wpp-list .wpp-thumbnail {
		width: 92px;
		height: 58px;
	}

	.skyemont-latest-item {
		grid-template-columns: minmax(0, 1fr) 14px;
	}

	.skyemont-article-item {
		min-height: 84px;
		gap: 12px;
		padding: 10px 0;
	}

	.skyemont-article-img,
	.skyemont-wide-thumb {
		width: 92px;
		height: 58px;
	}

	.skyemont-trust-banner {
		gap: 20px;
		padding: 22px;
	}

	.skyemont-trust-item {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.skyemont-trust-icon svg {
		width: 34px;
		height: 34px;
	}

	.skyemont-cta-container {
		padding: 24px 20px;
	}
}