/* Centro de Inteligência de Mercado — sistema visual editorial */

html:has(body.sp-cim-page) {
	overflow-x: clip;
	background: #001a33;
}

body.sp-cim-page {
	--cim-navy: #001a33;
	--cim-blue: #002137;
	--cim-blue-mid: #003f91;
	--cim-blue-deep: #0050b8;
	--cim-orange: #ff770d;
	--cim-ink: #0f1724;
	--cim-muted: #5c6b7a;
	--cim-line: #dde3ea;
	--cim-soft: #e8ecf0;
	--cim-white: #fff;
	--cim-radius-lg: 24px;
	--cim-radius-md: 18px;
	--cim-shadow: 0 18px 55px rgba(0, 26, 51, 0.12);
	--cim-max: 1180px;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
	background: var(--cim-soft);
	font-family: Poppins, system-ui, sans-serif;
	color: var(--cim-ink);
	box-sizing: border-box;
}

body.sp-cim-page *,
body.sp-cim-page *::before,
body.sp-cim-page *::after {
	box-sizing: border-box;
}

body.sp-cim-page #page.site,
body.sp-cim-page .site-content,
body.sp-cim-page .content-area,
body.sp-cim-page.blog-grid #page,
body.sp-cim-page.layout-fullwidth #page {
	max-width: none;
	width: 100%;
	min-width: 0;
	padding: 0;
	margin: 0;
	overflow-x: clip;
}

