/* Paleta oficial da logo — sobrepõe tokens da Vercel só neste child. */
:root {
	--lc-deep: #003681;
	--lc-blue: #003681;
	--lc-navy: #003681;
	--lc-orange: #f06a25;
	--lc-green: #41b97f;
	--lc-yellow: #f4c645;
}

/* Shell WordPress — o parent envolve a home num .mse-site */
body.lc-hub-inst {
	background: #f7f7f7;
}
body.lc-hub-inst .mse-site {
	padding: 0;
	margin: 0;
	max-width: none;
	min-height: 0;
	display: block;
	background: transparent;
}
body.lc-hub-inst .mse-site__main {
	padding: 0;
	background: transparent;
}
body.lc-hub-inst #wpadminbar {
	position: fixed;
}
body.lc-hub-inst.admin-bar .lc-colabs.is-fixed {
	top: 32px;
}
body.lc-hub-inst.admin-bar .lc-welcome {
	bottom: 0;
}
@media (max-width: 782px) {
	body.lc-hub-inst.admin-bar .lc-colabs.is-fixed {
		top: 46px;
	}
}
.lc-howto[hidden] {
	display: none;
}
.lc-howto:not([hidden]) {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.lc-howto__body,
.lc-howto__viewport {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
}
.lc-howto__track {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.45s var(--lc-ease, cubic-bezier(0.22, 1, 0.36, 1));
	will-change: transform;
}
.lc-howto__slide {
	flex: 0 0 100%;
	width: 100%;
	min-height: 0;
	justify-content: flex-start;
	box-sizing: border-box;
}
.lc-howto__footer {
	flex-shrink: 0;
}
@media (max-width: 560px) {
	.lc-howto__panel {
		height: 100%;
		max-height: none;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
	.lc-howto__head {
		flex-shrink: 0;
	}
	.lc-howto__slide-title {
		font-size: clamp(18px, 5vw, 22px);
	}
	.lc-howto__slide-text {
		font-size: 14px;
	}
}
body.admin-bar .lc-howto {
	top: 32px;
}
@media (max-width: 782px) {
	body.admin-bar .lc-howto {
		top: 46px;
	}
}
.lc-welcome .lc-access__label {
	color: #fff;
	margin: 0 0 10px;
	display: block;
}

.lc-access__error[hidden] {
	display: none;
}
.lc-helpfab[hidden],
.lc-partner-pull[hidden],
.lc-helpfab__panel[hidden] {
	display: none !important;
}
.lc-helpfab__close {
	display: none;
}
.lc-helpfab.is-open .lc-helpfab__wa {
	display: none;
}
.lc-helpfab.is-open .lc-helpfab__close {
	display: block;
}

/* Cartão de atendimento — paridade visual com welcome / drawer LC. */
.lc-helpfab__panel {
	width: min(312px, calc(100vw - 32px));
	min-width: 0;
	padding: 10px;
	gap: 8px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 54, 129, 0.1);
	border-radius: 24px;
	box-shadow: 0 22px 50px rgba(0, 54, 129, 0.18), 0 2px 8px rgba(15, 23, 42, 0.06);
	display: grid;
}
.lc-helpfab__head {
	position: relative;
	padding: 14px 16px 13px 18px;
	background: var(--lc-navy);
	color: #fff;
	border-radius: 16px;
	overflow: hidden;
}
.lc-helpfab__head::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	background: var(--lc-yellow);
}
.lc-helpfab__kicker {
	margin: 0 0 5px;
	font-family: var(--lc-font-ui);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--lc-yellow);
}
.lc-helpfab__title {
	margin: 0;
	font-family: var(--lc-font-display);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #fff;
}
.lc-helpfab__lead {
	margin: 6px 0 0;
	max-width: 28ch;
	font-family: var(--lc-font-ui);
	font-size: 12.5px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
}
.lc-helpfab__opt {
	display: flex;
	width: 100%;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 12px;
	border: 0;
	border-radius: 16px;
	background: #f4f7fb;
	color: var(--lc-navy);
	font-family: var(--lc-font-ui);
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.18s ease;
}
.lc-helpfab__opt:hover,
.lc-helpfab__opt:focus-visible {
	background: #e7eef8;
}
.lc-helpfab__opt--wa {
	color: inherit;
	background: #e8f8ef;
}
.lc-helpfab__opt--wa:hover,
.lc-helpfab__opt--wa:focus-visible {
	background: #d9f3e5;
}
.lc-helpfab__ico {
	flex: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--lc-navy);
	color: #fff;
}
.lc-helpfab__ico--wa {
	background: #128c7e;
	color: #fff;
}
.lc-helpfab__opt-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
	padding-top: 1px;
}
.lc-helpfab__opt-copy strong {
	font-family: var(--lc-font-display);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--lc-navy);
}
.lc-helpfab__opt-copy em {
	font-style: normal;
	font-size: 12px;
	line-height: 1.35;
	color: #5b6472;
}
.lc-helpfab.is-open .lc-helpfab__btn {
	background: var(--lc-navy);
	box-shadow: 0 8px 20px rgba(0, 54, 129, 0.35);
}

/* Recorte das fotos institucionais 1.1.9 — rostos no centro. */
.lc-hero__media img {
	object-position: center 28%;
}
.lc-hero--partner .lc-hero__media img {
	object-position: center 22%;
}
.lc-hero--contact .lc-hero__media img {
	object-position: center 32%;
}
.lc-about__portrait img {
	object-position: center 42%;
}
.lc-stats__shot img {
	object-position: center 30%;
}
.lc-contact__bg img {
	object-position: center 38%;
}
.lc-footer__bg img {
	object-position: center 48%;
}
.lc-partner-benefits__shot img {
	object-position: center 36%;
}
.lc-partner-pull__media img {
	object-position: center 40%;
}
@media (max-width: 809px) {
	.lc-hero__media img {
		object-position: center 18%;
	}
}
