/* Footer site — escopado para não afetar landing pages */

#footer.footer-wrapper--site {
	--footer-site-bg: #120f17;
	background: var(--footer-site-bg) !important;
	margin: 0;
	padding: 0;
}

#footer.footer-wrapper--site .sectionfooter {
	background: var(--footer-site-bg) !important;
	display: block !important;
	margin: 0 !important;
	max-width: 100% !important;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 100% !important;
}

#footer.footer-wrapper--site .sectionfooter::before,
#footer.footer-wrapper--site .sectionfooter::after {
	display: none !important;
}

#footer.footer-wrapper--site .footer-cta-zone,
#footer.footer-wrapper--site .footer-white-zone {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}

#footer.footer-wrapper--site .footer-cta-zone {
	background: var(--footer-site-bg);
	min-height: 600px;
	overflow: hidden;
	padding: 72px 24px 88px;
	position: relative;
}

#footer.footer-wrapper--site .footer-bg-aurora {
	background: transparent;
	height: 100%;
	inset: 0;
	min-height: 600px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

#footer.footer-wrapper--site .footer-bg-aurora::after {
	display: none;
}

#footer.footer-wrapper--site .footer-bg-aurora .soft-aurora-wrap,
#footer.footer-wrapper--site .footer-bg-aurora .soft-aurora-container {
	background: transparent !important;
	height: 100% !important;
	min-height: 600px !important;
	width: 100% !important;
}

#footer.footer-wrapper--site .footer-cta-zone__inner {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	text-align: center;
	z-index: 2;
}

#footer.footer-wrapper--site .footer-site-title {
	color: #fff;
	font-size: clamp(1.75rem, 5vw, 5rem);
	font-style: normal;
	font-weight: 700;
	line-height: 0.95;
	margin: 0 0 28px;
	text-transform: uppercase;
}

#footer.footer-wrapper--site .footer-cta-btn {
	background: #09e968;
	border-radius: 999px;
	color: #2b2b2b;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 14px 32px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease;
}

#footer.footer-wrapper--site .footer-cta-btn:hover {
	background: #07d15c;
	color: #1a1a1a;
}

#footer.footer-wrapper--site .footer-white-zone {
	background: var(--footer-site-bg) !important;
	padding: 0 24px 28px;
}

#footer.footer-wrapper--site .footer-white-zone__inner {
	margin: 0 auto;
	max-width: 1200px;
}

#footer.footer-wrapper--site .footer-box-branco {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
	color: #2b2b2b;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	justify-content: space-between;
	margin: -52px auto 0;
	max-width: min(1140px, 100%);
	padding: 14px 28px 14px 32px;
	position: relative;
	width: 100%;
	z-index: 3;
}

#footer.footer-wrapper--site .footer-box-branco__nav {
	flex: 1 1 320px;
	min-width: 0;
}

#footer.footer-wrapper--site .footer-site-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer.footer-wrapper--site .footer-site-menu li {
	margin: 0;
}

#footer.footer-wrapper--site .footer-site-menu a {
	color: #2b2b2b;
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 6px 4px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

#footer.footer-wrapper--site .footer-site-menu a:hover {
	color: #09e968;
}

#footer.footer-wrapper--site .footer-box-branco__social {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

#footer.footer-wrapper--site .footer-site-icon {
	align-items: center;
	background: #09e968;
	border-radius: 50%;
	color: #2b2b2b;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1rem;
	height: 44px;
	justify-content: center;
	text-decoration: none;
	transition: background 0.2s ease;
	width: 44px;
}

#footer.footer-wrapper--site .footer-site-icon:hover {
	background: #07d15c;
	color: #1a1a1a;
}

#footer.footer-wrapper--site .footer-legal {
	align-items: center;
	color: #fff;
	display: grid;
	gap: 16px 24px;
	grid-template-columns: minmax(120px, auto) 1fr minmax(180px, auto);
	margin: 24px auto 0;
	max-width: min(1140px, 100%);
	width: 100%;
}

#footer.footer-wrapper--site .footer-legal__brand {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

#footer.footer-wrapper--site .footer-legal__brand img {
	display: block;
	filter: brightness(0) invert(1);
	height: auto;
	max-width: 140px;
	width: 140px;
}

#footer.footer-wrapper--site .footer-legal__copy {
	text-align: center;
}

#footer.footer-wrapper--site .footer-legal__copy-line {
	color: #fff;
	display: block;
	font-size: clamp(0.52rem, 1.1vw, 0.62rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.55;
	text-transform: uppercase;
}

#footer.footer-wrapper--site .footer-legal__copy-line + .footer-legal__copy-line {
	margin-top: 4px;
}

@media (min-width: 850px) {
	#footer.footer-wrapper--site .footer-legal__copy-line {
		display: inline;
	}

	#footer.footer-wrapper--site .footer-legal__copy-line + .footer-legal__copy-line::before {
		content: ' / ';
	}

	#footer.footer-wrapper--site .footer-legal__copy-line + .footer-legal__copy-line {
		margin-top: 0;
	}
}

#footer.footer-wrapper--site .footer-legal__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	justify-content: flex-end;
}

#footer.footer-wrapper--site .footer-legal__links small,
#footer.footer-wrapper--site .footer-legal__links a {
	color: #fff;
	font-size: clamp(0.52rem, 1.1vw, 0.62rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
}

