/* Hero — páginas template Segmentos | fluxo v4 full-bleed */

.page-template-segmentos #content.content-area,
.page-template-segmentos-php #content.content-area,
.page-template-segmentos-main #content.content-area,
.page-template-segmentos-main-php #content.content-area,
.page-template-segmentos #content.content-area.seg-page,
.page-template-segmentos-php #content.content-area.seg-page,
.page-template-segmentos-main #content.content-area.seg-page,
.page-template-segmentos-main-php #content.content-area.seg-page {
	background: #120f17;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

.page-template-segmentos_main #content.content-area,
.page-template-segmentos_main-php #content.content-area,
.page-template-segmentos_main #content.content-area.seg-page,
.page-template-segmentos_main-php #content.content-area.seg-page {
	background: #120f17;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.page-template-segmentos,
body.page-template-segmentos-php,
body.page-template-segmentos-main,
body.page-template-segmentos-main-php,
body.page-template-segmentos_main,
body.page-template-segmentos_main-php {
	overflow-x: hidden;
}

body.page-template-segmentos #main,
body.page-template-segmentos-php #main,
body.page-template-segmentos-main #main,
body.page-template-segmentos-main-php #main,
body.page-template-segmentos_main #main,
body.page-template-segmentos_main-php #main {
	padding-top: 0 !important;
}

/* Hero mobile-first — texto sobre a imagem (unificado) */
.seg-hero {
	position: relative;
	overflow: hidden;
	min-height: 0;
	display: block;
	background: #120f17;
	box-sizing: border-box;
	margin-top: 0;
	padding: 96px 0 0;
}

.seg-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: #120f17;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.seg-hero__bg--desktop {
	display: none !important;
}

.seg-hero__overlay {
	display: none;
}

.seg-hero__mobile {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.seg-hero__img-mobile {
	display: block;
	grid-area: 1 / 1;
	line-height: 0;
	margin: 0;
	max-width: 100%;
	object-fit: cover;
	object-position: center top;
	vertical-align: top;
	width: 100%;
	z-index: 0;
}

.seg-hero__inner {
	position: relative;
	z-index: 2;
	grid-area: 1 / 1;
	align-self: start;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 35px 24px 32px;
	background: transparent;
	box-sizing: border-box;
}

.seg-hero__content {
	max-width: none;
	text-align: left;
}

.seg-hero__title {
	color: #fff;
	font-size: clamp(1.75rem, 7.2vw, 2.125rem);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.12;
	margin: 0 0 16px;
}

.seg-hero__desc {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.9375rem;
	line-height: 1.55;
	margin: 0 0 24px;
	max-width: none;
}

.seg-hero__title p,
.seg-hero__desc p {
	margin: 0;
}

.seg-hero__title p + p,
.seg-hero__desc p + p {
	margin-top: 0.75em;
}

.seg-hero__cta {
	align-items: center;
	background: #09e968;
	border-radius: 999px;
	box-sizing: border-box;
	color: #1a1a1a;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 18px 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.seg-hero__cta:hover {
	background: #0bff75;
	color: #0a0a0a;
	transform: translateY(-1px);
}

.seg-hero__cta i {
	font-size: 1.25rem;
}

/* Hero — Segmentos Principal (sem overlay, texto + visual) */
.seg-page .seg-hero.seg-hero--main {
	background: #120f17;
	box-sizing: border-box;
	margin-top: 0;
	min-height: 0;
	overflow: hidden;
	padding: 104px 0 56px;
	width: 100%;
}

.seg-page .seg-hero.seg-hero--main .seg-hero__layout {
	align-items: center;
	box-sizing: border-box;
	display: grid;
	gap: clamp(28px, 5vw, 56px);
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: 1360px;
	padding: 0 clamp(20px, 4vw, 56px);
	width: 100%;
}

.seg-page .seg-hero.seg-hero--main .seg-hero__inner {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.seg-page .seg-hero.seg-hero--main .seg-hero__content {
	max-width: none;
}

.seg-page .seg-hero.seg-hero--main .seg-hero__title {
	color: #09e968;
	font-size: clamp(2rem, 7vw, 2.75rem);
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 20px;
	max-width: none;
}

.seg-page .seg-hero.seg-hero--main .seg-hero__desc {
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
	line-height: 1.65;
	margin: 0;
	max-width: 36rem;
}

.seg-page .seg-hero.seg-hero--main .seg-hero__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 0;
	overflow: hidden;
	width: 100%;
}

.seg-page .seg-hero.seg-hero--main .seg-hero__visual-img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.seg-page .seg-hero.seg-hero--main .seg-hero__visual-img--desktop {
	display: none;
}

.seg-page .seg-hero.seg-hero--main .seg-hero__visual-img--mobile {
	display: block;
}

.seg-page-body {
	background: #120f17;
	color: #fff;
}

/* Seção situações */
.seg-situacoes {
	background: #120f17;
	overflow: hidden;
	padding: clamp(72px, 9vw, 112px) 0 clamp(48px, 7vw, 80px);
	position: relative;
	width: 100%;
	z-index: 2;
}

.seg-situacoes__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 32px;
}

.seg-situacoes__title {
	color: #fff;
	font-size: clamp(1.75rem, 3.2vw, 2.75rem);
	font-weight: 700;
	line-height: 1.12;
	margin: 0 0 clamp(32px, 4vw, 48px);
	max-width: 760px;
}

