:root {
	--nl-blue: #2161e8;
	--nl-blue-dark: #1748b8;
	--nl-ink: #11100e;
	--nl-muted: #5f5a52;
	--nl-line: #ded6c8;
	--nl-soft: #fbf6ed;
	--nl-white: #ffffff;
	--nl-warm: #f6d59a;
	--nl-warm-light: #fff7e8;
	--nl-radius: 20px;
	--nl-shadow: 0 18px 55px rgba(16, 24, 40, 0.09);
}

body.nexlead-preview-page {
	background: var(--nl-white);
}

body.nexlead-preview-page > .wp-site-blocks > header,
body.nexlead-preview-page > .wp-site-blocks > footer,
body.nexlead-preview-page .wp-block-post-title {
	display: none !important;
}

body.nexlead-preview-page .wp-site-blocks,
body.nexlead-preview-page main,
body.nexlead-preview-page .wp-block-post-content,
body.nexlead-preview-page .wp-block-post-content > * {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
}

.nl-page,
.nl-page * {
	box-sizing: border-box;
}

.nl-page {
	background: var(--nl-white);
	color: var(--nl-ink);
	font-family: Inter, Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	overflow: hidden;
}

.nl-page h1,
.nl-page h2,
.nl-page h3,
.nl-page p,
.nl-page ul,
.nl-page ol {
	margin-top: 0;
}

.nl-page h1,
.nl-page h2,
.nl-page h3 {
	color: var(--nl-ink);
	font-family: inherit;
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.nl-page h1 {
	font-size: clamp(2.55rem, 4.6vw, 4.45rem);
	max-width: 900px;
}

.nl-page h2 {
	font-size: clamp(2.05rem, 4vw, 3.75rem);
	max-width: 900px;
}

.nl-page h3 {
	font-size: 1.45rem;
}

.nl-page a {
	color: inherit;
}

.nl-container {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.nl-narrow {
	max-width: 940px;
}

.nl-header {
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(220, 227, 238, 0.9);
	position: sticky;
	top: 0;
	z-index: 50;
}

.admin-bar .nl-header {
	top: 32px;
}

.nl-header__inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 76px;
}

.nl-logo {
	display: inline-flex;
	flex: 0 0 auto;
}

.nl-logo img,
.nl-footer img {
	height: auto;
	max-width: 150px;
}

.nl-nav {
	align-items: center;
	display: flex;
	gap: 30px;
	margin-left: auto;
}

.nl-nav a {
	color: #344054;
	font-size: 0.94rem;
	font-weight: 650;
	text-decoration: none;
}

.nl-nav a:hover,
.nl-nav a:focus-visible {
	color: var(--nl-blue);
}

.nl-button {
	align-items: center;
	background: var(--nl-warm);
	border: 2px solid var(--nl-warm);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(17, 16, 14, 0.18);
	color: var(--nl-ink) !important;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 750;
	justify-content: center;
	line-height: 1.2;
	padding: 16px 24px;
	text-decoration: none !important;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nl-button:hover,
.nl-button:focus-visible {
	background: #ffd98d;
	box-shadow: 0 14px 30px rgba(17, 16, 14, 0.25);
	transform: translateY(-2px);
}

.nl-button--small {
	font-size: 0.9rem;
	padding: 12px 18px;
}

.nl-header .nl-button {
	background: var(--nl-ink);
	border-color: var(--nl-ink);
	color: var(--nl-white) !important;
}

.nl-header .nl-button:hover,
.nl-header .nl-button:focus-visible {
	background: #2b2925;
}

.nl-button--secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.75);
	box-shadow: none;
	color: var(--nl-white) !important;
}

.nl-button--secondary:hover,
.nl-button--secondary:focus-visible {
	background: var(--nl-white);
	color: var(--nl-ink) !important;
}