#footer.footer-wrapper--site .footer-legal__links a:hover {
	color: #09e968;
}

/* Tablet */
@media (min-width: 550px) and (max-width: 1024px) {
	#footer.footer-wrapper--site .footer-cta-zone {
		min-height: 600px;
		padding: 48px 20px 56px;
	}

	#footer.footer-wrapper--site .footer-bg-aurora,
	#footer.footer-wrapper--site .footer-bg-aurora .soft-aurora-wrap,
	#footer.footer-wrapper--site .footer-bg-aurora .soft-aurora-container {
		min-height: 600px !important;
	}

	#footer.footer-wrapper--site .footer-site-title {
		font-size: clamp(1.5rem, 6vw, 2.25rem);
		line-height: 1.08;
		margin-bottom: 22px;
	}

	#footer.footer-wrapper--site .footer-cta-btn {
		font-size: 0.8rem;
		padding: 12px 26px;
	}

	#footer.footer-wrapper--site .footer-white-zone {
		padding: 0 20px 24px;
	}

	#footer.footer-wrapper--site .footer-box-branco {
		border-radius: 28px;
		flex-direction: column;
		gap: 16px;
		margin-top: -36px;
		padding: 18px 20px;
	}

	#footer.footer-wrapper--site .footer-box-branco__nav,
	#footer.footer-wrapper--site .footer-box-branco__social,
	#footer.footer-wrapper--site .footer-site-menu {
		justify-content: center;
		width: 100%;
	}

	#footer.footer-wrapper--site .footer-site-menu a {
		font-size: 0.65rem;
		padding: 6px 5px;
		white-space: normal;
	}

	#footer.footer-wrapper--site .footer-legal {
		gap: 18px;
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	#footer.footer-wrapper--site .footer-legal__brand {
		justify-content: center;
	}

	#footer.footer-wrapper--site .footer-legal__brand img {
		max-width: 120px;
		width: 120px;
	}

	#footer.footer-wrapper--site .footer-legal__links {
		justify-content: center;
	}
}

/* Mobile — layout conforme mockup */
@media (max-width: 849px) {
	#footer.footer-wrapper--site .footer-cta-zone {
		min-height: 480px;
		padding: 44px 16px 52px;
	}

	#footer.footer-wrapper--site .footer-bg-aurora,
	#footer.footer-wrapper--site .footer-bg-aurora .soft-aurora-wrap,
	#footer.footer-wrapper--site .footer-bg-aurora .soft-aurora-container {
		min-height: 480px !important;
	}

	#footer.footer-wrapper--site .footer-site-title {
		font-size: clamp(2rem, 11vw, 4rem);
		line-height: 0.95;
		margin-bottom: 24px;
		letter-spacing: -0.02em;
	}

	#footer.footer-wrapper--site .footer-cta-btn {
		font-size: 0.75rem;
		padding: 12px 24px;
	}

	#footer.footer-wrapper--site .footer-white-zone {
		padding: 0 16px 24px;
	}

	#footer.footer-wrapper--site .footer-box-branco {
		border-radius: 20px;
		justify-content: center;
		margin-top: -32px;
		padding: 14px 16px;
	}

	#footer.footer-wrapper--site .footer-box-branco__nav {
		display: none !important;
	}

	#footer.footer-wrapper--site .footer-box-branco__social {
		gap: 0;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 340px;
		width: 100%;
	}

	#footer.footer-wrapper--site .footer-site-icon {
		font-size: 1rem;
		height: 44px;
		width: 44px;
	}

	#footer.footer-wrapper--site .footer-legal {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 20px;
		grid-template-columns: none;
		margin-top: 8px;
		padding-top: 8px;
		text-align: center;
	}

	#footer.footer-wrapper--site .footer-legal__links {
		flex-direction: column;
		gap: 10px;
		order: 1;
		width: 100%;
	}

	#footer.footer-wrapper--site .footer-legal__links small,
	#footer.footer-wrapper--site .footer-legal__links a {
		font-size: 0.62rem;
		line-height: 1.4;
	}

	#footer.footer-wrapper--site .footer-legal__brand {
		order: 2;
	}

	#footer.footer-wrapper--site .footer-legal__brand img {
		max-width: 130px;
		width: 130px;
	}

	#footer.footer-wrapper--site .footer-legal__copy {
		order: 3;
		width: 100%;
	}

	#footer.footer-wrapper--site .footer-legal__copy-line {
		font-size: 0.52rem;
		line-height: 1.5;
	}
}

/* Mobile pequeno */
@media (max-width: 549px) {
	#footer.footer-wrapper--site .footer-box-branco__social {
		max-width: 100%;
		padding: 0 4px;
	}

	#footer.footer-wrapper--site .footer-site-icon {
		height: 40px;
		width: 40px;
	}

	#footer.footer-wrapper--site .footer-legal__brand img {
		max-width: 120px;
		width: 120px;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	#footer.footer-wrapper--site .footer-site-menu a {
		font-size: 0.62rem;
		padding: 6px 3px;
	}

	#footer.footer-wrapper--site .footer-legal {
		grid-template-columns: minmax(110px, auto) 1fr minmax(160px, auto);
	}

	#footer.footer-wrapper--site .footer-legal__brand img {
		max-width: 125px;
		width: 125px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {
	#footer.footer-wrapper--site .footer-site-menu a {
		font-size: 0.62rem;
		padding: 6px 3px;
	}
}