body.sp-cim-page #sp-landing-main,
body.sp-cim-page #sp-shell-main,
body.sp-cim-page .sp-cim-main {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

body.sp-cim-page .landing-container {
	width: min(100% - 80px, var(--cim-max));
	max-width: var(--cim-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

/* Header CIM — app-shell editorial */
body.sp-cim-page .sp-cim-header.landing-header--home {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	z-index: 200;
	background: linear-gradient(180deg, rgba(0, 26, 51, 0.98) 0%, rgba(0, 26, 51, 0.94) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
	transition: box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

body.sp-cim-page .sp-cim-header.landing-header--home .landing-header__bar {
	padding: 16px 48px;
	transition: padding 0.25s ease, background 0.25s ease, backdrop-filter 0.25s ease;
}

body.sp-cim-page .sp-cim-header.is-scrolled.landing-header--home {
	background: rgba(0, 26, 51, 0.88);
	backdrop-filter: blur(14px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

body.sp-cim-page .sp-cim-header.is-scrolled.landing-header--home .landing-header__bar {
	padding-top: 12px;
	padding-bottom: 12px;
}

body.sp-cim-page .sp-cim-header .landing-header__inner {
	justify-content: space-between;
	gap: 16px;
	max-width: var(--cim-max);
}

body.sp-cim-page .sp-cim-header .landing-header__brand {
	flex: 0 1 auto;
	max-width: 220px;
}

body.sp-cim-page .sp-cim-header .landing-header__logo {
	max-width: 190px;
	transition: opacity 0.2s ease;
}

body.sp-cim-page .sp-cim-header .landing-header__brand:hover .landing-header__logo {
	opacity: 0.9;
}

body.sp-cim-page .sp-cim-header .landing-header__nav {
	flex: 1 1 auto;
	max-width: none;
	justify-content: center;
	gap: 4px;
}

body.sp-cim-page .sp-cim-header .landing-header__nav-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 8px 12px 10px;
	border-radius: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.78) !important;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}

body.sp-cim-page .sp-cim-header .landing-header__nav-link::after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 4px;
	height: 2px;
	border-radius: 1px;
	background: var(--cim-orange);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.22s ease;
}

body.sp-cim-page .sp-cim-header .landing-header__nav-link:hover,
body.sp-cim-page .sp-cim-header .landing-header__nav-link:focus-visible {
	color: #fff !important;
	background: transparent;
	transform: none;
}

body.sp-cim-page .sp-cim-header .landing-header__nav-link:hover::after,
body.sp-cim-page .sp-cim-header .landing-header__nav-link:focus-visible::after {
	transform: scaleX(1);
}

body.sp-cim-page .sp-cim-header .landing-header__nav-link--active {
	color: #fff !important;
	background: transparent;
	box-shadow: none;
}

body.sp-cim-page .sp-cim-header .landing-header__nav-link--active::after {
	transform: scaleX(1);
}

body.sp-cim-page .sp-cim-header .landing-header__desktop-actions {
	flex: 0 0 auto;
	max-width: none;
}

body.sp-cim-page .sp-cim-header .landing-header__cta {
	width: auto !important;
	min-width: 0;
	padding: 9px 16px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 8px;
	background: transparent;
	background-image: none;
	color: #fff !important;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	box-shadow: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.sp-cim-page .sp-cim-header .landing-header__cta-icon {
	width: 14px;
	height: 14px;
	opacity: 0.9;
}


body.sp-cim-page .sp-cim-header .sp-cim-header__user {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: none;
	color: #fff;
	font-family: Poppins, system-ui, sans-serif;
}

body.sp-cim-page .sp-cim-header .landing-header__desktop-actions {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__account {
	position: relative;
	display: inline-flex;
	align-items: center;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__user-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 4px 6px 4px 4px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font: inherit;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__user-toggle:hover,
body.sp-cim-page .sp-cim-header .sp-cim-header__user-toggle:focus-visible,
body.sp-cim-page .sp-cim-header .sp-cim-header__account.is-open .sp-cim-header__user-toggle {
	background: rgba(255, 255, 255, 0.1);
	outline: none;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__user-face {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.08);
	flex: 0 0 auto;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__user-name {
	flex: 0 0 auto;
	min-width: 0;
	max-width: 180px;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__user-caret {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid rgba(255, 255, 255, 0.85);
	margin-left: 2px;
	transition: transform 0.18s ease;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__account.is-open .sp-cim-header__user-caret {
	transform: rotate(180deg);
}

body.sp-cim-page .sp-cim-header .sp-cim-header__account-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 148px;
	padding: 6px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #0b1f3a;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
	z-index: 40;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__account-menu[hidden] {
	display: none !important;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__signup {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 16px;
	border: 1px solid var(--cim-orange);
	border-radius: 8px;
	background: var(--cim-orange);
	color: #fff !important;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__signup:hover,
body.sp-cim-page .sp-cim-header .sp-cim-header__signup:focus-visible {
	background: #e86800;
	border-color: #e86800;
	color: #fff !important;
	outline: none;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__signup--drawer {
	width: 100%;
	margin-top: 10px;
	padding: 12px 16px;
	box-sizing: border-box;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__app-link {
	flex: 0 0 auto;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 8px;
	color: #fff !important;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-decoration: none;
	line-height: 1;
	transition: background 0.2s ease, border-color 0.2s ease;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__app-link:hover,
body.sp-cim-page .sp-cim-header .sp-cim-header__app-link:focus-visible {
	background: var(--cim-orange);
	border-color: var(--cim-orange);
	color: #fff !important;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__logout {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 0;
	border-radius: 8px;
	color: #fff !important;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	line-height: 1.2;
	background: transparent;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__logout:hover,
body.sp-cim-page .sp-cim-header .sp-cim-header__logout:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__logout--drawer {
	display: inline-flex;
	width: auto;
	margin: 8px 0 0;
	padding: 10px 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__logout--drawer:hover,
body.sp-cim-page .sp-cim-header .sp-cim-header__logout--drawer:focus-visible {
	background: transparent;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__user--drawer {
	margin: 12px 0 8px;
	max-width: none;
}

body.sp-cim-page .sp-cim-header .landing-header__cta:hover {
	background: var(--cim-orange);
	border-color: var(--cim-orange);
	color: #fff !important;
	filter: none;
	transform: none;
	box-shadow: none;
}

@media (min-width: 1025px) {
	/* Sobrescreve o grid 22/60/14 da home — alinha ao container CIM e libera espaço do usuário/CTA */
	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__bar {
		padding-left: 48px !important;
		padding-right: 48px !important;
	}

	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__inner {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 24px !important;
		width: min(100%, var(--cim-max)) !important;
		max-width: var(--cim-max) !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}

	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__brand {
		flex: 0 0 auto !important;
		max-width: 200px !important;
		width: auto !important;
	}

	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__nav {
		flex: 1 1 auto !important;
		max-width: none !important;
		width: auto !important;
		justify-content: center !important;
		gap: 2px !important;
	}

	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__desktop-actions {
		flex: 0 0 auto !important;
		max-width: none !important;
		width: auto !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 12px !important;
		margin-left: 0 !important;
	}

	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__cta {
		width: auto !important;
		min-width: 0 !important;
		padding: 9px 18px !important;
		border: 1px solid rgba(255, 255, 255, 0.32) !important;
		border-radius: 8px !important;
		background: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		font-size: 0.8125rem !important;
		font-weight: 600 !important;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__cta:hover {
		background: var(--cim-orange) !important;
		border-color: var(--cim-orange) !important;
		filter: none !important;
		box-shadow: none !important;
		transform: none !important;
	}

	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__cta-icon {
		display: none;
	}

	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__nav-link {
		font-size: 0.875rem !important;
		color: rgba(255, 255, 255, 0.76) !important;
	}
}

body.sp-cim-page .sp-cim-header .landing-header__menu-btn {
	display: none;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	min-width: 44px;
	max-width: 44px;
	margin-left: auto;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: opacity 0.2s ease;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__menu-icon {
	position: relative;
	display: block;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	border-radius: 2px;
	background: #fff;
	transition: background 0.22s ease;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__menu-icon::before,
body.sp-cim-page .sp-cim-header .sp-cim-header__menu-icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	transition: transform 0.22s ease, top 0.22s ease, background 0.22s ease;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__menu-icon::before {
	top: -7px;
}

body.sp-cim-page .sp-cim-header .sp-cim-header__menu-icon::after {
	top: 7px;
}

body.sp-cim-page .sp-cim-header.is-menu-open .sp-cim-header__menu-icon {
	background: transparent;
}

body.sp-cim-page .sp-cim-header.is-menu-open .sp-cim-header__menu-icon::before {
	top: 0;
	background: var(--cim-orange);
	transform: rotate(45deg);
}

body.sp-cim-page .sp-cim-header.is-menu-open .sp-cim-header__menu-icon::after {
	top: 0;
	background: var(--cim-orange);
	transform: rotate(-45deg);
}

body.sp-cim-page .sp-cim-header .landing-header__menu-btn:hover .sp-cim-header__menu-icon,
body.sp-cim-page .sp-cim-header .landing-header__menu-btn:hover .sp-cim-header__menu-icon::before,
body.sp-cim-page .sp-cim-header .landing-header__menu-btn:hover .sp-cim-header__menu-icon::after {
	background: var(--cim-orange);
}

body.sp-cim-page .sp-cim-header.is-menu-open .landing-header__menu-btn:hover .sp-cim-header__menu-icon {
	background: transparent;
}

/* Mobile drawer — oculto por padrão; só aparece com .is-menu-open em viewport mobile */
body.sp-cim-page .sp-cim-header .landing-header__mobile-backdrop,
body.sp-cim-page .sp-cim-header .landing-header__mobile-panel {
	display: none !important;
}

body.sp-cim-page .sp-cim-header .landing-header__mobile-backdrop {
	position: fixed;
	inset: 0;
	z-index: 210;
	background: rgba(0, 20, 35, 0.62);
	backdrop-filter: blur(4px);
}

body.sp-cim-page .sp-cim-header .landing-header__mobile-panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 211;
	flex-direction: column;
	width: min(320px, 88vw);
	padding: 0;
	background: linear-gradient(180deg, #002137 0%, #001a33 100%);
	box-shadow: -16px 0 48px rgba(0, 0, 0, 0.32);
}

@media (max-width: 1024px) {
	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__nav,
	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__desktop-actions {
		display: none !important;
	}

	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__menu-btn {
		display: inline-flex !important;
		flex: 0 0 44px !important;
		max-width: 44px !important;
		justify-content: center !important;
		border: none !important;
		background: transparent !important;
	}

	body.sp-cim-page.sp-design-v2 .sp-cim-header.landing-header--home .landing-header__mobile-close {
		border: none !important;
		border-radius: 0 !important;
		background: transparent !important;
		font-size: 0 !important;
		color: #fff !important;
	}

	body.sp-cim-page .sp-cim-header .landing-header__inner {
		justify-content: space-between;
	}

	body.sp-cim-page .sp-cim-header .landing-header__brand {
		flex: 1 1 auto;
		max-width: min(220px, 62vw);
	}

	body.sp-cim-page .sp-cim-header.is-menu-open .landing-header__mobile-backdrop {
		display: block !important;
	}

	body.sp-cim-page .sp-cim-header.is-menu-open .landing-header__mobile-panel {
		display: flex !important;
		animation: sp-cim-drawer-in 0.26s cubic-bezier(0.22, 1, 0.36, 1) both;
	}
}

@keyframes sp-cim-drawer-in {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

@media (min-width: 1025px) {
	body.sp-cim-page .sp-cim-header.is-menu-open .landing-header__mobile-backdrop,
	body.sp-cim-page .sp-cim-header.is-menu-open .landing-header__mobile-panel {
		display: none !important;
	}

	body.sp-cim-page.sp-cim-menu-open {
		overflow: auto;
	}
}

body.sp-cim-page .sp-cim-header .landing-header__mobile-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 20px 20px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.sp-cim-page .sp-cim-header .sp-cim-header__drawer-label {
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--cim-orange);
}

body.sp-cim-page .sp-cim-header .landing-header__mobile-close {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: #fff !important;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

body.sp-cim-page .sp-cim-header .landing-header__mobile-close::before,
body.sp-cim-page .sp-cim-header .landing-header__mobile-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	margin-top: -1px;
	margin-left: -9px;
	border-radius: 1px;
	background: #fff;
	transition: background 0.2s ease;
}

body.sp-cim-page .sp-cim-header .landing-header__mobile-close::before {
	transform: rotate(45deg);
}

body.sp-cim-page .sp-cim-header .landing-header__mobile-close::after {
	transform: rotate(-45deg);
}

body.sp-cim-page .sp-cim-header .landing-header__mobile-close:hover::before,
body.sp-cim-page .sp-cim-header .landing-header__mobile-close:hover::after {
	background: var(--cim-orange);
}

body.sp-cim-page .sp-cim-header .landing-header__drawer-nav {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px 16px 24px;
	overflow-y: auto;
}

body.sp-cim-page .sp-cim-header .landing-header__drawer-link {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid transparent;
	background: transparent;
	color: rgba(255, 255, 255, 0.9);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.sp-cim-page .sp-cim-header .landing-header__drawer-link:hover,
body.sp-cim-page .sp-cim-header .landing-header__drawer-link:focus-visible {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.08);
	transform: translateX(4px);
}

body.sp-cim-page .sp-cim-header .landing-header__drawer-link--active {
	color: #fff;
	background: rgba(255, 119, 13, 0.14);
	border-color: rgba(255, 119, 13, 0.28);
	box-shadow: inset 3px 0 0 var(--cim-orange);
}

body.sp-cim-page .sp-cim-header .landing-header__drawer-cta {
	margin-top: 16px;
	width: 100% !important;
	justify-content: center;
	padding: 14px 18px !important;
	border: none !important;
	border-radius: 14px !important;
	background: var(--cim-orange) !important;
	background-image: none !important;
	box-shadow: 0 6px 18px rgba(255, 119, 13, 0.28);
}

body.sp-cim-page .sp-cim-header .landing-header__drawer-cta:hover {
	background: #e86a0a !important;
	box-shadow: 0 10px 24px rgba(255, 119, 13, 0.34);
}

body.sp-cim-page.sp-cim-menu-open {
	overflow: hidden;
}

@media (max-width: 640px) {
	body.sp-cim-page .sp-cim-header.landing-header--home .landing-header__bar {
		padding: 14px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sp-cim-page .sp-cim-header .landing-header__nav-link,
	body.sp-cim-page .sp-cim-header .landing-header__cta,
	body.sp-cim-page .sp-cim-header .landing-header__drawer-link,
	body.sp-cim-page .sp-cim-header.is-menu-open .landing-header__mobile-panel {
		animation: none;
		transition: none;
	}
}

/* Base components */
body.sp-cim-page .sp-cim-panel {
	padding: 24px;
	border: 1px solid var(--cim-line);
	border-radius: var(--cim-radius-md);
	background: var(--cim-white);
	box-shadow: 0 12px 34px rgba(0, 26, 51, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.sp-cim-page .sp-cim-panel:hover {
	transform: translateY(-3px);
	box-shadow: var(--cim-shadow);
	border-color: rgba(255, 119, 13, 0.25);
}

body.sp-cim-page .sp-cim-glass {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--cim-radius-lg);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(16px);
}

body.sp-cim-page .sp-cim-section {
	padding: 72px 0;
}

body.sp-cim-page .sp-cim-section--soft {
	background: var(--cim-soft);
}

body.sp-cim-page .sp-cim-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 20px;
	border: 0;
	border-radius: 999px;
	background: var(--cim-orange);
	color: var(--cim-white);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

body.sp-cim-page .sp-cim-btn:hover {
	background: #e86a0a;
	color: var(--cim-white);
	transform: translateY(-1px);
}

body.sp-cim-page .sp-cim-btn--ghost {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.25);
}

body.sp-cim-page .sp-cim-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.18);
	color: var(--cim-white);
}

body.sp-cim-page .sp-cim-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

body.sp-cim-page .sp-cim-chip {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 119, 13, 0.12);
	color: var(--cim-orange);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.sp-cim-page .sp-cim-section-title {
	margin: 0 0 18px;
	color: var(--cim-blue);
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(1.6rem, 2.8vw, 2.4rem);
	letter-spacing: -0.03em;
}

/* Hero editorial */
body.sp-cim-page .sp-cim-hero {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	padding: calc(var(--sp-header-offset, 112px) + 48px) 0 56px;
	background:
		radial-gradient(circle at 85% 12%, rgba(255, 119, 13, 0.28), transparent 28%),
		linear-gradient(135deg, #002137 0%, #003f91 60%, #001a33 100%);
	color: #fff;
}

body.sp-cim-page .sp-cim-hero--compact {
	padding: calc(var(--sp-header-offset, 112px) + 32px) 0 40px;
}

body.sp-cim-page .sp-cim-hero--home {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	/* Sem teto em px: preenche a 1ª dobra em notebook e monitor alto */
	min-height: 100vh;
	min-height: 100svh;
	min-height: 100dvh;
	padding-bottom: max(72px, 6vh);
	background: #001a33;
}

/* Scrim leve sobre a foto full-bleed — lê o texto sem apagar a imagem à esquerda */
body.sp-cim-page .sp-cim-hero--home::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(
			105deg,
			rgba(0, 26, 51, 0.88) 0%,
			rgba(0, 26, 51, 0.62) 38%,
			rgba(0, 26, 51, 0.28) 62%,
			rgba(0, 26, 51, 0.18) 100%
		),
		linear-gradient(
			180deg,
			rgba(0, 26, 51, 0.55) 0%,
			transparent 28%,
			transparent 72%,
			rgba(0, 26, 51, 0.45) 100%
		);
	pointer-events: none;
}

body.sp-cim-page .sp-cim-hero__backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

body.sp-cim-page .sp-cim-hero__backdrop img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 1;
}

body.sp-cim-page .sp-cim-hero--home .sp-cim-hero__aside {
	align-self: center;
	width: 100%;
	max-width: 440px;
	margin-left: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

body.sp-cim-page .sp-cim-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 32px;
	align-items: center;
	width: min(100% - 80px, var(--cim-max));
	max-width: var(--cim-max);
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

body.sp-cim-page .sp-cim-hero--home .sp-cim-hero__copy {
	max-width: 34rem;
}

body.sp-cim-page .sp-cim-hero__title {
	margin: 0;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(2rem, 4.5vw, 3.5rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.035em;
	color: #fff;
	text-wrap: balance;
	text-shadow: 0 2px 28px rgba(0, 10, 24, 0.45);
}

body.sp-cim-page .sp-cim-hero--compact .sp-cim-hero__title {
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
}

body.sp-cim-page .sp-cim-hero__lead {
	margin: 16px 0 0;
	max-width: 640px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1.1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
	text-shadow: 0 1px 18px rgba(0, 10, 24, 0.4);
}

body.sp-cim-page .sp-cim-hero__meta {
	margin-top: 14px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
}

body.sp-cim-page .sp-cim-hero__aside-head {
	margin: 0 0 14px;
}

body.sp-cim-page .sp-cim-hero__aside-title {
	margin: 0 0 4px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fff;
	text-shadow: 0 1px 16px rgba(0, 10, 24, 0.45);
}

body.sp-cim-page .sp-cim-hero__aside-text {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
	text-shadow: 0 1px 12px rgba(0, 10, 24, 0.35);
}

body.sp-cim-page .sp-cim-hero__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 0;
}

body.sp-cim-page .sp-cim-hero__metric {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 6px;
	min-height: 108px;
	padding: 14px 14px 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.14) 0%, rgba(0, 26, 51, 0.42) 100%);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
	animation: sp-cim-fade-up 0.55s ease both;
	animation-delay: calc(0.08s + (var(--sp-cim-metric-i, 0) * 0.07s));
}

body.sp-cim-page .sp-cim-hero__metric:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 119, 13, 0.45);
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.18) 0%, rgba(0, 26, 51, 0.5) 100%);
}

body.sp-cim-page .sp-cim-hero__metric strong {
	display: block;
	color: rgba(255, 255, 255, 0.92);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

body.sp-cim-page .sp-cim-hero__metric em {
	display: block;
	max-width: 100%;
	margin-top: auto;
	text-align: left;
	font-style: normal;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(0.92rem, 1.5vw, 1.05rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #ffd4b5;
	transition: color 0.2s ease;
}

body.sp-cim-page .sp-cim-hero__metric:hover em {
	color: var(--cim-orange);
}

body.sp-cim-page .sp-cim-hero__metric span {
	display: block;
	margin-top: 0;
	font-size: 0.65rem;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.55);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

@media (min-width: 960px) {
	body.sp-cim-page .sp-cim-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
		gap: 42px;
	}

	body.sp-cim-page .sp-cim-hero--home .sp-cim-hero__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(360px, 440px);
		gap: 56px;
		align-items: center;
	}

	body.sp-cim-page .sp-cim-hero__aside,
	body.sp-cim-page .sp-cim-hero__copy {
		animation: sp-cim-fade-up 0.6s ease both;
	}

	body.sp-cim-page .sp-cim-hero__aside {
		animation-delay: 0.1s;
	}
}

@media (max-width: 959px) {
	body.sp-cim-page .sp-cim-hero--home {
		align-items: center;
		min-height: 100vh;
		min-height: 100svh;
		min-height: 100dvh;
		padding-bottom: max(48px, 5vh);
	}

	body.sp-cim-page .sp-cim-hero--home .sp-cim-hero__aside {
		max-width: none;
		margin-left: 0;
	}

	body.sp-cim-page .sp-cim-hero__metric {
		min-height: 96px;
	}
}

@media (max-width: 520px) {
	body.sp-cim-page .sp-cim-hero__metrics {
		grid-template-columns: 1fr;
	}
}

@keyframes sp-cim-fade-up {
	from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sp-cim-page .sp-cim-hero__aside,
	body.sp-cim-page .sp-cim-hero__copy {
		animation: none;
	}
}

/* Featured layout */
body.sp-cim-page .sp-cim-featured-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	align-items: start;
}

body.sp-cim-page .sp-cim-featured-sidebar {
	display: grid;
	gap: 18px;
}

body.sp-cim-page .sp-cim-featured-sidebar .sp-cim-panel h3 {
	margin: 0 0 8px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 1.1rem;
	color: var(--cim-blue);
}

body.sp-cim-page .sp-cim-featured-sidebar .sp-cim-panel p {
	margin: 0;
	color: var(--cim-muted);
	line-height: 1.6;
	font-size: 0.95rem;
}

@media (min-width: 1024px) {
	body.sp-cim-page .sp-cim-featured-layout {
		grid-template-columns: minmax(0, 1fr) 320px;
	}
}

/* Publication grids */
body.sp-cim-page .sp-cim-posts-section {
	padding: 56px 0 72px;
	background: var(--cim-white);
}

body.sp-cim-page .sp-cim-market-reports__more {
	margin: 28px 0 0;
	text-align: center;
}

body.sp-cim-page .sp-cim-market-reports__more a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border: 1px solid rgba(0, 26, 51, 0.12);
	border-radius: 999px;
	background: var(--cim-white);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--cim-blue);
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 26, 51, 0.08);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.sp-cim-page .sp-cim-market-reports__more a:hover {
	border-color: rgba(255, 119, 13, 0.35);
	background: rgba(255, 119, 13, 0.08);
	color: var(--cim-orange);
	transform: translateY(-1px);
}

body.sp-cim-page .sp-cim-posts-section--soft {
	background: var(--cim-soft);
}

body.sp-cim-page .sp-cim-posts-section--editorial {
	padding: 72px 0;
	background: var(--cim-white);
}

body.sp-cim-page .sp-cim-posts-section__head--row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px 28px;
	width: 100%;
	max-width: none;
	margin: 0 0 32px;
}

body.sp-cim-page .sp-cim-posts-section__link {
	flex-shrink: 0;
	padding: 10px 18px;
	border: 1px solid var(--cim-line);
	border-radius: 999px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--cim-blue);
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.sp-cim-page .sp-cim-posts-section__link:hover {
	border-color: rgba(255, 119, 13, 0.35);
	background: rgba(255, 119, 13, 0.08);
	color: var(--cim-orange);
}

body.sp-cim-page .sp-cim-posts-section__head {
	width: min(100% - 80px, var(--cim-max));
	max-width: var(--cim-max);
	margin: 0 auto 32px;
	padding: 0;
	box-sizing: border-box;
}

body.sp-cim-page .sp-cim-posts-section__title {
	margin: 0 0 8px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--cim-blue);
	text-align: left;
}

body.sp-cim-page .sp-cim-posts-section__subtitle {
	margin: 0;
	max-width: 720px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1.05rem;
	color: var(--cim-muted);
	text-align: left;
}

body.sp-cim-page .sp-cim-posts-section .landing-home-blog__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	max-width: none;
	margin: 0;
}

/* Cards de publicação — estilos próprios do CIM */
body.sp-cim-page .landing-home-blog__card {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 26, 51, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.sp-cim-page .landing-home-blog__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 26, 51, 0.16);
}

body.sp-cim-page .landing-home-blog__link {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	max-height: 220px;
	text-decoration: none;
	color: #fff;
	border-radius: 14px;
	overflow: hidden;
}

body.sp-cim-page .landing-home-blog__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform 0.35s ease;
}

body.sp-cim-page .landing-home-blog__card:hover .landing-home-blog__img {
	transform: scale(1.06);
}

body.sp-cim-page .landing-home-blog__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	padding: 16px 14px;
	text-align: center;
	background: linear-gradient(
		180deg,
		rgba(0, 26, 51, 0.18) 20%,
		rgba(0, 26, 51, 0.55) 55%,
		rgba(0, 26, 51, 0.96) 100%
	);
	transition: background 0.25s ease;
}

body.sp-cim-page .landing-home-blog__card:hover .landing-home-blog__overlay {
	background: linear-gradient(
		180deg,
		rgba(0, 26, 51, 0.24) 15%,
		rgba(0, 26, 51, 0.62) 50%,
		rgba(0, 26, 51, 0.98) 100%
	);
}

body.sp-cim-page .landing-home-blog__cats {
	font-family: Poppins, system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--cim-orange);
}

body.sp-cim-page .landing-home-blog__post-title {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: clamp(13px, 1.6vw, 15px);
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	text-wrap: balance;
}

@media (min-width: 768px) {
	body.sp-cim-page .sp-cim-posts-section .landing-home-blog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	body.sp-cim-page .sp-cim-posts-section .landing-home-blog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Single publicação */
body.sp-cim-page .sp-cim-publicacao-hero {
	padding: calc(var(--sp-header-offset, 112px) + 28px) 0 36px;
	background:
		radial-gradient(circle at 90% 0%, rgba(255, 119, 13, 0.2), transparent 35%),
		linear-gradient(160deg, #002137 0%, #003f91 100%);
	color: #fff;
}

body.sp-cim-page .sp-cim-publicacao-hero__inner {
	max-width: var(--cim-max);
}

body.sp-cim-page .sp-cim-breadcrumb {
	margin-bottom: 16px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 13px;
}

body.sp-cim-page .sp-cim-breadcrumb a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

body.sp-cim-page .sp-cim-breadcrumb a:hover {
	color: #fff;
}

body.sp-cim-page .sp-cim-breadcrumb__sep {
	margin: 0 8px;
	color: rgba(255, 255, 255, 0.4);
}

body.sp-cim-page .sp-cim-publicacao-hero__cat {
	display: inline-block;
	margin-bottom: 12px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--cim-orange);
	text-decoration: none;
}

body.sp-cim-page .sp-cim-publicacao-hero__cat:hover {
	color: #ffd4b5;
}

body.sp-cim-page .sp-cim-publicacao-hero__title {
	margin: 0 0 16px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(1.5rem, 3.5vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #fff;
	text-wrap: balance;
}

body.sp-cim-page .sp-cim-publicacao-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
}

body.sp-cim-page .sp-cim-publicacao-body {
	padding: 40px 0 56px;
	background: var(--cim-soft);
}

body.sp-cim-page .sp-cim-publicacao-prose {
	width: 100%;
	max-width: var(--cim-max);
	margin: 0 auto;
}

body.sp-cim-page .sp-cim-publicacao-prose .sp-shell-article,
body.sp-cim-page .sp-cim-publicacao-prose .sp-post-article {
	width: 100%;
	max-width: none;
	margin: 0;
}

body.sp-cim-page .sp-cim-publicacao-prose .sp-shell-article__featured,
body.sp-cim-page .sp-cim-publicacao-prose .sp-post-article__featured {
	max-width: none !important;
	margin: 0 0 28px !important;
	border-radius: var(--cim-radius-lg);
	overflow: hidden;
	box-shadow: var(--cim-shadow);
}

body.sp-cim-page .sp-cim-publicacao-prose .sp-shell-article__featured-img {
	display: block;
	width: 100%;
	height: auto;
}

body.sp-cim-page .sp-cim-publicacao-prose .sp-shell-article__content,
body.sp-cim-page .sp-cim-publicacao-prose .sp-post-article__content {
	max-width: none !important;
	margin: 0 !important;
	padding: 28px;
	border-radius: var(--cim-radius-md);
	background: var(--cim-white);
	border: 1px solid rgba(0, 26, 51, 0.08);
	box-shadow: 0 4px 20px rgba(0, 26, 51, 0.06);
}

body.sp-cim-page .sp-cim-publicacao-prose .entry-content {
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-publicacao-prose .entry-content h2,
body.sp-cim-page .sp-cim-publicacao-prose .entry-content h3,
body.sp-cim-page .sp-cim-publicacao-prose .entry-content h4 {
	color: var(--cim-blue);
	font-family: Montserrat, system-ui, sans-serif;
	letter-spacing: -0.02em;
}

body.sp-cim-page .sp-cim-publicacao-prose .entry-content a {
	color: var(--cim-orange);
	font-weight: 600;
}

body.sp-cim-page .sp-cim-publicacao-prose .entry-content blockquote {
	margin: 28px 0;
	padding: 20px 24px;
	border-left: 4px solid var(--cim-orange);
	border-radius: 0 var(--cim-radius-md) var(--cim-radius-md) 0;
	background: rgba(255, 119, 13, 0.06);
	color: var(--cim-ink);
}

body.sp-cim-page .sp-cim-publicacao-prose .entry-content img,
body.sp-cim-page .sp-cim-publicacao-prose .entry-content figure,
body.sp-cim-page .sp-cim-publicacao-prose .entry-content .wp-block-image {
	max-width: 100%;
}

body.sp-cim-page .sp-cim-publicacao-prose .entry-content img {
	width: 100%;
	height: auto;
	border-radius: 14px;
}

@media (min-width: 1024px) {
	body.sp-cim-page .sp-cim-publicacao-hero__title {
		max-width: none;
		font-size: clamp(2rem, 3.2vw, 2.85rem);
	}

	body.sp-cim-page .sp-cim-publicacao-body {
		padding: 48px 0 72px;
	}

	body.sp-cim-page .sp-cim-publicacao-prose .sp-shell-article__featured,
	body.sp-cim-page .sp-cim-publicacao-prose .sp-post-article__featured {
		margin-bottom: 36px !important;
	}

	body.sp-cim-page .sp-cim-publicacao-prose .sp-shell-article__content,
	body.sp-cim-page .sp-cim-publicacao-prose .sp-post-article__content {
		padding: 52px 64px;
	}

	body.sp-cim-page .sp-cim-publicacao-prose .entry-content {
		font-size: 1.125rem;
		line-height: 1.82;
	}

	body.sp-cim-page .sp-cim-publicacao-prose .entry-content > * + * {
		margin-top: 1.2em;
	}

	body.sp-cim-page .sp-cim-publicacao-prose .entry-content h2 {
		margin-top: 2em;
		font-size: 1.75rem;
	}

	body.sp-cim-page .sp-cim-publicacao-prose .entry-content h3 {
		margin-top: 1.6em;
		font-size: 1.35rem;
	}

	body.sp-cim-page .sp-cim-publicacao-prose .entry-content blockquote {
		margin: 36px 0;
		padding: 28px 32px;
		font-size: 1.15rem;
		line-height: 1.7;
	}
}

/* Indicators & content */
body.sp-cim-page .sp-cim-indicators,
body.sp-cim-page .sp-cim-articles {
	padding: 48px 0 72px;
}

body.sp-cim-page .sp-cim-indicators__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.sp-cim-page .sp-cim-indicator {
	padding: 22px;
	border: 1px solid var(--cim-line);
	border-radius: var(--cim-radius-md);
	background: var(--cim-white);
	box-shadow: 0 12px 34px rgba(0, 26, 51, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.sp-cim-page .sp-cim-indicator:hover {
	transform: translateY(-3px);
	box-shadow: var(--cim-shadow);
}

body.sp-cim-page .sp-cim-indicator h2 {
	margin: 0 0 8px;
	color: var(--cim-blue);
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 1.05rem;
}

body.sp-cim-page .sp-cim-indicator__value {
	margin: 0 0 10px;
	color: var(--cim-blue);
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.04em;
}

body.sp-cim-page .sp-cim-indicator p,
body.sp-cim-page .sp-cim-article p {
	margin: 0 0 12px;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-article {
	margin-bottom: 28px;
	padding: 28px;
	border: 1px solid var(--cim-line);
	border-radius: 22px;
	background: var(--cim-white);
	box-shadow: var(--cim-shadow);
}

body.sp-cim-page .sp-cim-featured .sp-cim-article {
	margin-bottom: 0;
}

body.sp-cim-page .sp-cim-article__title {
	margin: 0 0 12px;
	color: var(--cim-blue);
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 1.55rem;
}

body.sp-cim-page .sp-cim-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
	color: var(--cim-muted);
	font-size: 0.84rem;
	font-weight: 700;
}

body.sp-cim-page .sp-cim-article__lead {
	color: var(--cim-ink);
}

body.sp-cim-page .sp-cim-note,
body.sp-cim-page .sp-cim-sources {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--cim-line);
	color: var(--cim-muted);
	font-size: 0.92rem;
}

body.sp-cim-page .sp-cim-sources a {
	margin-right: 10px;
	color: var(--cim-blue);
	font-weight: 700;
}

/* Categories */
body.sp-cim-page .sp-cim-categories {
	padding: 48px 0 72px;
}

body.sp-cim-page .sp-cim-categories__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.sp-cim-page .sp-cim-categories__card {
	padding: 24px;
	border-radius: var(--cim-radius-md);
	background: var(--cim-white);
	border: 1px solid rgba(0, 26, 51, 0.08);
	box-shadow: 0 4px 20px rgba(0, 26, 51, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.sp-cim-page .sp-cim-categories__card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 119, 13, 0.35);
	box-shadow: var(--cim-shadow);
}

body.sp-cim-page .sp-cim-categories__card h3 {
	margin: 12px 0 8px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 1.125rem;
}

body.sp-cim-page .sp-cim-categories__card h3 a {
	color: var(--cim-blue);
	text-decoration: none;
}

body.sp-cim-page .sp-cim-categories__card h3 a:hover {
	color: var(--cim-orange);
}

body.sp-cim-page .sp-cim-categories__card p {
	margin: 0;
	color: var(--cim-muted);
	line-height: 1.55;
}

/* Publicações — portal (modelo blog, sem sidebar) */
body.sp-cim-page .landing-blog-page__layout--full {
	grid-template-columns: 1fr;
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-page__main {
	max-width: 1120px;
	margin: 0 auto;
	width: 100%;
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-articles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

/* Em destaque — compacto, imagem preenchendo a área de mídia */
body.sp-cim-page .sp-cim-publicacoes .landing-blog-featured {
	margin-bottom: 28px;
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-featured__label {
	margin-bottom: 12px;
	font-size: 1.15rem;
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 100%;
	box-shadow: 0 10px 28px rgba(0, 26, 51, 0.08);
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured .landing-blog-article__media-link {
	display: block;
	width: 100%;
	min-width: 0;
	align-self: stretch;
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured .landing-blog-article__media {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 10;
	max-height: 220px;
	min-height: 0;
	overflow: hidden;
	background: #dfe7ef;
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured .landing-blog-article__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured .landing-blog-article__body {
	padding: 18px 20px 20px;
	gap: 8px;
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured .landing-blog-article__title {
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	line-height: 1.35;
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured .landing-blog-article__excerpt {
	margin-bottom: 10px;
	font-size: 0.92rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured .landing-blog-article__meta {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured {
		grid-template-columns: minmax(240px, 38%) minmax(0, 1fr);
		align-items: stretch;
	}

	body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured .landing-blog-article__media-link {
		height: 100%;
	}

	body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured .landing-blog-article__media {
		aspect-ratio: auto;
		max-height: none;
		min-height: 100%;
		height: 100%;
	}
}

@media (max-width: 1023px) {
	body.sp-cim-page .sp-cim-publicacoes .landing-blog-articles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.sp-cim-page .sp-cim-publicacoes .landing-blog-articles__grid {
		grid-template-columns: 1fr;
	}

	body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured .landing-blog-article__media {
		max-height: 180px;
	}
}

body.sp-cim-page .sp-cim-category-archive {
	padding: 0;
	background: transparent;
}

/* About page */
body.sp-cim-page .sp-cim-section--dark {
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 119, 13, 0.18), transparent 32%),
		linear-gradient(160deg, #002137 0%, #003f91 58%, #001a33 100%);
	color: #fff;
}

body.sp-cim-page .sp-cim-section--dark .sp-cim-section-title {
	color: #fff;
}

body.sp-cim-page .sp-cim-section-head {
	max-width: 760px;
	margin-bottom: 40px;
}

body.sp-cim-page .sp-cim-section-head--compact {
	margin-bottom: 28px;
}

body.sp-cim-page .sp-cim-section-head .sp-cim-section-title {
	margin-bottom: 0;
}

body.sp-cim-page .sp-cim-about-hero {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: calc(var(--sp-header-offset, 112px) + 48px) 0 64px;
	background:
		radial-gradient(circle at 88% 8%, rgba(255, 119, 13, 0.26), transparent 30%),
		linear-gradient(135deg, #002137 0%, #003f91 60%, #001a33 100%);
	color: #fff;
}

body.sp-cim-page .sp-cim-about-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 32px;
	align-items: center;
}

body.sp-cim-page .sp-cim-about-hero__title {
	margin: 0;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(2rem, 4.2vw, 3.25rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.035em;
	color: #fff;
	text-wrap: balance;
}

body.sp-cim-page .sp-cim-about-hero__lead {
	margin: 18px 0 0;
	max-width: 640px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1.1rem;
	line-height: 1.68;
	color: rgba(255, 255, 255, 0.82);
}

body.sp-cim-page .sp-cim-about-hero__figure {
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--cim-radius-lg);
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

body.sp-cim-page .sp-cim-about-hero__figure img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

body.sp-cim-page .sp-cim-about-intro__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

body.sp-cim-page .sp-cim-about-intro__header .sp-cim-section-title {
	margin-bottom: 0;
}

body.sp-cim-page .sp-cim-about-intro__text {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1.125rem;
	line-height: 1.82;
	color: var(--cim-ink);
}

body.sp-cim-page .sp-cim-about-pillars__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

body.sp-cim-page .sp-cim-about-pillar h3 {
	margin: 0 0 10px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	color: var(--cim-blue);
	letter-spacing: -0.02em;
}

body.sp-cim-page .sp-cim-about-pillar p {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.92rem;
	line-height: 1.62;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-about-process__steps {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.sp-cim-page .sp-cim-about-step {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	padding: 26px 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--cim-radius-md);
	background: rgba(255, 255, 255, 0.06);
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.sp-cim-page .sp-cim-about-step:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 119, 13, 0.35);
	background: rgba(255, 255, 255, 0.09);
}

body.sp-cim-page .sp-cim-about-step__num {
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
	color: rgba(255, 119, 13, 0.9);
}

body.sp-cim-page .sp-cim-about-step__body h3 {
	margin: 0 0 8px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
}

body.sp-cim-page .sp-cim-about-step__body p {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.94rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

body.sp-cim-page .sp-cim-about-topics__panel {
	padding: 36px 32px;
}

body.sp-cim-page .sp-cim-about-topics__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.sp-cim-page .sp-cim-about-topic {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid var(--cim-line);
	border-radius: 999px;
	background: var(--cim-soft);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--cim-blue);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.sp-cim-page .sp-cim-about-topic:hover {
	border-color: rgba(255, 119, 13, 0.35);
	background: rgba(255, 119, 13, 0.1);
	color: var(--cim-orange);
	transform: translateY(-1px);
}

body.sp-cim-page .sp-cim-about-audiences__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

body.sp-cim-page .sp-cim-about-audience {
	position: relative;
	padding: 28px 24px 24px;
	border: 1px solid rgba(0, 26, 51, 0.08);
	border-radius: var(--cim-radius-md);
	background: var(--cim-white);
	box-shadow: 0 10px 30px rgba(0, 26, 51, 0.07);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.sp-cim-page .sp-cim-about-audience:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 119, 13, 0.28);
	box-shadow: var(--cim-shadow);
}

body.sp-cim-page .sp-cim-about-audience__index {
	position: absolute;
	top: 10px;
	right: 14px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
	color: rgba(0, 26, 51, 0.06);
	pointer-events: none;
}

body.sp-cim-page .sp-cim-about-audience h3 {
	margin: 0 0 10px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 1.12rem;
	font-weight: 700;
	color: var(--cim-blue);
	letter-spacing: -0.02em;
}

body.sp-cim-page .sp-cim-about-audience p {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.94rem;
	line-height: 1.62;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-about-signature__card {
	max-width: 900px;
	margin: 0 auto;
}

body.sp-cim-page .sp-cim-about-signature__card h2 {
	margin: 0 0 16px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #fff;
}

body.sp-cim-page .sp-cim-about-signature__card p {
	margin: 0 0 12px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1rem;
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.82);
}

body.sp-cim-page .sp-cim-about-signature__card p:last-child {
	margin-bottom: 0;
}

@media (min-width: 900px) {
	body.sp-cim-page .sp-cim-about-hero__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
		gap: 48px;
	}

	body.sp-cim-page .sp-cim-about-intro__layout {
		grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
		gap: 56px;
	}

	body.sp-cim-page .sp-cim-about-pillars__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.sp-cim-page .sp-cim-about-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	body.sp-cim-page .sp-cim-about-audiences__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	body.sp-cim-page .sp-cim-about-pillars__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: no-preference) {
	body.sp-cim-page .sp-cim-about-pillar,
	body.sp-cim-page .sp-cim-about-step,
	body.sp-cim-page .sp-cim-about-audience {
		animation: sp-cim-fade-up 0.55s ease both;
	}

	body.sp-cim-page .sp-cim-about-pillar:nth-child(2),
	body.sp-cim-page .sp-cim-about-step:nth-child(2),
	body.sp-cim-page .sp-cim-about-audience:nth-child(2) {
		animation-delay: 0.06s;
	}

	body.sp-cim-page .sp-cim-about-pillar:nth-child(3),
	body.sp-cim-page .sp-cim-about-step:nth-child(3),
	body.sp-cim-page .sp-cim-about-audience:nth-child(3) {
		animation-delay: 0.12s;
	}

	body.sp-cim-page .sp-cim-about-pillar:nth-child(4),
	body.sp-cim-page .sp-cim-about-step:nth-child(4) {
		animation-delay: 0.18s;
	}
}

/* Market reports (API teasers) */
body.sp-cim-page .sp-cim-market-reports {
	position: relative;
	width: 100%;
	max-width: none;
	overflow: hidden;
}

body.sp-cim-page .sp-cim-market-reports--featured,
body.sp-cim-page .sp-cim-market-reports--home {
	padding: 64px 0 72px;
	background:
		radial-gradient(circle at 8% 0%, rgba(255, 119, 13, 0.08), transparent 32%),
		radial-gradient(circle at 92% 100%, rgba(0, 61, 102, 0.06), transparent 28%),
		linear-gradient(180deg, #fafbfc 0%, var(--cim-soft) 100%);
}

body.sp-cim-page .sp-cim-market-reports--featured::before,
body.sp-cim-page .sp-cim-market-reports--home::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 26, 51, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 26, 51, 0.03) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
	pointer-events: none;
}

body.sp-cim-page .sp-cim-market-reports__inner {
	position: relative;
	z-index: 1;
}

body.sp-cim-page .sp-cim-market-reports__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	align-items: end;
	max-width: none;
	margin-bottom: 40px;
}

body.sp-cim-page .sp-cim-market-reports__head-copy {
	max-width: 720px;
}

body.sp-cim-page .sp-cim-market-reports__subtitle {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1.05rem;
	line-height: 1.68;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-market-reports__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 18px 20px;
	border: 1px solid rgba(0, 26, 51, 0.08);
	border-radius: var(--cim-radius-md);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 10px 30px rgba(0, 26, 51, 0.06);
	backdrop-filter: blur(8px);
}

body.sp-cim-page .sp-cim-market-reports__stats div {
	margin: 0;
}

body.sp-cim-page .sp-cim-market-reports__stats dt {
	margin: 0 0 4px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--cim-orange);
}

body.sp-cim-page .sp-cim-market-reports__stats dd {
	margin: 0;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--cim-blue);
}

body.sp-cim-page .sp-cim-market-reports__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
}

body.sp-cim-page .sp-cim-market-reports__card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid rgba(0, 26, 51, 0.08);
	border-radius: 20px;
	background: var(--cim-white);
	box-shadow: 0 14px 40px rgba(0, 26, 51, 0.08);
	overflow: hidden;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}

body.sp-cim-page .sp-cim-market-reports__card--ready {
	animation: sp-cim-card-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) var(--card-delay, 0s) both;
}

body.sp-cim-page .sp-cim-market-reports__card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 119, 13, 0.28);
	box-shadow: 0 22px 50px rgba(0, 26, 51, 0.14);
}

body.sp-cim-page .sp-cim-market-reports__card-accent {
	height: 5px;
	background: var(--cim-orange);
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="etanol"] .sp-cim-market-reports__card-accent {
	background: linear-gradient(90deg, #16a34a, #4ade80);
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="derivados"] .sp-cim-market-reports__card-accent {
	background: linear-gradient(90deg, #2563eb, #60a5fa);
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="biodiesel"] .sp-cim-market-reports__card-accent {
	background: linear-gradient(90deg, #ca8a04, #facc15);
}

body.sp-cim-page .sp-cim-market-reports__watermark {
	position: absolute;
	top: 52px;
	right: 16px;
	z-index: 0;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(2.25rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.06em;
	color: rgba(0, 26, 51, 0.04);
	pointer-events: none;
	user-select: none;
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="etanol"] .sp-cim-market-reports__watermark {
	color: rgba(22, 163, 74, 0.08);
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="derivados"] .sp-cim-market-reports__watermark {
	color: rgba(37, 99, 235, 0.08);
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="biodiesel"] .sp-cim-market-reports__watermark {
	color: rgba(202, 138, 4, 0.1);
}

body.sp-cim-page .sp-cim-market-reports__card-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
}

body.sp-cim-page .sp-cim-market-reports__card-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-shrink: 0;
}

body.sp-cim-page .sp-cim-market-reports__chip {
	display: inline-flex;
	padding: 6px 11px;
	border-radius: 999px;
	background: rgba(255, 119, 13, 0.1);
	color: var(--cim-orange);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="etanol"] .sp-cim-market-reports__chip {
	background: rgba(22, 163, 74, 0.12);
	color: #15803d;
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="derivados"] .sp-cim-market-reports__chip {
	background: rgba(37, 99, 235, 0.12);
	color: #1d4ed8;
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="biodiesel"] .sp-cim-market-reports__chip {
	background: rgba(202, 138, 4, 0.14);
	color: #a16207;
}

body.sp-cim-page .sp-cim-market-reports__card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.sp-cim-page .sp-cim-market-reports__card-meta span {
	padding: 4px 8px;
	border-radius: 6px;
	background: var(--cim-soft);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.74rem;
	font-weight: 600;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-market-reports__card-title {
	margin: 0;
	padding-right: 2.75rem;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.025em;
	color: var(--cim-blue);
	text-wrap: balance;
	flex-shrink: 0;
}

body.sp-cim-page .sp-cim-market-reports__excerpt {
	position: relative;
	flex: 1 1 auto;
	margin: 0;
	padding: 16px 16px 16px 20px;
	border: 0;
	border-radius: 0 12px 12px 0;
	background: linear-gradient(90deg, rgba(0, 26, 51, 0.03) 0%, transparent 100%);
}

body.sp-cim-page .sp-cim-market-reports__excerpt::before {
	content: "" !important;
	display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	border-radius: 3px;
	background: var(--cim-orange);
}

body.sp-cim-page .sp-cim-market-reports__excerpt::after {
	content: none !important;
	display: none !important;
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="etanol"] .sp-cim-market-reports__excerpt::before {
	background: #16a34a;
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="derivados"] .sp-cim-market-reports__excerpt::before {
	background: #2563eb;
}

body.sp-cim-page .sp-cim-market-reports__card[data-product="biodiesel"] .sp-cim-market-reports__excerpt::before {
	background: #ca8a04;
}

body.sp-cim-page .sp-cim-market-reports__excerpt p {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.94rem;
	line-height: 1.68;
	color: var(--cim-ink);
}

body.sp-cim-page .sp-cim-market-reports__card-foot {
	flex-shrink: 0;
	margin-top: auto;
	padding-top: 4px;
}

body.sp-cim-page .sp-cim-market-reports__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(0, 26, 51, 0.04);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--cim-blue);
	text-decoration: none;
	transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

body.sp-cim-page .sp-cim-market-reports__cta:hover {
	background: var(--cim-orange);
	color: #fff;
	transform: translateX(2px);
	box-shadow: 0 8px 20px rgba(255, 119, 13, 0.28);
}

body.sp-cim-page .sp-cim-market-reports__cta-icon {
	flex-shrink: 0;
	transition: transform 0.22s ease;
}

body.sp-cim-page .sp-cim-market-reports__cta:hover .sp-cim-market-reports__cta-icon {
	transform: translateX(3px);
}

body.sp-cim-page .sp-cim-market-reports__fallback {
	margin: 0;
	padding: 20px 24px;
	border: 1px solid var(--cim-line);
	border-radius: var(--cim-radius-md);
	background: var(--cim-white);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.95rem;
	color: var(--cim-muted);
	text-align: center;
}

body.sp-cim-page .sp-cim-market-reports__fallback a {
	color: var(--cim-orange);
	font-weight: 700;
	text-decoration: none;
}

body.sp-cim-page .sp-cim-market-reports__fallback a:hover {
	text-decoration: underline;
}

body.sp-cim-page .sp-cim-market-reports__skeleton {
	display: grid;
	gap: 12px;
}

body.sp-cim-page .sp-cim-market-reports__skeleton span {
	display: block;
	height: 12px;
	border-radius: 6px;
	background: linear-gradient(
		90deg,
		rgba(0, 26, 51, 0.06) 0%,
		rgba(0, 26, 51, 0.12) 50%,
		rgba(0, 26, 51, 0.06) 100%
	);
	background-size: 200% 100%;
	animation: sp-cim-skeleton-shimmer 1.2s ease-in-out infinite;
}

body.sp-cim-page .sp-cim-market-reports__skeleton span:first-child {
	width: 38%;
	height: 22px;
}

body.sp-cim-page .sp-cim-market-reports__skeleton span:nth-child(2) {
	width: 92%;
	height: 18px;
}

body.sp-cim-page .sp-cim-market-reports__skeleton span:nth-child(3) {
	width: 100%;
}

body.sp-cim-page .sp-cim-market-reports__skeleton span:last-child {
	width: 72%;
	margin-top: auto;
}

@keyframes sp-cim-card-in {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes sp-cim-skeleton-shimmer {
	0% {
		background-position: 100% 0;
	}

	100% {
		background-position: -100% 0;
	}
}

body.sp-cim-page .sp-cim-market-reports--fallback .sp-cim-market-reports__grid {
	display: none;
}

@media (max-width: 640px) {
	body.sp-cim-page .sp-cim-market-reports__stats {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) {
	body.sp-cim-page .sp-cim-market-reports__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	body.sp-cim-page .sp-cim-market-reports__head {
		grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
		gap: 36px;
	}
}

@media (min-width: 1024px) {
	body.sp-cim-page .sp-cim-market-reports__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px;
	}
}

/* Análises page */
body.sp-cim-page .sp-cim-analises-method__lead {
	margin: 12px 0 0;
	max-width: 640px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.76);
}

body.sp-cim-page .sp-cim-analises-method__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.sp-cim-page .sp-cim-analises-method__item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 24px 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--cim-radius-md);
	background: rgba(255, 255, 255, 0.05);
	transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

body.sp-cim-page .sp-cim-analises-method__item:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 119, 13, 0.35);
	background: rgba(255, 255, 255, 0.08);
}

body.sp-cim-page .sp-cim-analises-method__index {
	flex-shrink: 0;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
	color: rgba(255, 119, 13, 0.92);
}

body.sp-cim-page .sp-cim-analises-method__body {
	min-width: 0;
}

body.sp-cim-page .sp-cim-analises-method__body h3 {
	margin: 0 0 8px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

body.sp-cim-page .sp-cim-analises-method__body p {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.92rem;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.76);
}

body.sp-cim-page .sp-cim-analises-topics__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.sp-cim-page .sp-cim-analises-topic {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid var(--cim-line);
	border-radius: 999px;
	background: var(--cim-white);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--cim-blue);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.sp-cim-page .sp-cim-analises-topic:hover {
	border-color: rgba(255, 119, 13, 0.35);
	background: rgba(255, 119, 13, 0.08);
	color: var(--cim-orange);
	transform: translateY(-1px);
}

@media (min-width: 768px) {
	body.sp-cim-page .sp-cim-analises-method__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sp-cim-page .sp-cim-market-reports__card--ready,
	body.sp-cim-page .sp-cim-market-reports__skeleton span {
		animation: none;
	}
}

body.sp-cim-page .landing-page-blog__empty {
	margin: 0;
	color: var(--cim-muted);
	font-family: Poppins, system-ui, sans-serif;
}

/* Filtro de categoria — respeitar hidden mesmo com display:flex/grid dos cards */
body.sp-cim-page .sp-cim-publicacoes .landing-blog-article[hidden],
body.sp-cim-page .sp-cim-publicacoes .landing-blog-article.is-filter-hidden,
body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured[hidden],
body.sp-cim-page .sp-cim-publicacoes .landing-blog-article--featured.is-filter-hidden {
	display: none !important;
}

/* Infinite scroll — /publicacoes/ */
.sp-cim-publicacoes:not(.is-filtering) [data-sp-infinite-pending="1"] {
	display: none !important;
}

.sp-cim-infinite {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin: 28px 0 8px;
	padding: 8px 0 4px;
}

.sp-cim-infinite__sentinel {
	width: 100%;
	height: 1px;
	pointer-events: none;
}

.sp-cim-infinite__hint {
	margin: 0;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(0, 33, 55, 0.06);
	color: var(--cim-muted, #5c6b7a);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.sp-cim-infinite.is-done .sp-cim-infinite__hint,
.sp-cim-infinite.is-filtering .sp-cim-infinite__hint {
	display: none;
}

@media (max-width: 960px) {
	body.sp-cim-page .landing-container,
	body.sp-cim-page .sp-cim-hero__grid,
	body.sp-cim-page .sp-cim-posts-section__head {
		width: min(100% - 40px, var(--cim-max));
	}

	body.sp-cim-page .sp-cim-categories__grid,
	body.sp-cim-page .sp-cim-indicators__grid {
		grid-template-columns: 1fr;
	}

	body.sp-cim-page .sp-cim-actions .sp-cim-btn {
		width: 100%;
	}
}

@media (max-width: 640px) {
	body.sp-cim-page .sp-cim-hero {
		padding: calc(var(--sp-header-offset, 100px) + 32px) 0 40px;
	}

	body.sp-cim-page .sp-cim-section {
		padding: 48px 0;
	}
}

/* Sobre → Planos CTA */
body.sp-cim-page .sp-cim-about-plans-cta__card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 32px;
	border: 1px solid var(--cim-line);
	border-radius: var(--cim-radius-lg);
	background:
		linear-gradient(135deg, rgba(255, 119, 13, 0.08), transparent 42%),
		var(--cim-white);
	box-shadow: 0 16px 40px rgba(0, 26, 51, 0.06);
}

body.sp-cim-page .sp-cim-about-plans-cta__copy {
	max-width: 36rem;
}

body.sp-cim-page .sp-cim-about-plans-cta__copy h2 {
	margin: 0 0 8px;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--cim-blue);
}

body.sp-cim-page .sp-cim-about-plans-cta__copy p {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-about-plans-cta__actions {
	flex-shrink: 0;
}

/* Planos CIM — API only */
body.sp-cim-page .sp-cim-pricing__inner {
	display: grid;
	gap: 28px;
}

body.sp-cim-page .sp-cim-pricing__head {
	max-width: 40rem;
}

body.sp-cim-page .sp-cim-pricing__subtitle {
	margin: 10px 0 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-pricing__billing {
	margin-top: 20px;
	display: grid;
	gap: 10px;
}

body.sp-cim-page .sp-cim-pricing__billing-toggle {
	display: inline-flex;
	padding: 4px;
	border-radius: 999px;
	background: rgba(0, 26, 51, 0.06);
	border: 1px solid var(--cim-line);
}

body.sp-cim-page .sp-cim-pricing__billing-btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: var(--cim-muted);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	padding: 10px 18px;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

body.sp-cim-page .sp-cim-pricing__billing-btn.is-active {
	background: var(--cim-blue);
	color: #fff;
}

body.sp-cim-page .sp-cim-pricing__billing-hint {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-pricing__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	align-items: stretch;
}

body.sp-cim-page .sp-cim-pricing__card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 100%;
	padding: 22px 20px 20px;
	border: 1px solid var(--cim-line);
	border-radius: 16px;
	background:
		linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.92));
	box-shadow: 0 14px 36px rgba(0, 26, 51, 0.07);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.sp-cim-page .sp-cim-pricing__card:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 119, 13, 0.35);
	box-shadow: 0 18px 44px rgba(0, 26, 51, 0.1);
}

body.sp-cim-page .sp-cim-pricing__card--featured {
	border-color: rgba(255, 119, 13, 0.45);
	background:
		linear-gradient(165deg, #001a33 0%, #003066 100%);
	color: #fff;
	box-shadow: 0 20px 48px rgba(0, 26, 51, 0.28);
}

body.sp-cim-page .sp-cim-pricing__badge {
	align-self: flex-start;
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 119, 13, 0.14);
	color: var(--cim-orange);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.sp-cim-page .sp-cim-pricing__card--featured .sp-cim-pricing__badge {
	background: rgba(255, 119, 13, 0.22);
	color: #ffd4b5;
}

body.sp-cim-page .sp-cim-pricing__name {
	margin: 0;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--cim-blue);
}

body.sp-cim-page .sp-cim-pricing__card--featured .sp-cim-pricing__name {
	color: #fff;
}

body.sp-cim-page .sp-cim-pricing__price {
	margin: 0;
	font-family: Montserrat, system-ui, sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--cim-blue);
}

body.sp-cim-page .sp-cim-pricing__price-amount {
	font-size: clamp(1.4rem, 2.4vw, 1.7rem);
}

body.sp-cim-page .sp-cim-pricing__price-period {
	margin-left: 4px;
	font-size: 0.9rem;
	font-weight: 600;
	opacity: 0.7;
}

body.sp-cim-page .sp-cim-pricing__card--featured .sp-cim-pricing__price {
	color: #ffd4b5;
}

body.sp-cim-page .sp-cim-pricing__price-hint {
	margin: -4px 0 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.78rem;
	line-height: 1.4;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-pricing__card--featured .sp-cim-pricing__price-hint {
	color: rgba(255, 255, 255, 0.65);
}

body.sp-cim-page .sp-cim-pricing__tagline {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-pricing__card--featured .sp-cim-pricing__tagline {
	color: rgba(255, 255, 255, 0.78);
}

body.sp-cim-page .sp-cim-pricing__features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
	flex: 1;
}

body.sp-cim-page .sp-cim-pricing__feature {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.88rem;
	line-height: 1.4;
	color: var(--cim-blue);
}

body.sp-cim-page .sp-cim-pricing__feature--emphasis {
	font-weight: 600;
}

body.sp-cim-page .sp-cim-pricing__card--featured .sp-cim-pricing__feature {
	color: rgba(255, 255, 255, 0.9);
}

body.sp-cim-page .sp-cim-pricing__check {
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	margin-top: 6px;
	border-radius: 50%;
	background: var(--cim-orange);
	box-shadow: 0 0 0 4px rgba(255, 119, 13, 0.15);
}

body.sp-cim-page .sp-cim-pricing__footnote {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.78rem;
	line-height: 1.4;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-pricing__card--featured .sp-cim-pricing__footnote {
	color: rgba(255, 255, 255, 0.6);
}

body.sp-cim-page .sp-cim-pricing__card .sp-cim-btn {
	margin-top: 8px;
	width: 100%;
}

body.sp-cim-page .sp-cim-pricing__card--featured .sp-cim-btn--ghost {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
}

body.sp-cim-page .sp-cim-pricing__status {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.95rem;
	color: var(--cim-muted);
}

body.sp-cim-page .sp-cim-pricing__status--error {
	color: #b42318;
}

body.sp-cim-page .sp-cim-pricing__skeleton {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.sp-cim-page .sp-cim-pricing__skeleton span {
	display: block;
	min-height: 280px;
	border-radius: 16px;
	background: linear-gradient(90deg, #eef2f7 25%, #f7f9fc 50%, #eef2f7 75%);
	background-size: 200% 100%;
	animation: sp-cim-pricing-shimmer 1.2s ease infinite;
}

body.sp-cim-page .sp-cim-pricing__error-actions {
	display: flex;
	justify-content: flex-start;
}

@keyframes sp-cim-pricing-shimmer {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: -100% 0;
	}
}

@media (max-width: 900px) {
	body.sp-cim-page .sp-cim-pricing__skeleton {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	body.sp-cim-page .sp-cim-about-plans-cta__card {
		padding: 22px;
	}

	body.sp-cim-page .sp-cim-about-plans-cta__actions {
		width: 100%;
	}

	body.sp-cim-page .sp-cim-about-plans-cta__actions .sp-cim-btn {
		width: 100%;
	}
}


/* Viewer relatório completo (SSO bridged) */
html.sp-cim-report-viewer-open {
	overflow: hidden;
}

body.sp-cim-page .sp-cim-report-viewer {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	background: rgba(0, 16, 32, 0.72);
}

body.sp-cim-page .sp-cim-report-viewer__panel {
	width: min(960px, 100%);
	max-height: min(90vh, 920px);
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

body.sp-cim-page .sp-cim-report-viewer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid rgba(0, 26, 51, 0.1);
	background: #001a33;
	color: #fff;
}

body.sp-cim-page .sp-cim-report-viewer__title {
	margin: 0;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
}

body.sp-cim-page .sp-cim-report-viewer__close {
	flex: 0 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 8px;
	background: transparent;
	color: #fff;
	font: 600 0.75rem/1 Poppins, system-ui, sans-serif;
	padding: 8px 12px;
	cursor: pointer;
}

body.sp-cim-page .sp-cim-report-viewer__close:hover,
body.sp-cim-page .sp-cim-report-viewer__close:focus-visible {
	background: var(--cim-orange);
	border-color: var(--cim-orange);
}

body.sp-cim-page .sp-cim-report-viewer__body {
	padding: 16px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #f7f9fc;
	container-type: inline-size;
	container-name: report-modal;
}

/*
 * Responsividade do HTML embutido do relatório (estoque-grid, cards, etc.).
 * Fonte: sales-petro-web/.../weekly-report-embed.css
 * Precisa de especificidade > .estoque-grid do <style> injetado no summary.
 */
body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .estoque-card,
body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .estoque-card {
	min-width: 0;
}

body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .estoque-desc,
body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .estoque-desc {
	min-width: 0;
	overflow-wrap: anywhere;
}

body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .page,
body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .page {
	max-width: 100%;
	box-shadow: none;
}

@media (max-width: 700px) {
	body.sp-cim-page .sp-cim-report-viewer {
		padding: 0;
		align-items: stretch;
	}

	body.sp-cim-page .sp-cim-report-viewer__panel {
		width: 100%;
		max-height: 100dvh;
		border-radius: 12px 12px 0 0;
	}

	body.sp-cim-page .sp-cim-report-viewer__body {
		padding: 12px 12px 20px;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .estoque-grid,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .estoque-grid {
		grid-template-columns: 1fr;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .estoque-linha,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .estoque-linha {
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .estoque-badge,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .estoque-badge {
		align-self: flex-start;
		white-space: normal;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .cards-grid,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .cards-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .comp-grid,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .comp-grid {
		grid-template-columns: 1fr;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .header,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .header {
		padding: 18px 18px 16px;
		gap: 12px;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .body,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .body,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .report-body {
		padding: 18px 16px 28px;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .edition-tag,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .edition-tag {
		display: none;
	}
}

@media (max-width: 576px) {
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .cards-grid,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .cards-grid {
		grid-template-columns: 1fr;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .monit-item,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .monit-item {
		flex-direction: column;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .monit-key,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .monit-key {
		width: auto;
		border-right: none;
		border-bottom: 1px solid #dddcda;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .prob-row,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .prob-row,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .probability-row {
		flex-wrap: wrap;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .prob-label,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .prob-label,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .probability-label-text {
		width: auto;
		min-width: 40%;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .fatores-table,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .fatores-table,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .prose,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .prose {
		font-size: 14px;
		line-height: 1.7;
	}
}

@container report-modal (max-width: 640px) {
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .estoque-grid,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .estoque-grid {
		grid-template-columns: 1fr;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .estoque-linha,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .estoque-linha {
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .estoque-badge,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .estoque-badge {
		align-self: flex-start;
		white-space: normal;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .cards-grid,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .cards-grid {
		grid-template-columns: 1fr 1fr;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .comp-grid,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .comp-grid {
		grid-template-columns: 1fr;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .monit-item,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .monit-item {
		flex-direction: column;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .monit-key,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .monit-key {
		width: auto;
		border-right: none;
		border-bottom: 1px solid #dddcda;
	}
}

@container report-modal (max-width: 420px) {
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .cards-grid,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .cards-grid {
		grid-template-columns: 1fr;
	}

	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .sp-weekly-report .header,
	body.sp-cim-page .sp-cim-report-viewer__body .market-reports-hub-html .header {
		flex-direction: column;
	}
}

/* Button (membro bridged) deve espelhar o <a> deslogado — sem reset de font. */
body.sp-cim-page button.sp-cim-market-reports__cta {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--cim-blue);
	background: rgba(0, 26, 51, 0.04);
	text-align: left;
}