.nl-hero {
	align-items: center;
	background-image: linear-gradient(90deg, rgba(5, 12, 28, 0.96) 0%, rgba(7, 16, 35, 0.82) 47%, rgba(7, 16, 35, 0.3) 100%), url("https://nexlead.ee/wp-content/uploads/2026/05/d463a418-8f89-4559-ae75-a471c3e2ee0c-1536x864.png");
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: min(680px, calc(100vh - 76px));
	position: relative;
}

.nl-hero__content {
	padding-bottom: 100px;
	padding-top: 100px;
}

.nl-hero h1,
.nl-hero p {
	color: var(--nl-white);
}

.nl-eyebrow,
.nl-kicker {
	color: var(--nl-blue);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nl-hero .nl-eyebrow {
	color: var(--nl-warm);
}

.nl-hero__lead {
	font-size: clamp(1.05rem, 1.8vw, 1.3rem);
	max-width: 760px;
	opacity: 0.9;
}

.nl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.nl-trustbar {
	background: var(--nl-warm);
	color: var(--nl-ink);
}

.nl-trustbar__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 22px;
	padding-top: 22px;
	text-align: center;
}

.nl-trustbar__items span {
	border-right: 1px solid rgba(17, 16, 14, 0.22);
	font-size: 0.92rem;
	font-weight: 700;
	padding: 4px 18px;
}

.nl-trustbar__items span:last-child {
	border-right: 0;
}

.nl-section {
	padding-bottom: 112px;
	padding-top: 112px;
}

.nl-section .nl-kicker {
	margin-bottom: 16px;
}

.nl-intro {
	color: var(--nl-muted);
	font-size: 1.15rem;
	max-width: 780px;
}

.nl-problem {
	background: var(--nl-warm-light);
}

.nl-problem__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
	margin: 42px 0;
}

.nl-problem__grid div {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(195, 151, 74, 0.2);
	border-radius: 16px;
	padding: 24px;
}

.nl-problem__grid strong,
.nl-problem__grid span {
	display: block;
}

.nl-problem__grid strong {
	font-size: 1.08rem;
	margin-bottom: 8px;
}

.nl-problem__grid span {
	color: var(--nl-muted);
	font-size: 0.94rem;
}

.nl-services {
	background: var(--nl-warm);
}

.nl-services .nl-kicker {
	color: var(--nl-ink);
}

.nl-cards {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 48px;
}

.nl-card {
	background: var(--nl-white);
	border: 1px solid var(--nl-line);
	border-radius: var(--nl-radius);
	box-shadow: var(--nl-shadow);
	min-height: 100%;
	padding: 36px;
	position: relative;
}

.nl-card__number {
	color: var(--nl-ink);
	display: block;
	font-size: 0.85rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	margin-bottom: 36px;
}

.nl-card p,
.nl-card li {
	color: var(--nl-muted);
}

.nl-card ul {
	margin: 24px 0 0;
	padding-left: 21px;
}

.nl-card li + li {
	margin-top: 9px;
}

.nl-addon {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border-radius: var(--nl-radius);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-top: 28px;
	padding: 28px 32px;
}

.nl-addon a {
	color: var(--nl-blue);
	font-weight: 750;
	text-decoration: none;
}

.nl-outcomes {
	background: var(--nl-ink);
}

.nl-outcomes h2,
.nl-outcomes p {
	color: var(--nl-white);
}

.nl-outcomes p {
	opacity: 0.76;
}

.nl-split {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: 1.1fr 0.9fr;
}

.nl-metrics {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, 1fr);
}

.nl-metrics span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(246, 213, 154, 0.5);
	border-radius: 16px;
	color: var(--nl-white);
	font-size: 1.15rem;
	font-weight: 750;
	padding: 30px 22px;
	text-align: center;
}

.nl-why {
	background: var(--nl-soft);
}

.nl-feature-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 48px;
}

.nl-feature-grid div {
	background: var(--nl-white);
	border: 1px solid var(--nl-line);
	border-radius: 16px;
	padding: 28px;
}