.seg-situacoes__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seg-situacoes__card {
	aspect-ratio: 3 / 4.15;
	background: #262626;
	border-radius: 20px;
	display: block;
	min-height: 360px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.seg-situacoes__card--link {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.seg-situacoes__card--link:hover {
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
	transform: translateY(-4px);
}

.seg-situacoes__card-media {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.seg-situacoes__card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.seg-situacoes__card-media img[srcset] {
	max-width: none;
}

.seg-situacoes__card-text {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.35) 28%,
		rgba(0, 0, 0, 0.82) 62%,
		rgba(0, 0, 0, 0.96) 100%
	);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: clamp(0.8125rem, 1vw, 0.9375rem);
	left: 0;
	line-height: 1.5;
	margin: 0;
	padding: 72px 18px 22px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.seg-situacoes__footer {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: clamp(48px, 7vw, 72px);
	position: relative;
	text-align: center;
}

.seg-situacoes__footer-body {
	position: relative;
	z-index: 2;
}

.seg-situacoes__footer-title {
	color: #09e968;
	font-size: clamp(1.625rem, 3vw, 2.625rem);
	font-weight: 700;
	line-height: 1.12;
	margin: 0 0 18px;
}

.seg-situacoes__footer-desc {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
	line-height: 1.6;
	margin: 0 auto;
	max-width: 560px;
}

.seg-situacoes__footer-desc p {
	margin: 0;
}

.seg-situacoes__footer-desc p + p {
	margin-top: 0.75em;
}

.seg-situacoes__footer-desc br {
	display: block;
	margin-top: 0.75em;
	content: "";
}

.seg-page .cdw-phrase {
	color: #fff;
	font-weight: 700;
}

.seg-situacoes__footer-title .cdw-phrase {
	color: #fff;
}

.seg-situacoes__glow {
	margin: 0 auto;
	max-width: 920px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.seg-situacoes__glow-grad {
	background: radial-gradient(
		ellipse 58% 120% at 50% 100%,
		rgba(9, 233, 104, 0.5) 0%,
		rgba(9, 233, 104, 0.18) 38%,
		rgba(9, 233, 104, 0.04) 62%,
		transparent 78%
	);
	display: block;
	height: clamp(120px, 16vw, 180px);
	margin-top: -48px;
	pointer-events: none;
	width: 100%;
}

.seg-situacoes__glow-line {
	display: block;
	height: clamp(96px, 12vw, 148px);
	margin: 8px auto 0;
	position: relative;
	width: 2px;
}

.seg-situacoes__glow-line::before {
	background: #09e968;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(9, 233, 104, 0.85), 0 0 36px rgba(9, 233, 104, 0.35);
	content: '';
	height: 8px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 8px;
}

.seg-situacoes__glow-line::after {
	background: linear-gradient(
		180deg,
		#09e968 0%,
		#09e968 20%,
		#ffffff 20%,
		rgba(255, 255, 255, 0.92) 55%,
		rgba(255, 255, 255, 0.25) 100%
	);
	content: '';
	height: 100%;
	left: 50%;
	position: absolute;
	top: 8px;
	transform: translateX(-50%);
	width: 2px;
}

.seg-situacoes:has(+ .seg-section-bridge) {
	overflow: visible;
	padding-bottom: calc(var(--seg-bridge-h) / 2);
}

.seg-situacoes--has-bridge {
	overflow: visible;
	padding-bottom: calc(var(--seg-bridge-h) / 2);
	position: relative;
	z-index: 3;
}

.seg-situacoes--has-bridge .seg-situacoes__inner {
	overflow: visible;
}

.seg-situacoes__glow--bridge {
	left: 50%;
	margin-top: clamp(8px, 1.5vw, 16px);
	max-width: none;
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
	z-index: 1;
}

.seg-situacoes__glow--bridge .seg-situacoes__glow-grad {
	background: radial-gradient(
		ellipse 100% 115% at 50% 100%,
		rgba(9, 233, 104, 0.58) 0%,
		rgba(9, 233, 104, 0.24) 42%,
		rgba(9, 233, 104, 0.08) 62%,
		transparent 85%
	);
	height: clamp(180px, 22vw, 260px);
	margin-top: -40px;
	width: 100%;
}

.seg-situacoes--has-bridge .seg-situacoes__footer {
	margin-bottom: 0;
	overflow: visible;
}

/* kinhas.png — centro exato na junção situações → fluxo */
.seg-page {
	--seg-bridge-h: clamp(300px, 34vw, 440px);
}

.seg-section-bridge {
	height: 0;
	margin: 0;
	overflow: visible;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 6;
}

.seg-section-bridge__img {
	display: block;
	height: var(--seg-bridge-h);
	left: 50%;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 0;
	transform: translate(-50%, -100%);
	width: auto;
}

.seg-page .seg-fluxo.seg-fluxo--has-bridge,
.seg-page .seg-section-bridge + .seg-fluxo {
	margin-top: 0 !important;
}

/* Seção fluxo — layout Figma (somente CSS + SVG) */
.seg-situacoes + .seg-fluxo {
	margin-top: 0;
}

#content.content-area.seg-page .seg-fluxo,
.seg-page .seg-fluxo {
	--seg-fluxo-green: #09e968;
	--seg-fluxo-line: #35ff8a;
	--seg-fluxo-bg: #120f17;
	--seg-fluxo-card: var(--Cinzas-600, #262626);
	--seg-fluxo-icon-bg: #143d21;
	--seg-fluxo-icon-color: #1ed760;
	--seg-fluxo-stagger: 128px;
	background: var(--seg-fluxo-bg) !important;
	box-sizing: border-box;
	margin-top: -32px;
	max-width: none;
	overflow: visible;
	padding: 0 0 120px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.seg-page .seg-fluxo::before {
	content: none;
}

.seg-page .seg-fluxo__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 clamp(20px, 4vw, 48px);
	position: relative;
	width: 100%;
	z-index: 2;
}

.seg-page .seg-fluxo__inner--stage {
	padding-bottom: 0;
	padding-top: 0;
	z-index: 3;
}

.seg-page .seg-fluxo__head {
	padding-top: 0;
	text-align: center;
}

/* Ponte kinhas — sobrescreve padding-top:0 do head quando conectado */
.seg-page .seg-fluxo.seg-fluxo--has-bridge .seg-fluxo__head {
	padding-top: 1rem;
}

.seg-page .seg-fluxo__connector {
	height: 56px;
	margin: 0 auto 8px;
	position: relative;
	width: 2px;
}

.seg-page .seg-fluxo__connector::before {
	background: linear-gradient(180deg, rgba(9, 233, 104, 0.15) 0%, var(--seg-fluxo-green) 100%);
	bottom: 10px;
	content: '';
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 2px;
}

.seg-page .seg-fluxo__connector::after {
	background: var(--seg-fluxo-green);
	border-radius: 50%;
	box-shadow: 0 0 16px rgba(9, 233, 104, 0.85), 0 0 32px rgba(9, 233, 104, 0.35);
	content: '';
	height: 8px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 8px;
}

.seg-page .seg-fluxo__head {
	margin-bottom: 8px;
}

.seg-page .seg-fluxo__bleed {
	box-sizing: border-box;
	contain: layout style;
	margin: 0;
	min-height: 420px;
	overflow: visible;
	padding: 72px 0 96px;
	position: relative;
	width: 100%;
}

.seg-page .seg-fluxo__logos {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: center;
	margin-bottom: 32px;
}

.seg-page .seg-fluxo__logos-row {
	align-items: center;
	display: contents;
}

.seg-page .seg-fluxo__logo-img {
	display: block;
	height: 27px;
	width: auto;
}

.seg-page .seg-fluxo__logo-plus {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	user-select: none;
}

#content.seg-page .seg-fluxo__title,
.seg-page .seg-fluxo__title {
	color: var(--seg-fluxo-green) !important;
	font-size: clamp(1.625rem, 2.8vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.15;
	margin: 0 0 12px;
	text-align: center !important;
}

#content.seg-page .seg-fluxo__desc,
.seg-page .seg-fluxo__desc {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
	line-height: 1.55;
	margin-bottom: 50px !important;
	margin: 0 auto;
	max-width: 620px;
	text-align: center !important;
}

#content.seg-page .seg-fluxo__wave-bg,
.seg-page .seg-fluxo__wave-bg {
	height: auto;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	overflow: visible;
	pointer-events: none;
	position: absolute;
	right: auto;
	top: 50%;
	transform: translateY(-40%);
	width: 100vw;
	z-index: 0;
}

#content.seg-page .seg-fluxo__wave-bg svg,
#content.seg-page .seg-fluxo__line-img,
.seg-page .seg-fluxo__wave-bg svg,
.seg-page .seg-fluxo__line-img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: none;
	width: 100%;
}

.seg-page .seg-fluxo__line-svg {
	overflow: visible;
}

.seg-page .seg-fluxo__line-svg--mobile {
	display: none;
}

.seg-page .seg-fluxo__wave-bg .seg-fluxo__line-svg {
	display: block;
	height: auto;
	width: 100%;
}

.seg-page .seg-fluxo__line-path {
	filter: drop-shadow(0 0 2px rgba(53, 255, 138, 0.75)) drop-shadow(0 0 14px rgba(53, 255, 138, 0.38));
}

.seg-page .seg-fluxo__line-beam {
	display: none !important;
}

.seg-page .seg-fluxo__line-dot,
.seg-page .seg-fluxo__line-dot-halo {
	opacity: 0;
	pointer-events: none;
}

#content.seg-page article.seg-fluxo__card.is-hit,
.seg-page article.seg-fluxo__card.is-hit,
.seg-page .seg-fluxo__card.is-hit {
	background: #262626 !important;
	border: 1px solid transparent !important;
	border-radius: 24px !important;
	box-shadow:
		0 0 105.092px 0 #09ea71,
		0 0 60.053px 0 #09ea71,
		0 0 35.031px 0 #09ea71 !important;
}

#content.seg-page article.seg-fluxo__card.is-hit::after,
.seg-page article.seg-fluxo__card.is-hit::after,
.seg-page .seg-fluxo__card.is-hit::after {
	content: none;
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.seg-fluxo__bleed--animated .seg-fluxo__line-dot,
	.seg-fluxo__bleed--animated .seg-fluxo__line-dot-halo {
		opacity: 0 !important;
	}

	.seg-page .seg-fluxo__card.is-hit::after {
		animation: none;
	}
}

#content.seg-page .seg-fluxo__cards,
.seg-page .seg-fluxo__cards {
	clear: both;
	display: grid !important;
	gap: 16px;
	grid-template-columns: 1fr;
	position: relative;
	width: 100%;
	z-index: 2;
}

#content.seg-page .seg-fluxo__card,
.seg-page .seg-fluxo__card {
	align-items: center;
	background: var(--Cinzas-600, #262626) !important;
	border: 1px solid transparent !important;
	border-radius: 18px !important;
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.4) !important;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column;
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 32px 26px !important;
	position: relative !important;
	text-align: center;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
	width: 100% !important;
	z-index: 2;
}

.seg-page .seg-fluxo__card-icon {
	align-items: center;
	background: var(--seg-fluxo-icon-bg) !important;
	border-radius: 14px;
	color: var(--seg-fluxo-icon-color) !important;
	display: flex !important;
	flex-shrink: 0;
	height: 56px;
	justify-content: center;
	line-height: 0;
	margin: 0 auto 18px;
	width: 56px;
}

.seg-page .seg-fluxo__card-icon > i,
.seg-page .seg-fluxo__card-icon > svg,
.seg-page .seg-fluxo__card-icon i,
.seg-page .seg-fluxo__card-icon::before {
	color: var(--seg-fluxo-icon-color) !important;
	fill: currentColor;
	display: inline-flex !important;
	font-size: 1.5rem !important;
	height: 1em;
	justify-content: center;
	line-height: 1;
	margin: 0;
	width: 1em;
}

.seg-page .seg-fluxo__card-icon img,
.seg-page .seg-fluxo__card-icon svg {
	max-height: 28px;
	max-width: 28px;
}

.seg-page .seg-fluxo__card-title {
	color: #fff !important;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 10px;
	text-align: center;
	width: 100%;
}

.seg-page .seg-fluxo__card-desc {
	color: #9e9e9e !important;
	font-size: 0.8125rem;
	line-height: 1.65;
	margin: 0;
	max-width: 100%;
	text-align: center;
	width: 100%;
}

.seg-page .seg-fluxo__card h3,
.seg-page .seg-fluxo__card p {
	text-align: center !important;
}

@media (min-width: 851px) {
	#content.seg-page .seg-fluxo,
	.seg-page .seg-fluxo {
		padding-bottom: 160px;
	}

	.seg-page .seg-fluxo__bleed {
		min-height: 500px;
		padding: 64px 0 88px;
	}

	#content.seg-page .seg-fluxo__wave-bg,
	.seg-page .seg-fluxo__wave-bg {
		display: block !important;
		top: 50%;
		transform: translateY(-40%);
	}

	#content.seg-page .seg-fluxo__cards,
	.seg-page .seg-fluxo__cards {
		align-items: start;
		column-gap: clamp(20px, 2.5vw, 36px);
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		grid-template-rows: auto auto;
		row-gap: 0;
	}

	#content.seg-page .seg-fluxo__card,
	.seg-page .seg-fluxo__card {
		justify-self: stretch;
		min-height: 0;
		width: 100% !important;
	}

	.seg-page .seg-fluxo__card--1 {
		grid-column: 1;
		grid-row: 1;
	}

	.seg-page .seg-fluxo__card--2 {
		grid-column: 2;
		grid-row: 2;
		margin-top: var(--seg-fluxo-stagger);
	}

	.seg-page .seg-fluxo__card--3 {
		grid-column: 3;
		grid-row: 1;
	}

	.seg-page .seg-fluxo__card--4 {
		grid-column: 4;
		grid-row: 2;
		margin-top: var(--seg-fluxo-stagger);
	}
}

/* Ultrawide ~2560px — linha e cards em largura total */
@media (min-width: 2560px) and (max-width: 2879px) {
	.seg-page .seg-fluxo {
		--seg-fluxo-stagger: clamp(272px, 12.2vw, 318px);
	}

	.seg-page .seg-fluxo__bleed {
		min-height: clamp(760px, 40vw, 920px);
		padding: 88px 0 148px;
		width: 100%;
	}

	.seg-page .seg-fluxo__inner.seg-fluxo__inner--stage {
		box-sizing: border-box;
		margin: 0;
		max-width: none;
		padding: 0 clamp(48px, 4vw, 120px);
		width: 100%;
	}

	#content.seg-page .seg-fluxo__wave-bg,
	.seg-page .seg-fluxo__wave-bg {
		left: 50% !important;
		margin-left: -50vw !important;
		margin-right: -50vw !important;
		transform: translateY(-36%) !important;
		width: 100vw !important;
	}

	.seg-page .seg-fluxo__wave-bg svg,
	.seg-page .seg-fluxo__wave-bg .seg-fluxo__line-img,
	.seg-page .seg-fluxo__wave-bg .seg-fluxo__line-svg {
		height: auto;
		margin: 0;
		max-width: none;
		transform: none;
		width: 100%;
	}

	#content.seg-page .seg-fluxo__cards,
	.seg-page .seg-fluxo__cards {
		column-gap: clamp(20px, 2vw, 40px);
		margin-top: 12px;
		row-gap: 0;
		width: 100%;
	}

	#content.seg-page .seg-fluxo__card,
	.seg-page .seg-fluxo__card {
		justify-self: center !important;
		max-width: min(340px, 100%) !important;
		min-height: 220px;
		padding: 38px 32px !important;
		width: 100% !important;
	}

	#content.seg-page .seg-fluxo__card--1,
	.seg-page .seg-fluxo__card--1 {
		justify-self: start !important;
		margin-top: 0 !important;
		transform: translate(-72px, 24px);
	}

	#content.seg-page .seg-fluxo__card--2,
	.seg-page .seg-fluxo__card--2 {
		margin-top: calc(var(--seg-fluxo-stagger) - 56px) !important;
		transform: translateY(12px);
	}

	#content.seg-page .seg-fluxo__card--3,
	.seg-page .seg-fluxo__card--3 {
		margin-top: 0 !important;
		max-width: min(340px, 100%) !important;
		min-height: 200px;
		padding: 34px 40px 34px 32px !important;
		transform: translate(36px, 10px);
	}

	#content.seg-page .seg-fluxo__card--4,
	.seg-page .seg-fluxo__card--4 {
		margin-top: calc(var(--seg-fluxo-stagger) + 20px) !important;
		transform: translateY(68px);
	}
}

@media (min-width: 851px) and (max-width: 1099px) {
	.seg-page .seg-fluxo {
		--seg-fluxo-stagger: 96px;
	}

	.seg-page .seg-fluxo__cards {
		column-gap: 16px;
	}

	.seg-page .seg-fluxo__card {
		padding: 28px 18px !important;
	}

}

@media (max-width: 1100px) {
	.seg-situacoes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.seg-situacoes__card {
		aspect-ratio: 3 / 3.6;
		min-height: 300px;
	}
}

@media (max-width: 849px) {
	.seg-situacoes {
		padding: 56px 0 72px;
	}

	.seg-situacoes__inner {
		padding: 0;
	}

	.seg-situacoes__title {
		margin-bottom: 28px;
		padding: 0 24px;
	}

	.seg-situacoes__grid {
		display: block;
		gap: 0;
		grid-template-columns: none;
	}

	.seg-situacoes__grid:not(.slick-initialized) {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 0 24px;
	}

	.seg-situacoes__grid.slick-initialized {
		margin: 0;
		padding: 0 0 44px;
	}

	.seg-situacoes__grid:not(.slick-initialized) .seg-situacoes__card {
		aspect-ratio: auto;
		height: 420px;
		min-height: 420px;
	}

	.seg-situacoes__grid.slick-initialized .slick-list {
		overflow: hidden;
		padding-left: 24px;
	}

	.seg-situacoes__grid.slick-initialized .slick-track {
		display: flex;
		align-items: stretch;
	}

	.seg-situacoes__grid.slick-initialized .slick-slide {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		height: auto;
		margin-right: 12px;
		width: calc(100vw - 56px) !important;
	}

	.seg-situacoes__grid.slick-initialized .seg-situacoes__card-media img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: auto;
		transform: translateZ(0);
	}

	.seg-situacoes__grid.slick-initialized .slick-slide > div {
		height: 100%;
	}

	.seg-situacoes__grid.slick-initialized .slick-dots {
		bottom: 0;
		line-height: 1;
		position: absolute;
	}

	.seg-situacoes__grid.slick-initialized .slick-dots li {
		margin: 0 4px;
	}

	.seg-situacoes__grid.slick-initialized .slick-dots li button:before {
		color: rgba(255, 255, 255, 0.35);
		font-size: 9px;
		opacity: 1;
	}

	.seg-situacoes__grid.slick-initialized .slick-dots li.slick-active button:before {
		color: #09e968;
		opacity: 1;
	}

	.seg-situacoes__card {
		aspect-ratio: auto;
		height: 420px;
		min-height: 420px;
		width: 100%;
	}

	.seg-situacoes__card-text {
		padding: 72px 20px 24px;
	}

	.seg-situacoes__footer {
		overflow: visible;
		padding: 0 24px;
	}

	.seg-situacoes__glow--bridge {
		left: 50%;
		max-width: none;
		transform: translateX(-50%);
		width: 100vw;
	}

	.seg-situacoes__glow--bridge .seg-situacoes__glow-grad {
		background: radial-gradient(
			ellipse 100% 120% at 50% 100%,
			rgba(9, 233, 104, 0.62) 0%,
			rgba(9, 233, 104, 0.26) 44%,
			rgba(9, 233, 104, 0.08) 64%,
			transparent 88%
		);
		height: 200px;
		margin-top: -24px;
		width: 100%;
	}

	.seg-page .seg-fluxo {
		margin-top: 0;
		overflow: hidden;
		padding-bottom: 80px;
	}

	.seg-page {
		--seg-bridge-h: 300px;
		--seg-fluxo-mobile-row-gap: 24px;
	}

	.seg-page .seg-fluxo__logos {
		box-sizing: border-box;
		display: grid;
		gap: 16px;
		justify-items: stretch;
		margin-bottom: 24px;
		padding: 0 20px;
		width: 100%;
	}

	.seg-page .seg-fluxo__logos-row {
		align-items: center;
		column-gap: 12px;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		justify-items: center;
		width: 100%;
	}

	.seg-page .seg-fluxo__logos-row:has(> .seg-fluxo__logo-img:only-child) {
		grid-template-columns: 1fr;
	}

	.seg-page .seg-fluxo__logo-img {
		display: block;
		height: auto;
		max-height: 28px;
		max-width: 100%;
		object-fit: contain;
		width: auto;
	}

	.seg-page .seg-fluxo__logo-plus {
		flex-shrink: 0;
	}

	.seg-section-bridge__img {
		transform: translate(-50%, -100%) scale(0.9);
	}

	.seg-situacoes--has-bridge,
	.seg-situacoes:has(+ .seg-section-bridge) {
		padding-bottom: calc(var(--seg-bridge-h) / 2);
	}

	.seg-page .seg-fluxo.seg-fluxo--has-bridge .seg-fluxo__head {
		padding-top: 3rem;
	}

	.seg-page .seg-fluxo__connector {
		height: 40px;
	}

	.seg-page .seg-fluxo__bleed {
		margin: 0 auto;
		max-width: 100%;
		padding: 16px 20px 40px;
		position: relative;
		width: 100%;
	}

	.seg-page .seg-fluxo__wave-bg {
		display: none !important;
	}

	.seg-page .seg-fluxo__inner.seg-fluxo__inner--stage {
		margin: 0;
		max-width: none;
		padding: 0;
		position: relative;
		width: 100%;
	}

	#content.seg-page .seg-fluxo__cards,
	.seg-page .seg-fluxo__cards {
		display: grid !important;
		grid-template-columns: 1fr !important;
		position: relative;
		row-gap: var(--seg-fluxo-mobile-row-gap) !important;
	}

	.seg-page .seg-fluxo__card {
		margin: 0 !important;
		min-height: 0;
		opacity: 0.65;
		padding: 28px 24px !important;
		position: relative !important;
		transition:
			border-color 0.35s ease,
			box-shadow 0.35s ease,
			opacity 0.35s ease;
		width: 100% !important;
	}

	.seg-page .seg-fluxo__card--1,
	.seg-page .seg-fluxo__card--2,
	.seg-page .seg-fluxo__card--3,
	.seg-page .seg-fluxo__card--4 {
		grid-column: auto;
		grid-row: auto;
		margin-top: 0 !important;
	}

	.seg-page .seg-fluxo__card-icon {
		height: 56px;
		margin-bottom: 18px;
		width: 56px;
	}

	.seg-page .seg-fluxo__card-desc {
		max-width: 100%;
	}
	.seg-page .seg-fluxo__card.is-hit {
		opacity: 1;
	}
}

@media (max-width: 849px) {
	body.page-template-segmentos #main,
	body.page-template-segmentos-php #main,
	body.page-template-segmentos-main #main,
	body.page-template-segmentos-main-php #main {
		padding-top: 0 !important;
	}
}

@media (min-width: 850px) {
	.seg-page .seg-fluxo__line-svg--mobile {
		display: none !important;
	}

	.seg-hero:not(.seg-hero--main) {
		align-items: center;
		background: transparent;
		display: flex;
		margin-top: -100px;
		min-height: 100vh;
		min-height: 100dvh;
		overflow: hidden;
		padding: 140px 0 80px;
	}

	.seg-hero:not(.seg-hero--main) .seg-hero__bg--desktop {
		display: block !important;
	}

	.seg-hero:not(.seg-hero--main) .seg-hero__overlay {
		display: block;
		position: absolute;
		inset: 0;
		z-index: 1;
		background: linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.82) 0%,
			rgba(0, 0, 0, 0.65) 42%,
			rgba(0, 0, 0, 0.25) 70%,
			rgba(0, 0, 0, 0.15) 100%
		);
	}

	.seg-hero:not(.seg-hero--main) .seg-hero__mobile {
		display: block;
		margin: 0 auto;
		max-width: 1200px;
		padding: 0;
	}

	.seg-hero:not(.seg-hero--main) .seg-hero__inner {
		background: transparent;
		margin: 0 auto;
		max-width: 1200px;
		padding: 0 32px;
	}

	.seg-hero:not(.seg-hero--main) .seg-hero__content {
		max-width: 640px;
	}

	.seg-hero:not(.seg-hero--main) .seg-hero__title {
		font-size: clamp(1.75rem, 3.8vw, 3.25rem);
		letter-spacing: 0;
		line-height: 1.12;
		margin: 0 0 24px;
	}

	.seg-hero:not(.seg-hero--main) .seg-hero__desc {
		color: rgba(255, 255, 255, 0.88);
		font-size: clamp(1rem, 1.35vw, 1.125rem);
		margin: 0 0 36px;
		max-width: 560px;
	}

	.seg-hero:not(.seg-hero--main) .seg-hero__cta {
		display: inline-flex;
		font-size: 0.875rem;
		justify-content: center;
		letter-spacing: 0.04em;
		padding: 14px 24px;
		width: auto;
	}

	.seg-hero:not(.seg-hero--main) .seg-hero__cta i {
		font-size: 1.125rem;
	}

	.seg-hero:not(.seg-hero--main) .seg-hero__img-mobile {
		display: none !important;
	}

	.seg-page .seg-hero.seg-hero--main {
		background: #120f17 !important;
		display: block !important;
		margin-top: 0 !important;
		min-height: 0 !important;
		overflow: hidden;
		padding: clamp(48px, 6vw, 72px) 0 clamp(56px, 7vw, 80px);
		width: 100% !important;
	}

	.seg-page .seg-hero.seg-hero--main .seg-hero__layout {
		align-items: center;
		display: grid !important;
		gap: clamp(40px, 5vw, 72px);
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		margin: 0 auto;
		max-width: 1360px;
		min-height: 0;
		padding: 0 clamp(24px, 4vw, 56px);
		width: 100%;
	}

	.seg-page .seg-hero.seg-hero--main .seg-hero__inner {
		margin: 0 !important;
		max-width: none !important;
		padding: 0 !important;
		width: 100%;
	}

	.seg-page .seg-hero.seg-hero--main .seg-hero__content {
		max-width: none !important;
	}

	.seg-page .seg-hero.seg-hero--main .seg-hero__title {
		color: #09e968 !important;
		font-size: clamp(2.5rem, 3.6vw, 3.75rem);
		font-weight: 700;
		line-height: 1.08;
		margin: 0 0 clamp(20px, 2.4vw, 28px);
		max-width: 11.5em;
	}

	.seg-page .seg-hero.seg-hero--main .seg-hero__desc {
		color: rgba(255, 255, 255, 0.9) !important;
		font-size: clamp(1rem, 1.15vw, 1.125rem);
		line-height: 1.65;
		margin: 0;
		max-width: 34rem;
	}

	.seg-page .seg-hero.seg-hero--main .seg-hero__visual {
		align-items: center;
		display: flex !important;
		justify-content: flex-end;
		min-height: clamp(280px, 34vw, 420px);
		overflow: hidden;
		width: 100%;
	}

	.seg-page .seg-hero.seg-hero--main .seg-hero__visual-img--desktop {
		display: block !important;
		height: auto;
		margin-left: auto;
		max-height: clamp(280px, 34vw, 420px);
		max-width: none;
		min-width: 108%;
		object-fit: cover;
		object-position: 58% center;
		width: auto;
	}

	.seg-page .seg-hero.seg-hero--main .seg-hero__visual-img--mobile {
		display: none !important;
	}
}

