:root {
	--ng-ink: #071827;
	--ng-ink-2: #102b40;
	--ng-paper: #f5f1e8;
	--ng-white: #fffdf8;
	--ng-mist: #e8e4dc;
	--ng-line: #cbc8bf;
	--ng-muted: #63717a;
	--ng-orange: #ff6b35;
	--ng-blue: #2457f5;
	--ng-green: #157a5b;
	--ng-teal: #00a38a;
	--ng-red: #e94e4e;
	--ng-yellow: #f4a300;
	--ng-radius-sm: 0.5rem;
	--ng-radius-md: 1rem;
	--ng-radius-lg: 1.5rem;
	--ng-shadow: 0 16px 40px rgb(7 24 39 / 8%);
	--ng-shell: 76rem;
	--ng-display: Georgia, "Times New Roman", serif;
	--ng-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.techleez-editorial-site {
	margin: 0;
	background: var(--ng-paper);
	color: var(--ng-ink);
	font-family: var(--ng-sans);
	font-size: 16px;
	line-height: 1.7;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.techleez-editorial-site *,
.techleez-editorial-site *::before,
.techleez-editorial-site *::after {
	box-sizing: border-box;
}

.techleez-editorial-site img {
	display: block;
	max-width: 100%;
	height: auto;
}

.techleez-editorial-site a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

.techleez-editorial-site :focus-visible {
	outline: 3px solid var(--ng-blue);
	outline-offset: 4px;
}

.techleez-editorial-site h1,
.techleez-editorial-site h2,
.techleez-editorial-site h3,
.techleez-editorial-site p {
	margin-top: 0;
}

.techleez-editorial-site h1,
.techleez-editorial-site h2 {
	font-family: var(--ng-display);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.techleez-editorial-site h3 {
	font-weight: 750;
	line-height: 1.2;
}

.techleez-editorial-site .elementor-widget-shortcode,
.techleez-editorial-site .elementor-widget-shortcode > .elementor-widget-container,
.techleez-editorial-site .elementor > .elementor-element {
	width: 100%;
	max-width: none;
}

.ng-shell {
	width: min(calc(100% - 2rem), var(--ng-shell));
	margin-inline: auto;
}

.ng-kicker {
	margin-bottom: 0.65rem;
	color: var(--ng-blue);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ng-kicker--light {
	color: var(--ng-orange);
}

.ng-button {
	display: inline-flex;
	min-height: 3rem;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.7rem 1.3rem;
	border: 2px solid transparent;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.ng-button:hover {
	transform: translateY(-2px);
}

.ng-button--dark {
	background: var(--ng-ink);
	color: var(--ng-white) !important;
}

.ng-button--dark:hover {
	background: var(--ng-blue);
	color: var(--ng-white);
}

.ng-button--orange {
	background: var(--ng-orange);
	color: var(--ng-ink);
}

.ng-button--orange:hover {
	background: #ff8a61;
	color: var(--ng-ink);
}

.ng-site-header {
	position: relative;
	z-index: 20;
	background: var(--ng-white);
}

.ng-utility {
	background: var(--ng-ink);
	color: #c5d2da;
}

.ng-utility__inner {
	display: flex;
	min-height: 2.5rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ng-utility__inner i {
	margin-inline: 0.5rem;
	color: var(--ng-orange);
	font-style: normal;
}

.ng-utility nav {
	display: flex;
	gap: 1.25rem;
}

.ng-utility a {
	color: inherit;
	text-decoration: none;
}

.ng-utility a:hover {
	color: var(--ng-white);
}

.ng-brand-row {
	display: grid;
	min-height: 8rem;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1.4rem;
}

.ng-brand-row > p {
	margin: 1.65rem 0 0;
	color: var(--ng-muted);
	font-size: 0.73rem;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.ng-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	color: var(--ng-ink);
	text-decoration: none;
}

.ng-logo__mark {
	position: relative;
	display: grid;
	width: 3.65rem;
	height: 3.65rem;
	place-items: center;
	border-radius: 0.85rem;
	background: var(--ng-ink);
	color: var(--ng-white);
}

.ng-logo__mark strong {
	font-size: 1.24rem;
	letter-spacing: -0.04em;
	line-height: 1;
}

.ng-logo__mark i,
.ng-logo__mark b {
	position: absolute;
	bottom: 0.55rem;
	left: 0.75rem;
	display: block;
	height: 0.2rem;
	content: "";
}

.ng-logo__mark i {
	width: 2.05rem;
	background: var(--ng-orange);
}

.ng-logo__mark b {
	bottom: 0.28rem;
	width: 1.35rem;
	background: var(--ng-green);
}

.ng-logo__word {
	font-family: var(--ng-display);
	font-size: clamp(2.05rem, 4vw, 3.2rem);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1;
}

.ng-nav-border {
	border-block: 1px solid var(--ng-line);
}

.ng-nav-row {
	display: flex;
	min-height: 4.15rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.ng-primary-nav {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.2vw, 2.2rem);
}

.ng-primary-nav a {
	position: relative;
	padding-block: 1.3rem;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
}

.ng-primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	background: var(--ng-orange);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
}

.ng-primary-nav a:hover::after,
.ng-primary-nav a:focus-visible::after {
	transform: scaleX(1);
}

.ng-search-link {
	position: relative;
	display: inline-block;
	width: 2.75rem;
	height: 2.75rem;
	flex: 0 0 auto;
	border-radius: 50%;
	text-decoration: none;
}

.ng-search-link span {
	position: absolute;
	top: 0.7rem;
	left: 0.68rem;
	width: 1.15rem;
	height: 1.15rem;
	border: 2px solid var(--ng-ink);
	border-radius: 50%;
}

.ng-search-link span::after {
	position: absolute;
	right: -0.55rem;
	bottom: -0.35rem;
	width: 0.75rem;
	height: 2px;
	background: var(--ng-ink);
	content: "";
	transform: rotate(45deg);
}

.ng-mobile-nav {
	display: none;
}

.ng-hero {
	position: relative;
	overflow: hidden;
	background: var(--ng-ink);
	color: var(--ng-white);
}

.ng-hero::after {
	position: absolute;
	top: -30%;
	right: -18%;
	width: 50rem;
	height: 50rem;
	border: 1px solid rgb(255 255 255 / 7%);
	border-radius: 50%;
	content: "";
}

.ng-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 39rem;
	grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
	padding-block: 5rem;
}

.ng-hero__copy h1 {
	max-width: 12ch;
	margin-bottom: 1.5rem;
	color: var(--ng-white);
	font-size: clamp(3.5rem, 7.2vw, 6.6rem);
}

.ng-hero__copy > p:not(.ng-kicker) {
	max-width: 42rem;
	margin-bottom: 2rem;
	color: #c3d1da;
	font-size: clamp(1.05rem, 2vw, 1.32rem);
	line-height: 1.6;
}

.ng-actions {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.ng-text-link {
	color: var(--ng-white);
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.ng-text-link:hover {
	color: var(--ng-orange);
}

.ng-signal-art {
	position: relative;
	min-height: 27rem;
	overflow: hidden;
	border: 1px solid #375064;
	border-radius: var(--ng-radius-lg);
	background: var(--ng-ink-2);
}

.ng-signal-art__grid {
	position: absolute;
	inset: 2rem;
	background-image: linear-gradient(rgb(255 255 255 / 7%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px);
	background-size: 3.5rem 3.5rem;
}

.ng-signal-art svg {
	position: absolute;
	inset: 2.8rem;
	width: calc(100% - 5.6rem);
	height: calc(100% - 5.6rem);
	fill: none;
	stroke: var(--ng-white);
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 12;
}

.ng-signal-art__rings {
	position: absolute;
	z-index: 2;
	top: 43%;
	left: 54%;
	width: 8rem;
	height: 8rem;
	transform: translate(-50%, -50%);
}

.ng-signal-art__rings::before,
.ng-signal-art__rings::after,
.ng-signal-art__rings i,
.ng-signal-art__rings b,
.ng-signal-art__rings span {
	position: absolute;
	border-radius: 50%;
	content: "";
}

.ng-signal-art__rings::before {
	inset: 0;
	border: 0.65rem solid var(--ng-orange);
}

.ng-signal-art__rings::after {
	inset: 1.3rem;
	border: 0.65rem solid var(--ng-blue);
}

.ng-signal-art__rings i {
	inset: 2.6rem;
	border: 0.65rem solid var(--ng-teal);
}

.ng-signal-art__rings b {
	inset: 3.55rem;
	background: var(--ng-white);
}

.ng-signal-art small {
	position: absolute;
	right: 2rem;
	bottom: 1.4rem;
	color: #92aabb;
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ng-latest-rail {
	background: var(--ng-orange);
	color: var(--ng-ink);
}

.ng-latest-rail .ng-shell {
	display: flex;
	min-height: 4.5rem;
	align-items: center;
	gap: 1.5rem;
}

.ng-latest-rail strong {
	padding-right: 1.5rem;
	border-right: 2px solid var(--ng-ink);
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ng-latest-rail span {
	font-size: 0.95rem;
	font-weight: 650;
}

.ng-section {
	padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.ng-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2rem;
}

.ng-section-heading h2,
.ng-category-section h2,
.ng-copy-lead h2,
.ng-authority h2,
.ng-faq h2 {
	margin-bottom: 0;
	font-size: clamp(2.5rem, 5.3vw, 4.65rem);
}

.ng-section-heading > a {
	color: var(--ng-blue);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.ng-story-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.ng-story-card {
	position: relative;
	display: flex;
	min-height: 34rem;
	flex-direction: column;
	padding: 1rem;
	border: 1px solid var(--ng-line);
	border-radius: var(--ng-radius-lg);
	background: var(--ng-white);
	box-shadow: 0 1px 0 rgb(7 24 39 / 4%);
}

.ng-story-card__media {
	display: block;
	overflow: hidden;
	margin-bottom: 1.35rem;
	border-radius: var(--ng-radius-md);
	text-decoration: none;
}

.ng-story-card__media img,
.ng-story-card__visual {
	width: 100%;
	height: 15rem;
	object-fit: cover;
}

.ng-story-card__visual {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--ng-blue);
}

.ng-story-card__visual::before,
.ng-story-card__visual::after,
.ng-story-card__visual span,
.ng-story-card__visual i {
	position: absolute;
	content: "";
}

.ng-story-card__visual::before {
	top: 2rem;
	right: 2.2rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: var(--ng-orange);
}

.ng-story-card__visual::after {
	right: 2rem;
	bottom: 2.5rem;
	left: 2rem;
	height: 0.7rem;
	background: var(--ng-white);
	transform: rotate(-12deg);
}

.ng-tone-2 {
	background: var(--ng-green);
}

.ng-tone-2::before {
	background: var(--ng-yellow);
}

.ng-tone-3 {
	background: var(--ng-orange);
}

.ng-tone-3::before {
	background: var(--ng-yellow);
}

.ng-story-card__meta {
	margin-bottom: 0.8rem;
	color: var(--ng-blue);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ng-story-card h3 {
	margin-bottom: 0.85rem;
	font-size: clamp(1.35rem, 2.3vw, 1.75rem);
}

.ng-story-card h3 a {
	text-decoration: none;
}

.ng-story-card h3 a:hover {
	color: var(--ng-blue);
}

.ng-story-card > p:not(.ng-story-card__meta) {
	color: var(--ng-muted);
	font-size: 0.94rem;
}

.ng-card-link {
	margin-top: auto;
	color: var(--ng-blue);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.ng-trust-strip {
	border-block: 1px solid var(--ng-line);
	background: var(--ng-white);
}

.ng-trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ng-trust-strip__grid > div {
	display: flex;
	min-height: 8.5rem;
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.5rem;
	border-right: 1px solid var(--ng-line);
}

.ng-trust-strip__grid > div:last-child {
	border-right: 0;
}

.ng-trust-strip__grid span {
	display: grid;
	width: 3.1rem;
	height: 3.1rem;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--ng-blue);
	color: var(--ng-white);
	font-size: 0.7rem;
	font-weight: 800;
}

.ng-trust-strip__grid > div:nth-child(2) span {
	background: var(--ng-green);
}

.ng-trust-strip__grid > div:nth-child(3) span {
	background: var(--ng-orange);
	color: var(--ng-ink);
}

.ng-trust-strip__grid > div:nth-child(4) span {
	background: var(--ng-red);
}

.ng-trust-strip__grid p {
	margin: 0;
	color: var(--ng-muted);
	font-size: 0.85rem;
	line-height: 1.45;
}

.ng-trust-strip__grid strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--ng-ink);
	font-size: 0.82rem;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.ng-category-section {
	background: #efeae1;
}

.ng-section-intro {
	margin-bottom: 2.5rem;
	color: var(--ng-muted);
	font-size: 1.05rem;
}

.ng-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.ng-category-card {
	position: relative;
	display: grid;
	min-height: 10.5rem;
	grid-template-columns: 4rem 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	gap: 0 1rem;
	padding: 1.4rem;
	overflow: hidden;
	border: 1px solid var(--ng-line);
	border-radius: var(--ng-radius-md);
	background: var(--ng-white);
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease;
}

.ng-category-card:hover {
	border-color: var(--ng-blue);
	transform: translateY(-3px);
}

.ng-category-card::after {
	position: absolute;
	right: 1.4rem;
	bottom: 1.15rem;
	left: 1.4rem;
	height: 3px;
	background: linear-gradient(90deg, var(--ng-blue) 38%, var(--ng-mist) 38%);
	content: "";
}

.ng-category-card > span {
	display: grid;
	width: 4rem;
	height: 4rem;
	grid-row: 1 / span 2;
	place-items: center;
	border-radius: 50%;
	background: var(--ng-blue);
	color: var(--ng-white);
	font-size: 1.35rem;
	font-weight: 900;
}

.ng-category-card:nth-child(2) > span,
.ng-category-card:nth-child(4) > span {
	background: var(--ng-green);
}

.ng-category-card:nth-child(3) > span,
.ng-category-card:nth-child(7) > span {
	background: var(--ng-orange);
	color: var(--ng-ink);
}

.ng-category-card:nth-child(5) > span {
	background: var(--ng-red);
}

.ng-category-card:nth-child(6) > span {
	background: var(--ng-ink-2);
}

.ng-category-card:nth-child(8) > span {
	background: #6a5ae0;
}

.ng-category-card strong {
	align-self: end;
	font-size: 1.05rem;
}

.ng-category-card small {
	align-self: start;
	color: var(--ng-muted);
}

.ng-category-card > i {
	position: absolute;
	right: 1.4rem;
	bottom: 1.55rem;
	z-index: 1;
	padding-left: 0.4rem;
	background: var(--ng-white);
	color: var(--ng-blue);
	font-style: normal;
	font-weight: 900;
}

.ng-visible-copy {
	background: var(--ng-ink);
	color: var(--ng-white);
}

.ng-copy-lead {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	align-items: end;
	gap: 2rem;
	margin-bottom: 2.5rem;
}

.ng-copy-lead h2 {
	color: var(--ng-white);
}

.ng-copy-lead > p:last-child {
	margin: 0;
	color: #bdced8;
	font-size: 1.05rem;
}

.ng-copy-feature {
	margin-bottom: 1.25rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	border: 1px solid #314b5f;
	border-radius: var(--ng-radius-lg);
	background: var(--ng-ink-2);
}

.ng-copy-feature h2 {
	margin-bottom: 1.5rem;
	color: var(--ng-white);
	font-size: clamp(2rem, 4vw, 3.3rem);
}

.ng-copy-feature__columns {
	columns: 3 18rem;
	column-gap: 2.5rem;
}

.ng-copy-feature__columns p {
	break-inside: avoid;
	color: #c7d4dc;
	font-size: 0.96rem;
	line-height: 1.75;
}

.ng-copy-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.ng-copy-card {
	display: flex;
	min-height: 29rem;
	flex-direction: column;
	padding: clamp(1.5rem, 3vw, 2.35rem);
	border: 1px solid #314b5f;
	border-radius: var(--ng-radius-lg);
	background: #0d2333;
}

.ng-copy-card h2 {
	margin-bottom: 1.25rem;
	color: var(--ng-white);
	font-size: clamp(1.8rem, 3.2vw, 2.5rem);
}

.ng-copy-card p {
	color: #bacbd5;
	font-size: 0.94rem;
	line-height: 1.75;
}

.ng-copy-card a {
	margin-top: auto;
	color: var(--ng-orange);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.ng-authority {
	background: var(--ng-paper);
}

.ng-authority__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(2rem, 6vw, 6rem);
}

.ng-authority__grid > * {
	min-width: 0;
}

.ng-authority__grid > div:first-child > p:not(.ng-kicker) {
	max-width: 42rem;
	color: var(--ng-muted);
	font-size: 1.05rem;
}

.ng-link-flow {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-top: 2rem;
	overflow-x: auto;
	padding-bottom: 0.5rem;
}

.ng-link-flow span {
	flex: 0 0 auto;
	padding: 0.65rem 1rem;
	border-radius: 999px;
	background: var(--ng-blue);
	color: var(--ng-white);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ng-link-flow span:nth-of-type(2) {
	background: var(--ng-teal);
}

.ng-link-flow span:nth-of-type(3) {
	background: var(--ng-orange);
	color: var(--ng-ink);
}

.ng-link-flow span:nth-of-type(4) {
	background: var(--ng-green);
}

.ng-authority__trust {
	padding: 2rem;
	border-radius: var(--ng-radius-lg);
	background: var(--ng-white);
	box-shadow: var(--ng-shadow);
}

.ng-authority__trust h3 {
	margin-bottom: 1.4rem;
	font-family: var(--ng-display);
	font-size: 2rem;
}

.ng-authority__trust ul {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ng-authority__trust li {
	display: grid;
	grid-template-columns: 7rem 1fr;
	padding: 1rem;
	border: 1px solid var(--ng-line);
	border-radius: var(--ng-radius-sm);
}

.ng-authority__trust strong {
	color: var(--ng-blue);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ng-authority__trust span {
	color: var(--ng-muted);
	font-size: 0.9rem;
}

.ng-faq {
	border-top: 1px solid var(--ng-line);
	background: var(--ng-white);
}

.ng-faq h2 {
	margin-bottom: 2rem;
}

.ng-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.ng-faq details {
	padding: 1.35rem 1.5rem;
	border: 1px solid var(--ng-line);
	border-radius: var(--ng-radius-md);
	background: var(--ng-paper);
}

.ng-faq summary {
	cursor: pointer;
	font-size: 1.02rem;
	font-weight: 800;
}

.ng-faq details p {
	margin: 1rem 0 0;
	color: var(--ng-muted);
	font-size: 0.94rem;
}

.ng-briefing {
	padding-block: 2rem 5rem;
	background: var(--ng-white);
}

.ng-briefing__inner {
	display: flex;
	min-height: 18rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(2rem, 6vw, 4rem);
	border-radius: var(--ng-radius-lg);
	background: var(--ng-ink);
	color: var(--ng-white);
}

.ng-briefing h2 {
	margin-bottom: 0.5rem;
	color: var(--ng-white);
	font-size: clamp(2.6rem, 5vw, 4.4rem);
}

.ng-briefing p:not(.ng-kicker) {
	margin-bottom: 0;
	color: #bdced8;
}

.ng-site-footer {
	padding-top: 4.5rem;
	background: var(--ng-ink);
	color: var(--ng-white);
}

.ng-footer-grid {
	display: grid;
	grid-template-columns: 2.1fr repeat(4, 1fr);
	gap: 2.5rem;
	padding-bottom: 3rem;
}

.ng-logo--footer {
	color: var(--ng-white);
}

.ng-logo--footer .ng-logo__mark {
	background: var(--ng-white);
	color: var(--ng-ink);
}

.ng-footer-brand p {
	margin: 1.3rem 0 0.35rem;
	color: #bdced8;
}

.ng-footer-brand > span {
	color: #738d9e;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ng-footer-grid h2 {
	margin-bottom: 1.1rem;
	color: var(--ng-orange);
	font-family: var(--ng-sans);
	font-size: 0.72rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.ng-footer-grid > div:nth-child(4) h2,
.ng-footer-grid > div:nth-child(5) h2 {
	color: var(--ng-teal);
}

.ng-footer-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ng-footer-grid li {
	margin-bottom: 0.7rem;
}

.ng-footer-grid li a {
	color: #d3dee4;
	font-size: 0.9rem;
	text-decoration: none;
}

.ng-footer-grid li a:hover {
	color: var(--ng-white);
}

.ng-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-block: 1.5rem;
	border-top: 1px solid #2c4659;
	color: #7891a0;
	font-size: 0.7rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ng-footer-bottom p {
	margin: 0;
}

.ng-page {
	padding-block: clamp(4rem, 8vw, 7rem);
	background: var(--ng-paper);
}

.ng-page-shell {
	max-width: 76rem;
}

.ng-prose {
	max-width: 54rem;
	margin-inline: auto;
}

.ng-prose h1 {
	margin-bottom: 1.25rem;
	font-size: clamp(3rem, 7vw, 5.5rem);
}

.ng-prose .ng-lead {
	color: #334550;
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	line-height: 1.7;
}

.ng-prose h2 {
	margin-top: 3.5rem;
	margin-bottom: 1rem;
	font-size: clamp(2rem, 4vw, 3rem);
}

.ng-prose p,
.ng-prose li {
	color: #3d4c55;
	font-size: 1.02rem;
	line-height: 1.85;
}

.ng-updated {
	margin-bottom: 2rem;
	color: var(--ng-muted) !important;
	font-size: 0.78rem !important;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ng-about-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-block: 3rem;
}

.ng-about-grid > div {
	padding: 1.5rem;
	border: 1px solid var(--ng-line);
	border-radius: var(--ng-radius-md);
	background: var(--ng-white);
}

.ng-about-grid strong,
.ng-about-grid span {
	display: block;
}

.ng-about-grid strong {
	margin-bottom: 0.5rem;
}

.ng-about-grid span {
	color: var(--ng-muted);
	font-size: 0.88rem;
}

.ng-about-visual {
	margin: 3rem 0;
}

.ng-about-visual img {
	width: 100%;
	border-radius: var(--ng-radius-lg);
	box-shadow: var(--ng-shadow);
}

.ng-about-visual figcaption {
	margin-top: 0.75rem;
	color: var(--ng-muted);
	font-size: 0.78rem;
	text-align: center;
}

.ng-legal-note,
.ng-article-disclaimer {
	margin-top: 3rem;
	padding: 1.25rem 1.4rem;
	border-left: 4px solid var(--ng-orange);
	background: var(--ng-white);
	color: #43515a;
	font-size: 0.9rem;
}

.ng-contact-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(2rem, 7vw, 7rem);
}

.ng-contact-intro h1 {
	font-size: clamp(3rem, 7vw, 5.8rem);
}

.ng-contact-intro .ng-lead {
	color: var(--ng-muted);
	font-size: 1.15rem;
}

.ng-contact-cards {
	display: grid;
	gap: 0.75rem;
	margin-top: 2rem;
}

.ng-contact-cards > div {
	display: grid;
	grid-template-columns: 8rem 1fr;
	padding: 1rem;
	border-top: 1px solid var(--ng-line);
}

.ng-trust-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.5rem;
}

.ng-trust-links a {
	padding: 0.6rem 0.85rem;
	border: 1px solid var(--ng-line);
	border-radius: 999px;
	background: var(--ng-white);
	color: var(--ng-blue);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.ng-trust-links a:hover,
.ng-trust-links a:focus-visible {
	border-color: var(--ng-blue);
	background: var(--ng-blue);
	color: var(--ng-white);
}

.ng-contact-cards strong {
	color: var(--ng-blue);
	font-size: 0.75rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ng-contact-cards span {
	color: var(--ng-muted);
	font-size: 0.9rem;
}

.ng-contact-form-wrap {
	padding: clamp(1.5rem, 4vw, 3rem);
	border: 1px solid var(--ng-line);
	border-radius: var(--ng-radius-lg);
	background: var(--ng-white);
	box-shadow: var(--ng-shadow);
}

.ng-contact-form {
	display: grid;
	gap: 0.65rem;
}

.ng-contact-form label {
	margin-top: 0.6rem;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.ng-contact-form label span {
	color: var(--ng-muted);
	font-weight: 500;
}

.ng-contact-form input:not([type="checkbox"]),
.ng-contact-form select,
.ng-contact-form textarea {
	width: 100%;
	min-height: 3.25rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid #aeb5b8;
	border-radius: var(--ng-radius-sm);
	background: var(--ng-white);
	color: var(--ng-ink);
	font: inherit;
}

.ng-contact-form textarea {
	resize: vertical;
}

.ng-contact-form input:focus,
.ng-contact-form select:focus,
.ng-contact-form textarea:focus {
	border-color: var(--ng-blue);
	outline: 2px solid rgb(36 87 245 / 18%);
}

.ng-consent {
	display: flex;
	align-items: start;
	gap: 0.65rem;
}

.ng-consent input {
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.2rem;
	accent-color: var(--ng-blue);
}

.ng-contact-form .ng-button {
	justify-self: start;
	margin-top: 1rem;
}

.ng-form-note {
	margin: 0.6rem 0 0;
	color: var(--ng-muted);
	font-size: 0.78rem;
}

.ng-form-status {
	margin-bottom: 1.2rem;
	padding: 1rem;
	border-radius: var(--ng-radius-sm);
	font-weight: 700;
}

.ng-form-status--success {
	border: 1px solid #8ec9ad;
	background: #e9f7ef;
	color: #175b42;
}

.ng-form-status--error {
	border: 1px solid #e5aaa8;
	background: #fff0ef;
	color: #8c2824;
}

.ng-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.ng-single {
	padding-block: 3rem 6rem;
}

.ng-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 3rem;
	overflow: hidden;
	color: var(--ng-muted);
	font-size: 0.78rem;
	white-space: nowrap;
}

.ng-breadcrumbs a {
	color: var(--ng-blue);
	text-decoration: none;
}

.ng-breadcrumbs > span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
}

.ng-article-header {
	max-width: 61rem;
	margin-bottom: 2.5rem;
}

.ng-article-header h1 {
	font-size: clamp(3rem, 7vw, 6rem);
}

.ng-article-header .ng-lead {
	max-width: 49rem;
	color: var(--ng-muted);
	font-size: 1.2rem;
}

.ng-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--ng-line);
	color: var(--ng-muted);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ng-featured-image {
	margin: 0 0 3rem;
	overflow: hidden;
	border-radius: var(--ng-radius-lg);
}

.ng-featured-image img {
	width: 100%;
	max-height: 42rem;
	object-fit: cover;
}

.ng-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 48rem) minmax(17rem, 1fr);
	align-items: start;
	gap: clamp(2rem, 6vw, 5rem);
}

.ng-article-content {
	min-width: 0;
}

.ng-article-content > p:first-child {
	font-size: 1.2rem;
}

.ng-article-content h2 {
	margin-top: 3.5rem;
	font-size: clamp(2rem, 4vw, 3.1rem);
}

.ng-article-content h3 {
	margin-top: 2.5rem;
	font-size: 1.45rem;
}

.ng-article-content p,
.ng-article-content li {
	color: #33444e;
	font-size: 1.06rem;
	line-height: 1.9;
}

.ng-article-content a {
	color: #1747ce;
}

.ng-key-takeaways,
.ng-related-inline {
	margin-block: 2.5rem;
	padding: clamp(1.4rem, 4vw, 2.25rem);
	border: 1px solid var(--ng-line);
	border-radius: var(--ng-radius-md);
	background: var(--ng-white);
	box-shadow: var(--ng-shadow);
}

.ng-key-takeaways {
	border-top: 6px solid var(--ng-orange);
}

.ng-key-takeaways h2,
.ng-related-inline h2 {
	margin-top: 0;
	font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.ng-article-checklist,
.ng-source-list,
.ng-related-inline ul {
	padding-left: 1.25rem;
}

.ng-article-checklist li::marker,
.ng-source-list li::marker,
.ng-related-inline li::marker {
	color: var(--ng-orange);
}

.ng-article-faq {
	padding: 0 0 0 1.35rem;
	border-left: 4px solid var(--ng-blue);
}

.ng-article-faq h3 {
	margin-top: 2rem;
}

.ng-article-content blockquote {
	margin: 2.5rem 0;
	padding: 1.5rem 2rem;
	border-left: 5px solid var(--ng-orange);
	background: var(--ng-white);
	font-family: var(--ng-display);
	font-size: 1.5rem;
}

.ng-article-content table {
	width: 100%;
	margin-block: 2rem;
	border-collapse: collapse;
	background: var(--ng-white);
	font-size: 0.9rem;
}

.ng-article-content th,
.ng-article-content td {
	padding: 0.85rem;
	border: 1px solid var(--ng-line);
	text-align: left;
}

.ng-article-sidebar {
	position: sticky;
	top: 2rem;
	display: grid;
	gap: 1rem;
}

.admin-bar .ng-article-sidebar {
	top: 4rem;
}

.ng-sidebar-card {
	padding: 1.5rem;
	border: 1px solid var(--ng-line);
	border-radius: var(--ng-radius-md);
	background: var(--ng-white);
}

.ng-sidebar-card h2 {
	margin-bottom: 0.75rem;
	font-family: var(--ng-sans);
	font-size: 1.25rem;
	letter-spacing: -0.02em;
}

.ng-sidebar-card p {
	color: var(--ng-muted);
	font-size: 0.88rem;
}

.ng-sidebar-card .ng-author-expertise {
	padding-top: 0.8rem;
	border-top: 1px solid var(--ng-line);
}

.ng-sidebar-card .ng-author-expertise strong {
	color: var(--ng-ink);
}

.ng-sidebar-card > a {
	color: var(--ng-blue);
	font-size: 0.75rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.ng-author-avatar {
	display: grid;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1.25rem;
	place-items: center;
	border-radius: 50%;
	background: var(--ng-ink);
	color: var(--ng-white);
	font-weight: 900;
}

.ng-related-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ng-related-list li {
	padding-block: 0.75rem;
	border-bottom: 1px solid var(--ng-mist);
	line-height: 1.35;
}

.ng-related-list a {
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.ng-archive-hero {
	padding-block: 5rem;
	background: var(--ng-ink);
	color: var(--ng-white);
}

.ng-archive-hero h1 {
	margin-bottom: 1rem;
	color: var(--ng-white);
	font-size: clamp(3.5rem, 8vw, 6.5rem);
}

.ng-archive-hero p:not(.ng-kicker) {
	max-width: 48rem;
	margin-bottom: 0;
	color: #c2d1da;
	font-size: 1.15rem;
}

.ng-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	padding-block: 4rem;
}

.ng-empty-state {
	grid-column: 1 / -1;
	padding: 4rem;
	border: 1px solid var(--ng-line);
	border-radius: var(--ng-radius-lg);
	background: var(--ng-white);
	text-align: center;
}

.navigation.pagination {
	margin: 0 auto 5rem;
	text-align: center;
}

.nav-links {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.nav-links .page-numbers {
	display: grid;
	min-width: 2.6rem;
	height: 2.6rem;
	place-items: center;
	border: 1px solid var(--ng-line);
	border-radius: 50%;
	background: var(--ng-white);
	text-decoration: none;
}

.nav-links .current {
	border-color: var(--ng-blue);
	background: var(--ng-blue);
	color: var(--ng-white);
}

@media (max-width: 1024px) {
	.ng-primary-nav {
		gap: 1rem;
	}

	.ng-primary-nav a {
		font-size: 0.72rem;
	}

	.ng-hero__grid {
		grid-template-columns: 1fr 0.9fr;
		gap: 2.5rem;
	}

	.ng-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ng-footer-grid {
		grid-template-columns: 2fr repeat(2, 1fr);
	}

	.ng-footer-grid > div:nth-child(4),
	.ng-footer-grid > div:nth-child(5) {
		grid-column: auto;
	}

	.ng-article-layout {
		grid-template-columns: minmax(0, 1fr) 18rem;
		gap: 2rem;
	}
}

@media (max-width: 767px) {
	.ng-shell {
		width: min(calc(100% - 1.25rem), var(--ng-shell));
	}

	.ng-utility__inner {
		justify-content: center;
	}

	.ng-utility nav {
		display: none;
	}

	.ng-brand-row {
		min-height: 6rem;
		grid-template-columns: 1fr auto;
	}

	.ng-brand-row > p,
	.ng-brand-row > .ng-button {
		display: none;
	}

	.ng-logo__mark {
		width: 3.1rem;
		height: 3.1rem;
	}

	.ng-logo__word {
		font-size: 2.05rem;
	}

	.ng-nav-row {
		min-height: 3.6rem;
	}

	.ng-primary-nav,
	.ng-search-link {
		display: none;
	}

	.ng-mobile-nav {
		position: relative;
		display: block;
		width: 100%;
	}

	.ng-mobile-nav summary {
		cursor: pointer;
		font-size: 0.8rem;
		font-weight: 800;
		letter-spacing: 0.08em;
		list-style: none;
		text-transform: uppercase;
	}

	.ng-mobile-nav summary::-webkit-details-marker {
		display: none;
	}

	.ng-mobile-nav summary::after {
		float: right;
		content: "+";
		font-size: 1.25rem;
		line-height: 1;
	}

	.ng-mobile-nav[open] summary::after {
		content: "−";
	}

	.ng-mobile-nav nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.1rem 1rem;
		padding: 1rem 0;
	}

	.ng-mobile-nav nav a {
		padding: 0.55rem 0;
		border-bottom: 1px solid var(--ng-mist);
		font-size: 0.88rem;
		text-decoration: none;
	}

	.ng-hero__grid {
		min-height: auto;
		grid-template-columns: 1fr;
		padding-block: 4rem;
	}

	.ng-hero__copy h1 {
		max-width: 11ch;
		font-size: clamp(3.25rem, 16vw, 4.8rem);
	}

	.ng-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.ng-signal-art {
		min-height: 21rem;
	}

	.ng-latest-rail .ng-shell {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.7rem;
		padding-block: 1rem;
	}

	.ng-latest-rail strong {
		padding-right: 0;
		border-right: 0;
	}

	.ng-section {
		padding-block: 4.5rem;
	}

	.ng-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.ng-story-grid,
	.ng-copy-grid,
	.ng-faq-grid,
	.ng-archive-grid {
		grid-template-columns: 1fr;
	}

	.ng-story-card {
		min-height: 31rem;
	}

	.ng-trust-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ng-trust-strip__grid > div {
		min-height: 7.5rem;
		padding: 0.8rem;
	}

	.ng-trust-strip__grid > div:nth-child(2) {
		border-right: 0;
	}

	.ng-trust-strip__grid > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--ng-line);
	}

	.ng-category-grid {
		grid-template-columns: 1fr;
	}

	.ng-copy-lead {
		grid-template-columns: 1fr;
	}

	.ng-copy-feature__columns {
		columns: 1;
	}

	.ng-copy-card {
		min-height: auto;
	}

	.ng-copy-card a {
		margin-top: 1rem;
	}

	.ng-authority__grid,
	.ng-contact-grid,
	.ng-article-layout {
		grid-template-columns: 1fr;
	}

	.ng-authority__trust {
		padding: 1.25rem;
	}

	.ng-link-flow {
		max-width: 100%;
	}

	.ng-authority__trust li {
		grid-template-columns: 1fr;
		gap: 0.2rem;
	}

	.ng-briefing__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.ng-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem 1rem;
	}

	.ng-footer-brand {
		grid-column: 1 / -1;
	}

	.ng-footer-bottom {
		flex-direction: column;
	}

	.ng-about-grid {
		grid-template-columns: 1fr;
	}

	.ng-prose p,
	.ng-prose li,
	.ng-article-content p,
	.ng-article-content li {
		font-size: 1rem;
	}

	.ng-contact-form-wrap {
		padding: 1.25rem;
	}

	.ng-contact-cards > div {
		grid-template-columns: 1fr;
		gap: 0.25rem;
	}

	.ng-article-sidebar {
		position: static;
	}
}

@media (max-width: 400px) {
	.ng-trust-strip__grid {
		grid-template-columns: 1fr;
	}

	.ng-trust-strip__grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--ng-line);
	}

	.ng-footer-grid {
		grid-template-columns: 1fr;
	}

	.ng-footer-brand {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.ng-button,
	.ng-category-card,
	.ng-primary-nav a::after {
		transition: none;
	}
}
body.techleez-editorial-site #site-header,
body.techleez-editorial-site #site-footer {
	display: none !important;
}
