/* ===== Barra de progresso de leitura ===== */
#nmseo-progress-bar {
	position: fixed;
	top: 0; left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #e89c2d, #f5b14c);
	z-index: 9999;
	transition: width .12s ease-out;
	pointer-events: none;
}

/* ===== Categorias (chips dourados no hero) ===== */
.nmseo-post-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 20px 0 0;
}
.nmseo-post-cat {
	display: inline-block;
	background: rgba(232,156,45,0.15);
	color: #e89c2d;
	padding: 6px 16px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid rgba(232,156,45,0.4);
	transition: all .2s ease;
}
.nmseo-post-cat:hover {
	background: #e89c2d;
	color: #0a1f3d;
}

/* ===== Meta line do hero (autor · data · tempo de leitura) ===== */
.nmseo-post-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	color: #cbd5e1;
	font-size: 14px;
	font-weight: 500;
	margin-top: 32px;
}
.nmseo-post-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #cbd5e1;
	text-decoration: none;
	transition: color .15s ease;
}
.nmseo-post-meta__item:hover {
	color: #ffffff;
}
.nmseo-post-meta__item i {
	color: #e89c2d;
	font-size: 14px;
}
.nmseo-post-meta__sep {
	color: #475569;
	font-weight: 700;
	font-size: 12px;
}

/* ===== Breadcrumbs sem margem extra ===== */
[data-elementor-type="single-post"] .elementor-widget-breadcrumbs {
	margin-bottom: 0 !important;
}

/* ===== Conteúdo do post — typography melhorada ===== */
#nm-post-content,
.elementor-widget-theme-post-content {
	font-size: 16.5px;
	line-height: 1.75;
	color: #1e293b;
}
#nm-post-content p,
.elementor-widget-theme-post-content p {
	margin: 0 0 1.5em;
}
#nm-post-content h2,
.elementor-widget-theme-post-content h2 {
	font-size: 28px;
	font-weight: 700;
	color: #0a1f3d;
	margin: 2.2em 0 0.8em;
	line-height: 1.25;
	padding-top: 8px;
	scroll-margin-top: 80px;
}
#nm-post-content h3,
.elementor-widget-theme-post-content h3 {
	font-size: 21px;
	font-weight: 700;
	color: #0a1f3d;
	margin: 1.8em 0 0.6em;
	line-height: 1.3;
	scroll-margin-top: 80px;
}
#nm-post-content img,
.elementor-widget-theme-post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 1.5em 0;
	box-shadow: 0 6px 18px rgba(10,31,61,.10);
}
#nm-post-content a,
.elementor-widget-theme-post-content a {
	color: #0a1f3d;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: #e89c2d;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	transition: color .2s ease;
}
#nm-post-content a:hover,
.elementor-widget-theme-post-content a:hover {
	color: #e89c2d;
}
#nm-post-content ul,
#nm-post-content ol,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}
#nm-post-content li,
.elementor-widget-theme-post-content li {
	margin-bottom: 0.5em;
}
#nm-post-content blockquote,
.elementor-widget-theme-post-content blockquote {
	border-left: 4px solid #e89c2d;
	padding: 8px 0 8px 20px;
	margin: 1.8em 0;
	font-size: 18px;
	font-style: italic;
	color: #334155;
	background: linear-gradient(90deg, rgba(232,156,45,0.06), transparent);
}