.nl-feature-grid p {
	color: var(--nl-muted);
	font-size: 0.95rem;
	margin-bottom: 0;
}

.nl-about p {
	color: var(--nl-muted);
	font-size: 1.1rem;
}

.nl-about {
	background: var(--nl-warm);
}

.nl-about .nl-kicker {
	color: var(--nl-ink);
}

.nl-process {
	background: var(--nl-soft);
}

.nl-steps {
	display: grid;
	gap: 18px;
	list-style: none;
	margin: 48px 0 0;
	padding: 0;
}

.nl-steps li {
	align-items: flex-start;
	background: var(--nl-white);
	border: 1px solid var(--nl-line);
	border-radius: 18px;
	display: grid;
	gap: 24px;
	grid-template-columns: 52px 1fr;
	padding: 28px;
}

.nl-steps li > span {
	align-items: center;
	background: var(--nl-blue);
	border-radius: 50%;
	color: var(--nl-white);
	display: flex;
	font-weight: 800;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.nl-steps h3 {
	margin-bottom: 8px;
}

.nl-steps p {
	color: var(--nl-muted);
	margin-bottom: 0;
}

.nl-price-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 44px;
}

.nl-price-grid > div {
	border: 1px solid var(--nl-line);
	border-radius: var(--nl-radius);
	padding: 34px;
}

.nl-price-grid p {
	color: var(--nl-muted);
	margin-bottom: 8px;
}

.nl-price-grid strong {
	color: var(--nl-ink);
	font-size: 2.4rem;
	letter-spacing: -0.04em;
}

.nl-price-grid small {
	font-size: 1rem;
	font-weight: 650;
}

.nl-note {
	color: var(--nl-muted);
	font-size: 0.92rem;
	margin: 24px 0 0;
}

.nl-faq {
	background: var(--nl-soft);
}

.nl-faq details {
	background: var(--nl-white);
	border: 1px solid var(--nl-line);
	border-radius: 14px;
	margin-top: 14px;
	padding: 0 24px;
}

.nl-faq summary {
	cursor: pointer;
	font-weight: 750;
	padding: 22px 0;
}

.nl-faq details p {
	color: var(--nl-muted);
	padding-bottom: 20px;
}

.nl-contact {
	background: var(--nl-ink);
	color: var(--nl-white);
}

.nl-contact h2,
.nl-contact p,
.nl-contact .nl-kicker {
	color: var(--nl-white);
}

.nl-contact .nl-kicker {
	color: var(--nl-warm);
}

.nl-contact__grid {
	align-items: start;
	display: grid;
	gap: 70px;
	grid-template-columns: 0.9fr 1.1fr;
}

.nl-contact__email a {
	font-size: 1.2rem;
	font-weight: 800;
}

.nl-form-wrap {
	background: var(--nl-warm-light);
	border-radius: var(--nl-radius);
	box-shadow: var(--nl-shadow);
	color: var(--nl-ink);
	padding: 34px;
}

.nl-contact-form label {
	color: var(--nl-ink);
	display: block;
	font-size: 0.9rem;
	font-weight: 750;
	margin: 18px 0 7px;
}

.nl-contact-form input,
.nl-contact-form textarea {
	background: var(--nl-white);
	border: 1px solid #cbd5e1 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	font: inherit !important;
	max-width: none !important;
	padding: 12px 14px !important;
	width: 100%;
}

.nl-contact-form textarea {
	min-height: 150px !important;
	resize: vertical;
}

.nl-contact-form button[type="submit"] {
	background: var(--nl-ink) !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: var(--nl-white) !important;
	font-weight: 750 !important;
	margin-top: 20px;
	padding: 14px 24px !important;
}

.nl-contact-form button[type="submit"]:hover,
.nl-contact-form button[type="submit"]:focus-visible {
	background: #2b2925 !important;
}