/* Apresentação dos sistemas — layout alternado */
.seg-apresent {
	background: #120f17;
	width: 100%;
}

.seg-apresent__item {
	display: flex;
	flex-direction: column;
	padding-top: clamp(56px, 8vw, 100px);
}

.seg-apresent__item:first-child {
	border-top: 0;
}

.seg-apresent__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	overflow: visible;
	padding: 0 clamp(20px, 4vw, 48px);
	width: 100%;
}

.seg-apresent__grid {
	align-items: stretch;
	display: grid;
	gap: clamp(32px, 5vw, 64px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.seg-apresent__content {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	width: 100%;
}

.seg-apresent__visual {
	display: flex;
	grid-column: 2;
	grid-row: 1;
	height: 100%;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.seg-apresent__brand {
	margin-bottom: 24px;
	min-height: 40px;
}

.seg-apresent__brand img {
	display: block;
	height: 40px;
	max-width: 240px;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.seg-apresent__title {
	color: #09e968;
	font-size: clamp(1.5rem, 2.6vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

.seg-apresent__desc {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	line-height: 1.65;
	margin: 0 0 28px;
	max-width: 520px;
}

.seg-apresent__list {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.seg-apresent__list li {
	align-items: flex-start;
	color: #fff;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	gap: 12px;
	line-height: 1.55;
	margin-bottom: 14px;
}

.seg-apresent__list li::before {
	background: url('/wp-content/uploads/2026/06/check.png') center / contain no-repeat;
	content: '';
	display: block;
	flex-shrink: 0;
	height: 21px;
	margin-top: 2px;
	width: 21px;
}

.seg-apresent__cta {
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 14px 28px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.seg-apresent__cta:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #fff;
	color: #fff;
}

.seg-apresent__cta--static {
	cursor: default;
}

.seg-apresent__visual-bg {
	background: #09e968;
	border-radius: 24px;
	box-sizing: border-box;
	display: block;
	flex: 1 1 auto;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.seg-apresent__visual-bg img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.seg-apresent__item--reverse .seg-apresent__content {
	grid-column: 2;
}

.seg-apresent__item--reverse .seg-apresent__visual {
	grid-column: 1;
}

.seg-apresent__footer {
	box-sizing: border-box;
	flex: 0 0 auto;
	margin-top: clamp(40px, 6vw, 64px);
	padding-bottom: clamp(28px, 4vw, 40px);
	padding-top: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.seg-apresent__footer-divider {
	background: rgba(255, 255, 255, 0.12);
	height: 1px;
	margin: 0;
	width: 100%;
}

.seg-apresent__footer-inner {
	align-items: flex-start;
	display: grid;
	gap: 20px 32px;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.seg-apresent__footer-title {
	color: #fff;
	font-size: clamp(1.375rem, 2.2vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.seg-apresent__footer-desc {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
	line-height: 1.6;
	margin: 0;
}

.seg-apresent__marcas {
	overflow: hidden;
	position: relative;
}

.seg-apresent__marcas::before,
.seg-apresent__marcas::after {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 30%;
	z-index: 2;
}

.seg-apresent__marcas::before {
	background: linear-gradient(270deg, rgba(18, 15, 23, 0) 0%, #120f17 100%);
	left: 0;
}

.seg-apresent__marcas::after {
	background: linear-gradient(90deg, rgba(18, 15, 23, 0) 0%, #120f17 100%);
	right: 0;
}

.seg-apresent__marcas-head {
	align-items: flex-start;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	margin-bottom: 28px;
	position: relative;
	z-index: 3;
}

.seg-apresent__marcas-title {
	color: #fff;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.seg-apresent__marcas-desc {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9375rem;
	line-height: 1.6;
	margin: 0;
}

.seg-apresent__marcas-slider {
	position: relative;
	padding-top: 15px;
	z-index: 1;
}

.seg-apresent__marcas-track .col-inner img,
.seg-apresent__marcas .slick-slide img {
	display: inline-block;
	filter: grayscale(1) brightness(1.35);
	margin-top: 10px;
	max-height: 95px;
	opacity: 0.85;
	width: auto;
}

@media (max-width: 849px) {
	.seg-apresent__item {
		padding-bottom: 56px;
		padding-top: 40px;
	}

	.seg-apresent__inner {
		padding: 0 20px;
	}

	.seg-apresent__grid {
		gap: 32px;
		grid-template-columns: 1fr;
	}

	.seg-apresent__content,
	.seg-apresent__item--reverse .seg-apresent__content {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		grid-column: 1;
		grid-row: 2;
		padding-top: 0;
		text-align: left;
	}

	.seg-apresent__visual,
	.seg-apresent__item--reverse .seg-apresent__visual {
		grid-column: 1;
		grid-row: 1;
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 0;
		width: calc(100% + 40px);
	}

	.seg-apresent__visual {
		height: auto;
	}

	.seg-apresent__visual-bg {
		aspect-ratio: auto;
		border-radius: 20px;
		display: block;
		height: auto;
		max-height: none;
		min-height: 0;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	.seg-apresent__visual-bg img {
		border-radius: 0;
		display: block;
		height: auto;
		left: auto;
		max-height: none;
		object-fit: cover;
		object-position: center;
		position: relative;
		top: auto;
		width: 100%;
	}

	.seg-apresent__brand {
		margin-bottom: 20px;
		min-height: 0;
		width: 100%;
	}

	.seg-apresent__brand img {
		display: block;
		height: 40.89px;
		margin: 0;
		max-width: 100%;
		object-fit: contain;
		object-position: left center;
		width: 305.454px;
	}

	.seg-page .seg-apresent__title {
		margin-bottom: 16px;
		text-align: left !important;
		width: 100%;
	}

	.seg-page .seg-apresent__desc {
		margin-bottom: 24px;
		max-width: none;
		text-align: left !important;
		width: 100%;
	}

	.seg-apresent__list {
		margin-bottom: 28px;
		width: 100%;
	}

	.seg-apresent__list li {
		align-items: center;
		margin-bottom: 16px;
		text-align: left;
		width: 100%;
	}

	.seg-apresent__list li:last-child {
		margin-bottom: 0;
	}

	.seg-apresent__cta {
		align-self: flex-start;
		margin-top: 0;
	}

	.seg-apresent__footer {
		margin-top: 40px;
		padding-bottom: 0;
		width: 100%;
	}

	.seg-apresent__footer-inner {
		gap: 12px;
		grid-template-columns: 1fr;
		text-align: left;
		width: 100%;
	}

	.seg-page .seg-apresent__footer-title {
		line-height: 1.15;
		margin: 0;
		text-align: left !important;
		width: 100%;
	}

	.seg-page .seg-apresent__footer-desc {
		margin: 0;
		text-align: left !important;
		width: 100%;
		margin-bottom: 1.6rem;
	}
}

/* Cards finais — referência Figma (independente do fluxo) */
.seg-apresent + .seg-rodape-cards {
	padding-top: clamp(72px, 10vw, 120px);
}

.seg-rodape-cards {
	--seg-rodape-bg: #120f17;
	--seg-rodape-card-bg: #262626;
	--seg-rodape-icon-bg: #143d21;
	--seg-rodape-icon-color: #1ed760;
	--seg-rodape-title: #ffffff;
	--seg-rodape-desc: #b3b3b3;
	background: var(--seg-rodape-bg);
	padding: clamp(48px, 6vw, 72px) 0 clamp(64px, 8vw, 96px);
	width: 100%;
}

.seg-rodape-cards__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 clamp(20px, 4vw, 48px);
	width: 100%;
}

.seg-rodape-cards__head {
	align-items: start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: clamp(20px, 3vw, 32px);
	grid-template-columns: 1fr;
	margin-bottom: clamp(32px, 4vw, 48px);
	padding-bottom: clamp(28px, 3.5vw, 40px);
}

.seg-rodape-cards__title {
	color: var(--seg-rodape-title);
	font-size: clamp(1.75rem, 3.2vw, 2.625rem);
	font-weight: 700;
	line-height: 1.12;
	margin: 0;
	max-width: 16ch;
}

.seg-rodape-cards__desc {
	color: var(--seg-rodape-desc);
	font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
	line-height: 1.65;
	margin: 0;
	max-width: 52ch;
}

.seg-rodape-cards__cards {
	display: grid;
	gap: clamp(16px, 2vw, 24px);
	grid-template-columns: 1fr;
	width: 100%;
}

.seg-rodape-cards__card {
	align-items: flex-start;
	background: var(--seg-rodape-card-bg);
	border: none;
	border-radius: 20px;
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 32px;
	text-align: left;
	width: 100%;
}

.seg-rodape-cards__card-icon {
	align-items: center;
	background: var(--seg-rodape-icon-bg);
	border-radius: 10px;
	box-sizing: border-box;
	color: var(--seg-rodape-icon-color);
	display: flex;
	flex-shrink: 0;
	height: 75px;
	justify-content: center;
	line-height: 1;
	margin: 0 0 48px;
	padding: 0;
	place-items: center;
	position: relative;
	width: 75px;
}

.seg-rodape-cards__card-icon > i,
.seg-rodape-cards__card-icon i {
	color: var(--seg-rodape-icon-color);
	display: inline-block !important;
	font-size: 2rem;
	height: 1em;
	line-height: 1;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 1em;
}

.seg-rodape-cards__card-icon i::before {
	display: block;
	line-height: 1;
	text-align: center;
}

.seg-rodape-cards__card-icon .svg-inline--fa,
.seg-rodape-cards__card-icon svg {
	color: var(--seg-rodape-icon-color);
	display: block !important;
	fill: currentColor;
	flex-shrink: 0;
	height: 2rem;
	margin: 0 !important;
	overflow: visible;
	padding: 0 !important;
	vertical-align: middle;
	width: 2rem;
}

.seg-rodape-cards__card-icon img {
	display: block;
	height: auto;
	margin: 0;
	max-height: 32px;
	max-width: 32px;
	object-fit: contain;
	width: auto;
}

.seg-page .seg-rodape-cards__card-icon {
	align-items: center !important;
	display: flex !important;
	justify-content: center !important;
}

.seg-page .seg-rodape-cards__card-icon > i,
.seg-page .seg-rodape-cards__card-icon i {
	display: inline-block !important;
	margin: 0 !important;
}

.seg-rodape-cards__card-title {
	color: var(--seg-rodape-title);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 15px;
	text-align: left;
	text-transform: none;
	width: 100%;
}

.seg-rodape-cards__card-desc {
	color: var(--seg-rodape-desc);
	font-size: clamp(0.875rem, 1vw, 0.9375rem);
	line-height: 1.6;
	margin: 0;
	text-align: left;
	width: 100%;
}

@media (min-width: 851px) {
	.seg-rodape-cards__head {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}

	.seg-rodape-cards__desc {
		justify-self: end;
	}

	.seg-rodape-cards__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 851px) and (max-width: 1099px) {
	.seg-rodape-cards__cards:has(.seg-rodape-cards__card:nth-child(4)) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 850px) {
	.seg-rodape-cards__title {
		max-width: none;
	}

	.seg-rodape-cards__desc {
		max-width: none;
	}
}

/* Seção mercado — Segmentos Principal */
.seg-mercado {
	background: #120f17;
	padding: clamp(72px, 9vw, 112px) 0 clamp(64px, 8vw, 96px);
	width: 100%;
}

.seg-mercado__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 clamp(20px, 4vw, 48px);
}

.seg-mercado__head {
	align-items: start;
	display: grid;
	gap: clamp(20px, 3vw, 40px);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	margin-bottom: clamp(40px, 5vw, 64px);
}

.seg-mercado__title {
	color: #fff;
	font-size: clamp(2rem, 3.6vw, 3.25rem);
	font-weight: 700;
	line-height: 1.08;
	margin: 0;
	max-width: 14ch;
}

.seg-mercado__intro {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	line-height: 1.6;
	margin: 0;
	max-width: 52ch;
}

.seg-mercado__grid {
	display: grid;
	gap: clamp(16px, 2vw, 24px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seg-mercado__card {
	background: #262626;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.seg-mercado__card-media {
	aspect-ratio: 16 / 10;
	background: #262626;
	overflow: hidden;
	width: 100%;
}

.seg-mercado__card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.seg-mercado__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(20px, 2.4vw, 28px);
}

.seg-mercado__card-title {
	color: #09e968;
	font-size: clamp(1.25rem, 1.8vw, 1.5rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 12px;
}

.seg-mercado__card-desc {
	color: rgba(255, 255, 255, 0.68);
	flex: 1;
	font-size: clamp(0.875rem, 1vw, 0.9375rem);
	line-height: 1.55;
	margin: 0 0 24px;
}

.seg-mercado__card-btn {
	align-items: center;
	align-self: flex-start;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: auto;
	padding: 10px 18px;
	text-transform: uppercase;
}

.seg-mercado__card-btn i {
	font-size: 0.75rem;
	line-height: 1;
}

@media (max-width: 1099px) {
	.seg-mercado__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 849px) {
	.seg-mercado__head {
		grid-template-columns: 1fr;
	}

	.seg-mercado__title {
		max-width: none;
	}

	.seg-mercado__intro {
		max-width: none;
	}

	.seg-mercado__grid {
		grid-template-columns: 1fr;
	}
}

/* Seção camadas — Segmentos Principal */
.seg-camadas {
	background: #120f17;
	padding: clamp(72px, 9vw, 112px) 0 clamp(80px, 10vw, 120px);
	width: 100%;
}

.seg-camadas__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 clamp(20px, 4vw, 48px);
}

.seg-camadas__title {
	color: #09e968;
	font-size: clamp(1.75rem, 3.4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0 auto clamp(40px, 5vw, 64px);
	max-width: 27ch;
	text-align: center;
}

.seg-camadas__grid {
	display: grid;
	gap: clamp(16px, 2vw, 24px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seg-camadas__card {
	background: #262626;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(24px, 3vw, 32px);
}

.seg-camadas__card-title {
	color: #09e968;
	font-size: clamp(1.375rem, 2vw, 1.625rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

.seg-camadas__card-desc {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(0.875rem, 1vw, 0.9375rem);
	line-height: 1.55;
	margin: 0 0 24px;
}

.seg-camadas__list {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	list-style: none;
	margin: 0;
	padding: 0;
}

.seg-camadas__list-item {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	gap: 14px;
	min-height: 52px;
	padding: 14px 0;
}

.seg-camadas__list-icon {
	align-items: center;
	color: #fff !important;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1rem;
	justify-content: center;
	line-height: 0;
	width: 20px;
}

.seg-camadas__list-icon > i,
.seg-camadas__list-icon > svg,
.seg-camadas__list-icon .svg-inline--fa,
.seg-camadas__list-icon i::before {
	color: #fff !important;
	fill: #fff !important;
	font-size: 1rem;
	line-height: 1;
}

.seg-camadas__list-text {
	color: #fff !important;
	font-size: clamp(0.875rem, 1vw, 0.9375rem);
	font-weight: 700;
	line-height: 1.35;
}

@media (max-width: 1099px) {
	.seg-camadas__grid {
		grid-template-columns: 1fr;
	}

	.seg-camadas__title {
		max-width: none;
		text-align: left;
	}
}

/* Tipografia mobile — página Segmentos */
@media (max-width: 849px) {
	.seg-page .seg-hero__title,
	.seg-page .seg-mercado__title,
	.seg-page .seg-camadas__title,
	.seg-page .seg-camadas__card-title,
	.seg-page .seg-mercado__card-title,
	.seg-page .seg-situacoes__title,
	.seg-page .seg-situacoes__footer-title,
	.seg-page .seg-fluxo__title,
	.seg-page .seg-fluxo__card-title,
	.seg-page .seg-apresent__title,
	.seg-page .seg-apresent__footer-title,
	.seg-page .seg-apresent__marcas-title,
	.seg-page .seg-rodape-cards__title,
	.seg-page .seg-rodape-cards__card-title {
		font-size: 2rem !important;
	}

	.seg-page .seg-fluxo__card-title{
		font-size: 1.6rem !important;
	}
	.seg-page .seg-hero__desc,
	.seg-page .seg-mercado__intro,
	.seg-page .seg-mercado__card-desc,
	.seg-page .seg-camadas__card-desc,
	.seg-page .seg-camadas__list-text,
	.seg-page .seg-situacoes__card-text,
	.seg-page .seg-situacoes__footer-desc,
	.seg-page .seg-fluxo__desc,
	.seg-page .seg-fluxo__card-desc,
	.seg-page .seg-apresent__desc,
	.seg-page .seg-apresent__footer-desc,
	.seg-page .seg-apresent__marcas-desc,
	.seg-page .seg-apresent__list li,
	.seg-page .seg-rodape-cards__desc,
	.seg-page .seg-rodape-cards__card-desc {
		font-size: 14px !important;
	}
}