/* ===== CTA inline injetado no meio do post ===== */
.nmseo-inline-cta {
	background: #0a1f3d;
	background-image: url('/wp-content/uploads/2026/04/ChatGPT-Image-2-de-mar.-de-2026-20_32_56.png');
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	background-color: rgba(10,31,61,0.92);
	border-radius: 16px;
	padding: 36px 32px;
	margin: 2.5em 0;
	text-align: center;
	box-shadow: 0 12px 32px rgba(10,31,61,.15);
}
.nmseo-inline-cta__stat {
	display: inline-block;
	font-size: 36px;
	font-weight: 800;
	color: #e89c2d;
	letter-spacing: -1px;
	margin-bottom: 8px;
	line-height: 1;
}
.nmseo-inline-cta__title {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff !important;
	margin: 0 0 10px !important;
	line-height: 1.3;
}
.nmseo-inline-cta__desc {
	font-size: 14.5px;
	color: #cbd5e1 !important;
	line-height: 1.55;
	margin: 0 auto 22px !important;
	max-width: 480px;
}
.nmseo-inline-cta__btn {
	display: inline-block;
	background: #e89c2d;
	color: #0a1f3d !important;
	padding: 13px 28px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14.5px;
	text-decoration: none !important;
	transition: background .2s ease, transform .2s ease;
}
.nmseo-inline-cta__btn:hover {
	background: #ffffff;
	color: #0a1f3d !important;
	transform: translateY(-1px);
}

/* ===== TOC (Table of Contents) ===== */
#nm-toc .elementor-toc__list-wrapper {
	list-style: none;
}
#nm-toc .elementor-toc__list-item {
	margin-bottom: 6px;
}
#nm-toc .elementor-toc__list-item-text {
	font-size: 14px;
	color: #0a1f3d !important;
	transition: color .2s ease;
}
/* Hover + active = dourado da marca */
#nm-toc .elementor-toc__list-item-text:hover,
#nm-toc .elementor-toc__list-item-text-wrapper:hover .elementor-toc__list-item-text,
#nm-toc .elementor-toc__list-item-text.elementor-item-active,
#nm-toc .elementor-toc__list-item.elementor-item-active > .elementor-toc__list-item-text-wrapper .elementor-toc__list-item-text,
#nm-toc .elementor-toc__list-item-text-wrapper a:hover,
#nm-toc a.elementor-toc__list-item-text-wrapper:hover {
	color: #e89c2d !important;
}

/* ===== Card "Sobre a NM Soluções" na sidebar ===== */
.nmseo-about-card {
	background: #0a1f3d url('/wp-content/uploads/2026/04/ChatGPT-Image-2-de-mar.-de-2026-20_32_56.png') center/cover;
	background-blend-mode: multiply;
	background-color: rgba(10,31,61,0.94);
	border-radius: 16px;
	padding: 28px 22px;
	margin-top: 32px;
	text-align: center;
	color: #cbd5e1;
}
.nmseo-about-card__logo {
	display: block;
	width: 110px;
	height: auto;
	margin: 0 auto 14px;
}
.nmseo-about-card__title {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.3;
}
.nmseo-about-card__desc {
	color: #cbd5e1;
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}
.nmseo-about-card__divider {
	width: 40px;
	height: 1px;
	background: rgba(232,156,45,0.5);
	margin: 18px auto;
}
.nmseo-about-card__social {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.nmseo-about-card__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e89c2d;
	color: #0a1f3d !important;
	font-size: 14px;
	text-decoration: none !important;
	transition: background .2s ease, transform .2s ease;
}
.nmseo-about-card__social a:hover {
	background: #ffffff;
	color: #0a1f3d !important;
	transform: translateY(-2px);
}

/* ===== Author box ===== */
#nm-author-box .elementor-author-box {
	background: #ffffff;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 6px 20px rgba(10,31,61,.08);
	border: 1px solid #e5e7eb;
}
#nm-author-box .elementor-author-box__avatar img {
	width: 96px !important;
	height: 96px !important;
	border-radius: 50%;
	background: #0a1f3d;
	padding: 8px;
	border: 2px solid #e89c2d;
	object-fit: contain;
}
#nm-author-box .elementor-author-box__text {
	padding-left: 24px;
}
#nm-author-box .elementor-author-box__name {
	color: #0a1f3d !important;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 4px;
}
#nm-author-box .elementor-author-box__bio,
#nm-author-box .elementor-author-box__biography {
	color: #475569 !important;
	font-size: 14.5px;
	line-height: 1.65;
	margin: 8px 0 16px;
}
#nm-author-box .elementor-author-box__link {
	display: inline-block;
	color: #e89c2d !important;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: color .2s ease;
}
#nm-author-box .elementor-author-box__link:hover {
	color: #0a1f3d !important;
}