.nl-form-row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, 1fr);
}

.nl-honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.nl-form-message {
	border-radius: 10px;
	font-size: 0.92rem;
	font-weight: 700;
	margin-bottom: 18px;
	padding: 13px 15px;
}

.nl-form-message--success {
	background: #e8f7e9;
	color: #176126;
}

.nl-form-message--error {
	background: #fff0ed;
	color: #a52616;
}

.nl-privacy {
	color: var(--nl-muted) !important;
	font-size: 0.8rem;
	margin: 12px 0 0 !important;
}

.nl-footer {
	background: #07101f;
	color: rgba(255, 255, 255, 0.72);
	padding: 46px 0;
}

.nl-footer__inner {
	align-items: center;
	display: flex;
	gap: 34px;
	justify-content: space-between;
}

.nl-footer p {
	font-size: 0.9rem;
	margin: 0;
	text-align: right;
}

.nl-footer img {
	background: var(--nl-white);
	border-radius: 8px;
	padding: 8px;
}

.nl-text-link {
	color: var(--nl-ink) !important;
	display: inline-block;
	font-weight: 800;
	margin-top: 26px;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.nl-about-grid {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.nl-about-photo {
	border: 10px solid rgba(255, 255, 255, 0.76);
	border-radius: 28px;
	box-shadow: var(--nl-shadow);
	overflow: hidden;
}

.nl-about-photo img {
	display: block;
	height: auto;
	width: 100%;
}

.nl-service-hero {
	background: var(--nl-warm);
	padding-bottom: 104px;
	padding-top: 92px;
}

.nl-service-hero h1,
.nl-policy-hero h1 {
	color: var(--nl-ink);
	margin-bottom: 24px;
}

.nl-service-hero .nl-hero__lead {
	color: var(--nl-muted);
	max-width: 860px;
}

.nl-breadcrumb {
	color: var(--nl-muted);
	font-size: 0.84rem;
	font-weight: 650;
	margin-bottom: 45px;
}

.nl-breadcrumb span {
	margin: 0 8px;
}

.nl-button--outline-dark {
	background: transparent;
	border-color: var(--nl-ink);
	box-shadow: none;
	color: var(--nl-ink) !important;
}

.nl-button--outline-dark:hover,
.nl-button--outline-dark:focus-visible {
	background: var(--nl-ink);
	color: var(--nl-white) !important;
}

.nl-service-copy {
	color: var(--nl-muted);
	font-size: 1.08rem;
}

.nl-service-audience {
	background: var(--nl-soft);
}

.nl-topic-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 46px;
}

.nl-topic-grid article {
	background: var(--nl-white);
	border: 1px solid var(--nl-line);
	border-radius: 16px;
	padding: 28px;
}

.nl-topic-grid h3,
.nl-detail-grid h3 {
	font-size: 1.16rem;
	margin-bottom: 10px;
}

.nl-topic-grid p,
.nl-detail-grid p {
	color: var(--nl-muted);
	font-size: 0.94rem;
	margin-bottom: 0;
}

.nl-detail-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 46px;
}

.nl-detail-grid article {
	align-items: flex-start;
	border: 1px solid var(--nl-line);
	border-radius: 16px;
	display: grid;
	gap: 16px;
	grid-template-columns: 38px 1fr;
	padding: 26px;
}

.nl-detail-grid article > span {
	align-items: center;
	background: var(--nl-warm);
	border-radius: 50%;
	display: flex;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.nl-service-price {
	background: var(--nl-warm);
}

.nl-service-price__inner {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: 1fr 1fr;
}

.nl-service-price__inner h2 {
	margin-bottom: 0;
}

.nl-service-price__inner p {
	color: var(--nl-muted);
}

.nl-policy-hero {
	background: var(--nl-warm);
	padding-bottom: 82px;
	padding-top: 82px;
}

.nl-policy-hero p {
	color: var(--nl-muted);
}

.nl-policy-content h2 {
	font-size: 1.65rem;
	letter-spacing: -0.02em;
	margin-bottom: 14px;
	margin-top: 54px;
}

.nl-policy-content h2:first-child {
	margin-top: 0;
}

.nl-policy-content p,
.nl-policy-content li {
	color: var(--nl-muted);
}

.nl-policy-content a {
	color: var(--nl-blue);
}

.nl-consent-link {
	margin-top: 18px;
}

.nl-section-heading {
	align-items: end;
	display: flex;
	gap: 36px;
	justify-content: space-between;
	margin-bottom: 46px;
}

.nl-section-heading h2 {
	margin-bottom: 0;
}

.nl-latest-posts {
	background: var(--nl-warm);
}

.nl-latest-posts .nl-kicker {
	color: var(--nl-ink);
}

.nl-related-posts {
	background: var(--nl-white);
}

.nl-blog-hero,
.nl-article-hero {
	background: var(--nl-warm);
	padding-bottom: 88px;
	padding-top: 82px;
}

.nl-blog-hero h1,
.nl-article-hero h1 {
	color: var(--nl-ink);
	margin-bottom: 24px;
}

.nl-blog-hero .nl-hero__lead {
	color: var(--nl-muted);
}

.nl-blog-listing {
	background: var(--nl-soft);
}

.nl-category-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 38px;
}

.nl-category-nav span {
	font-size: 0.9rem;
	font-weight: 800;
	margin-right: 6px;
}

.nl-category-nav a {
	background: var(--nl-white);
	border: 1px solid var(--nl-line);
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 700;
	padding: 8px 14px;
	text-decoration: none;
}

.nl-category-nav a:hover,
.nl-category-nav a:focus-visible,
.nl-category-nav a.is-active {
	background: var(--nl-ink);
	border-color: var(--nl-ink);
	color: var(--nl-white);
}

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

.nl-post-card {
	background: var(--nl-white);
	border: 1px solid var(--nl-line);
	border-radius: var(--nl-radius);
	box-shadow: 0 12px 36px rgba(17, 16, 14, 0.07);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.nl-post-card__image {
	background: var(--nl-ink);
	display: block;
	height: 220px;
	overflow: hidden;
	text-decoration: none;
}

.nl-post-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.nl-post-card:hover .nl-post-card__image img {
	transform: scale(1.035);
}

.nl-post-card__image > span {
	align-items: flex-start;
	color: var(--nl-white);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	padding: 28px;
	position: relative;
}

.nl-post-card__image > span::before {
	background: var(--nl-warm);
	border-radius: 50%;
	content: "";
	height: 120px;
	position: absolute;
	right: -25px;
	top: -34px;
	width: 120px;
}

.nl-post-card__image strong {
	font-size: 1.65rem;
	letter-spacing: -0.04em;
}

.nl-post-card__image small {
	color: var(--nl-warm);
	font-weight: 700;
}

.nl-post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px;
}

.nl-post-card__body h3 {
	font-size: 1.38rem;
	margin-bottom: 14px;
}

.nl-post-card__body h3 a {
	text-decoration: none;
}

.nl-post-card__body > p:not(.nl-post-card__meta) {
	color: var(--nl-muted);
	font-size: 0.94rem;
	margin-bottom: 0;
}

.nl-post-card__body .nl-text-link {
	margin-top: auto;
	padding-top: 24px;
}

.nl-post-card__meta {
	align-items: center;
	display: flex;
	font-size: 0.76rem;
	font-weight: 700;
	gap: 10px;
	justify-content: space-between;
	letter-spacing: 0.02em;
	margin-bottom: 14px;
}

.nl-post-card__meta span {
	color: var(--nl-blue-dark);
}

.nl-post-card__meta time {
	color: var(--nl-muted);
}

.nl-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 48px;
}

.nl-pagination .page-numbers {
	align-items: center;
	background: var(--nl-white);
	border: 1px solid var(--nl-line);
	border-radius: 10px;
	display: inline-flex;
	font-weight: 750;
	height: 44px;
	justify-content: center;
	min-width: 44px;
	padding: 0 14px;
	text-decoration: none;
}

.nl-pagination .current,
.nl-pagination a:hover {
	background: var(--nl-ink);
	border-color: var(--nl-ink);
	color: var(--nl-white);
}

.nl-blog-empty {
	background: var(--nl-white);
	border: 1px solid var(--nl-line);
	border-radius: var(--nl-radius);
	padding: 48px;
	text-align: center;
}

.nl-blog-empty h2 {
	font-size: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.nl-blog-empty p {
	color: var(--nl-muted);
	margin-bottom: 0;
}

.nl-article-header {
	max-width: 980px;
}

.nl-article-hero h1 {
	font-size: clamp(2.5rem, 5vw, 4.65rem);
	max-width: 980px;
}

.nl-article-lead {
	color: #39352f;
	font-size: clamp(1.08rem, 1.8vw, 1.3rem);
	max-width: 820px;
}

.nl-article-meta {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	font-weight: 700;
	gap: 12px 28px;
	margin-top: 32px;
}

.nl-article-wrap {
	max-width: 980px;
	padding-bottom: 112px;
	padding-top: 64px;
}

.nl-article-featured {
	border-radius: 24px;
	box-shadow: var(--nl-shadow);
	margin: 0 0 64px;
	overflow: hidden;
}

.nl-article-featured img {
	display: block;
	height: auto;
	width: 100%;
}

.nl-article-content {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.16rem;
	line-height: 1.78;
	margin: 0 auto;
	max-width: 760px;
}

.nl-article-content h2,
.nl-article-content h3,
.nl-article-content h4 {
	font-family: Inter, Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: -0.025em;
}

.nl-article-content h2 {
	font-size: clamp(1.75rem, 3.3vw, 2.55rem);
	margin: 64px 0 20px;
}

.nl-article-content h3 {
	font-size: 1.45rem;
	margin: 42px 0 16px;
}

.nl-article-content p,
.nl-article-content ul,
.nl-article-content ol {
	margin-bottom: 26px;
}

.nl-article-content li + li {
	margin-top: 10px;
}

.nl-article-content a {
	color: var(--nl-blue-dark);
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.nl-article-content blockquote {
	background: var(--nl-warm-light);
	border-left: 6px solid var(--nl-warm);
	font-size: 1.22rem;
	font-style: normal;
	margin: 42px 0;
	padding: 26px 30px;
}

.nl-article-content img {
	border-radius: 14px;
	height: auto;
	max-width: 100%;
}

.nl-article-content table {
	border-collapse: collapse;
	display: block;
	font-family: Inter, Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.92rem;
	overflow-x: auto;
	width: 100%;
}

.nl-article-content th,
.nl-article-content td {
	border: 1px solid var(--nl-line);
	padding: 12px 14px;
	text-align: left;
}

.nl-article-content th {
	background: var(--nl-warm-light);
}

.nl-author-box {
	align-items: center;
	background: var(--nl-soft);
	border: 1px solid var(--nl-line);
	border-radius: var(--nl-radius);
	display: grid;
	gap: 28px;
	grid-template-columns: 120px 1fr;
	margin: 72px auto 0;
	max-width: 760px;
	padding: 28px;
}

.nl-author-box img {
	border-radius: 50%;
	height: 120px;
	object-fit: cover;
	width: 120px;
}

.nl-author-box h2 {
	font-size: 1.55rem;
	margin-bottom: 8px;
}

.nl-author-box p:last-child {
	color: var(--nl-muted);
	font-size: 0.94rem;
	margin-bottom: 0;
}

.nl-article-cta {
	align-items: center;
	background: var(--nl-ink);
	border-radius: var(--nl-radius);
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-top: 42px;
	padding: 38px;
}

.nl-article-cta h2,
.nl-article-cta p {
	color: var(--nl-white);
}

.nl-article-cta h2 {
	font-size: clamp(1.6rem, 3vw, 2.35rem);
	margin-bottom: 0;
}

.nl-article-cta .nl-kicker {
	color: var(--nl-warm);
}

.nl-related-posts {
	border-top: 1px solid var(--nl-line);
}

@media (max-width: 1000px) {
	.nl-nav {
		display: none;
	}

	.nl-cards,
	.nl-feature-grid,
	.nl-topic-grid,
	.nl-blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.nl-card:last-child,
	.nl-feature-grid div:last-child {
		grid-column: span 2;
	}

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

	.nl-trustbar__items span:nth-child(2) {
		border-right: 0;
	}

	.nl-split,
	.nl-contact__grid,
	.nl-about-grid,
	.nl-service-price__inner {
		gap: 44px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	.admin-bar .nl-header {
		top: 46px;
	}
}

@media (max-width: 700px) {
	.nl-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.nl-header__inner {
		min-height: 68px;
	}

	.nl-header .nl-button {
		display: none;
	}

	.nl-logo img {
		max-width: 132px;
	}

	.nl-hero {
		background-image: linear-gradient(90deg, rgba(5, 12, 28, 0.96), rgba(7, 16, 35, 0.7)), url("https://nexlead.ee/wp-content/uploads/2026/05/d463a418-8f89-4559-ae75-a471c3e2ee0c-1536x864.png");
		min-height: 650px;
	}

	.nl-page h1 {
		font-size: clamp(2.25rem, 10vw, 3.25rem);
	}

	.nl-hero__content {
		padding-bottom: 76px;
		padding-top: 76px;
	}

	.nl-actions,
	.nl-actions .nl-button {
		width: 100%;
	}

	.nl-section {
		padding-bottom: 78px;
		padding-top: 78px;
	}

	.nl-problem__grid,
	.nl-cards,
	.nl-feature-grid,
	.nl-price-grid,
	.nl-trustbar__items,
	.nl-metrics,
	.nl-topic-grid,
	.nl-detail-grid,
	.nl-blog-grid {
		grid-template-columns: 1fr;
	}

	.nl-service-hero,
	.nl-policy-hero,
	.nl-blog-hero,
	.nl-article-hero {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.nl-card:last-child,
	.nl-feature-grid div:last-child {
		grid-column: auto;
	}

	.nl-trustbar__items span {
		border-bottom: 1px solid rgba(17, 16, 14, 0.2);
		border-right: 0;
		padding: 10px;
	}

	.nl-trustbar__items span:last-child {
		border-bottom: 0;
	}

	.nl-addon,
	.nl-footer__inner,
	.nl-section-heading,
	.nl-article-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.nl-section-heading .nl-button,
	.nl-article-cta .nl-button {
		width: 100%;
	}

	.nl-post-card__image {
		height: 210px;
	}

	.nl-article-wrap {
		padding-bottom: 78px;
		padding-top: 42px;
	}

	.nl-article-featured {
		margin-bottom: 42px;
	}

	.nl-article-content {
		font-size: 1.05rem;
	}

	.nl-author-box {
		align-items: start;
		grid-template-columns: 80px 1fr;
		padding: 22px;
	}

	.nl-author-box img {
		height: 80px;
		width: 80px;
	}

	.nl-article-cta {
		padding: 28px;
	}

	.nl-steps li {
		grid-template-columns: 44px 1fr;
		padding: 22px;
	}

	.nl-steps li > span {
		height: 42px;
		width: 42px;
	}

	.nl-form-wrap {
		padding: 24px;
	}

	.nl-form-row {
		gap: 0;
		grid-template-columns: 1fr;
	}

	.nl-footer p {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nl-page *,
	.nl-page *::before,
	.nl-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
