/* =========================================================
   Borracharia É Show — landing page
   ========================================================= */

/* As cores da marca ficam no :root para o painel conseguir sobrescrevê-las
   pelo estilo embutido que o WordPress injeta depois deste arquivo. */
:root {
	--bes-destaque: #f26722;
	--bes-destaque-rgb: 242, 103, 34;
	--bes-base: #1c1f24;
	--bes-base-rgb: 28, 31, 36;
}

.bes-root {
	--bes-papel: #f5f4f1;
	--bes-branco: #fff;
	--bes-tinta: var(--bes-base);
	--bes-tinta2: #5d636c;
	--bes-linha: rgba(var(--bes-base-rgb), .13);
	--bes-linha-forte: rgba(var(--bes-base-rgb), .22);

	/* Verde do WhatsApp: o tom vivo identifica a ação, o tom forte é o que
	   recebe texto branco em cima (passa no contraste mínimo de leitura). */
	--bes-wa: #25d366;
	--bes-wa-forte: #0b7d3e;
	--bes-wa-escuro: #096632;

	--bes-raio: 14px;
	--bes-raio-g: 22px;
	--bes-sombra: 0 1px 2px rgba(var(--bes-base-rgb), .05), 0 8px 24px -12px rgba(var(--bes-base-rgb), .18);
	--bes-sombra-alta: 0 18px 48px -20px rgba(var(--bes-base-rgb), .4);
	--bes-nav-h: 74px;
	--bes-ease: cubic-bezier(.22, .72, .24, 1);
	--bes-corpo: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--bes-titulo: "Archivo", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

	font-family: var(--bes-corpo);
	color: var(--bes-tinta);
	background: var(--bes-papel);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* o template próprio zera o corpo da página */
body.bes-body {
	margin: 0;
	padding: 0;
	background: var(--bes-papel);
}

.bes-root *,
.bes-root *::before,
.bes-root *::after { box-sizing: border-box; }

.bes-root img { max-width: 100%; height: auto; display: block; }
.bes-root a { color: inherit; text-decoration: none; }
.bes-root p { margin: 0 0 .9em; }
.bes-root ul, .bes-root ol { margin: 0; padding: 0; list-style: none; }
.bes-root h1, .bes-root h2, .bes-root h3 { margin: 0; font-family: var(--bes-titulo); font-weight: 800; letter-spacing: -.02em; line-height: 1.06; }
.bes-root blockquote { margin: 0; }

.bes-root :focus-visible {
	outline: 3px solid var(--bes-destaque);
	outline-offset: 3px;
	border-radius: 4px;
}

.bes-wrap {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

.bes-ico { width: 20px; height: 20px; flex: none; }

/* ---------------------------------------------------- tipografia */

.bes-h1 {
	font-size: clamp(2.15rem, 1.1rem + 3.9vw, 4.05rem);
	line-height: .99;
	letter-spacing: -.035em;
}

.bes-h2 {
	font-size: clamp(1.65rem, 1.05rem + 2.1vw, 2.7rem);
	line-height: 1.05;
	letter-spacing: -.03em;
}

.bes-mark {
	font-style: normal;
	color: var(--bes-destaque);
}

.bes-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font-family: var(--bes-titulo);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--bes-destaque);
}

.bes-eyebrow-live {
	padding: 7px 14px 7px 11px;
	background: rgba(var(--bes-destaque-rgb), .1);
	border-radius: 999px;
}

.bes-dot {
	width: 8px;
	height: 8px;
	flex: none;
	border-radius: 50%;
	background: var(--bes-destaque);
	box-shadow: 0 0 0 0 rgba(var(--bes-destaque-rgb), .55);
	animation: bes-pulso 2.4s infinite;
}

@keyframes bes-pulso {
	70% { box-shadow: 0 0 0 9px rgba(var(--bes-destaque-rgb), 0); }
	100% { box-shadow: 0 0 0 0 rgba(var(--bes-destaque-rgb), 0); }
}

.bes-lead {
	font-size: clamp(1.02rem, .95rem + .4vw, 1.2rem);
	color: var(--bes-tinta2);
	max-width: 54ch;
}

.bes-sec-txt { color: var(--bes-tinta2); max-width: 62ch; }
.bes-sec-txt p:last-child { margin-bottom: 0; }

/* -------------------------------------------------------- botões */

.bes-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: var(--bes-titulo);
	font-size: .97rem;
	font-weight: 700;
	letter-spacing: -.01em;
	cursor: pointer;
	transition: transform .18s var(--bes-ease), box-shadow .18s var(--bes-ease), background-color .18s ease, color .18s ease, border-color .18s ease;
	white-space: nowrap;
}

/* WhatsApp = verde. Sempre. É o que faz o visitante reconhecer a ação sem ler. */
.bes-btn-wa {
	background: var(--bes-wa-forte);
	color: #fff;
	box-shadow: 0 10px 26px -14px rgba(11, 125, 62, .95);
}
.bes-btn-wa:hover { background: var(--bes-wa-escuro); transform: translateY(-2px); }
.bes-btn-wa .bes-ico { color: #fff; }

/* laranja: cor da marca, para ações que não são WhatsApp */
.bes-btn-marca {
	background: var(--bes-destaque);
	color: #fff;
	box-shadow: 0 10px 24px -12px rgba(var(--bes-destaque-rgb), .9);
}
.bes-btn-marca:hover { filter: brightness(.93); transform: translateY(-2px); }

.bes-btn-ghost {
	background: transparent;
	color: var(--bes-tinta);
	border-color: var(--bes-linha-forte);
}
.bes-btn-ghost:hover { border-color: var(--bes-tinta); transform: translateY(-2px); }
.bes-btn-ghost .bes-ico { color: var(--bes-destaque); }

.bes-btn-sm { padding: 11px 18px; font-size: .88rem; }
.bes-btn-sm .bes-ico { width: 18px; height: 18px; }
.bes-btn-lg { padding: 18px 30px; font-size: 1.05rem; }
.bes-btn-full { width: 100%; }

/* pulso discreto: uma expansão lenta, não um pisca-pisca */
.bes-js .bes-btn-pulso { animation: bes-pulso-btn 3.8s var(--bes-ease) infinite; }
.bes-js .bes-btn-pulso:hover { animation-play-state: paused; }

@keyframes bes-pulso-btn {
	0%, 68%, 100% { box-shadow: 0 10px 26px -14px rgba(11, 125, 62, .95), 0 0 0 0 rgba(37, 211, 102, .42); }
	84% { box-shadow: 0 10px 26px -14px rgba(11, 125, 62, .95), 0 0 0 14px rgba(37, 211, 102, 0); }
}

.bes-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 30px 0 0;
}

.bes-sec-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 20px;
	margin-top: clamp(30px, 3.4vw, 46px);
	padding-top: clamp(26px, 3vw, 38px);
	border-top: 1px solid var(--bes-linha);
}
.bes-sec-cta-nota { font-size: .9rem; color: var(--bes-tinta2); }

/* --------------------------------------------------- faixa demo */

.bes-demo {
	display: block;
	position: relative;
	z-index: 60;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: repeating-linear-gradient(135deg, #ffca28 0 14px, #1c1f24 14px 28px);
	color: #fff;
	text-align: center;
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .9);
}

/* ------------------------------------------------------ navegação */

.bes-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(245, 244, 241, .88);
	backdrop-filter: saturate(1.6) blur(12px);
	-webkit-backdrop-filter: saturate(1.6) blur(12px);
	border-bottom: 1px solid transparent;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.bes-nav.is-scrolled {
	border-bottom-color: var(--bes-linha);
	background: rgba(245, 244, 241, .96);
	box-shadow: 0 10px 30px -24px rgba(var(--bes-base-rgb), .8);
}

.bes-nav-in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	height: var(--bes-nav-h);
}

.bes-logo { display: inline-flex; align-items: center; gap: 11px; }
.bes-logo-ico {
	width: 34px;
	height: 34px;
	color: var(--bes-destaque);
	stroke-width: 1.5;
	transition: transform .6s var(--bes-ease);
}
.bes-logo:hover .bes-logo-ico { transform: rotate(90deg); }
.bes-logo-txt { display: flex; flex-direction: column; line-height: 1.1; }
.bes-logo-txt strong {
	font-family: var(--bes-titulo);
	font-size: 1.04rem;
	font-weight: 800;
	letter-spacing: -.025em;
}
.bes-logo-txt small { font-size: .72rem; color: var(--bes-tinta2); letter-spacing: .01em; }

.bes-menu { display: flex; align-items: center; gap: 20px; }
.bes-menu-list { display: flex; align-items: center; gap: 24px; }
.bes-menu-list a {
	font-size: .93rem;
	font-weight: 500;
	color: var(--bes-tinta2);
	padding: 6px 0;
	position: relative;
	transition: color .18s ease;
}
.bes-menu-list a::after {
	content: "";
	position: absolute;
	left: 0; right: 100%; bottom: 0;
	height: 2px;
	background: var(--bes-destaque);
	transition: right .22s var(--bes-ease);
}
.bes-menu-list a:hover { color: var(--bes-tinta); }
.bes-menu-list a:hover::after { right: 0; }

.bes-burger {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--bes-linha-forte);
	border-radius: 12px;
	background: transparent;
	color: var(--bes-tinta);
	cursor: pointer;
}

/* ------------------------------------------------ redes sociais */

.bes-redes { display: flex; align-items: center; gap: 6px; }
.bes-redes a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: var(--bes-tinta2);
	transition: color .18s ease, background-color .18s ease, transform .18s var(--bes-ease);
}
.bes-redes a:hover { color: var(--bes-destaque); background: rgba(var(--bes-destaque-rgb), .1); transform: translateY(-2px); }
.bes-redes .bes-ico { width: 18px; height: 18px; }

.bes-redes-nav { padding-right: 4px; border-right: 1px solid var(--bes-linha); margin-right: 2px; }

.bes-redes-rodape { flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.bes-redes-rodape a {
	width: auto;
	height: auto;
	gap: 9px;
	padding: 9px 16px 9px 13px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	font-size: .86rem;
	font-weight: 600;
	color: #fff;
}
.bes-redes-rodape a:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .38); color: #fff; }

/* -------------------------------------- barra de atendimento */

.bes-barra {
	background: var(--bes-base);
	color: rgba(255, 255, 255, .78);
	font-size: .84rem;
}
.bes-barra-in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 26px;
	min-height: 44px;
	padding-block: 9px;
}
.bes-barra-item { display: inline-flex; align-items: center; gap: 8px; }
.bes-barra-item .bes-ico { width: 16px; height: 16px; color: var(--bes-destaque); }
.bes-barra-status { font-weight: 600; color: #fff; }
.bes-barra-status .bes-dot { background: var(--bes-wa); box-shadow: 0 0 0 0 rgba(37, 211, 102, .6); }
.bes-barra-tel { margin-left: auto; font-weight: 600; color: #fff; transition: color .18s ease; }
.bes-barra-tel:hover { color: var(--bes-destaque); }

/* ----------------------------------------------------------- hero */

.bes-hero {
	position: relative;
	padding: clamp(44px, 5vw, 86px) 0 clamp(64px, 6vw, 104px);
	overflow: hidden;
}
.bes-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(900px 460px at 88% -8%, rgba(var(--bes-destaque-rgb), .14), transparent 62%),
		radial-gradient(700px 420px at 6% 108%, rgba(var(--bes-base-rgb), .07), transparent 60%);
	pointer-events: none;
}

/* formas decorativas: presença sem atrapalhar a leitura */
.bes-deco { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.bes-deco span { position: absolute; display: block; }

.bes-deco-1 {
	top: -180px;
	right: -140px;
	width: 520px;
	height: 520px;
	border: 62px solid rgba(var(--bes-destaque-rgb), .07);
	border-radius: 50%;
}
.bes-deco-2 {
	bottom: -220px;
	left: -160px;
	width: 420px;
	height: 420px;
	border: 46px solid rgba(var(--bes-base-rgb), .05);
	border-radius: 50%;
}
.bes-deco-linhas {
	top: 18%;
	left: 38%;
	width: 300px;
	height: 300px;
	background: repeating-linear-gradient(135deg, rgba(var(--bes-base-rgb), .05) 0 1px, transparent 1px 13px);
	-webkit-mask-image: radial-gradient(closest-side, #000, transparent);
	mask-image: radial-gradient(closest-side, #000, transparent);
}

.bes-sem-textura .bes-deco { display: none; }

.bes-hero-in {
	position: relative;
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	gap: clamp(32px, 4vw, 64px);
	align-items: center;
}

.bes-lead { margin-top: 22px; }

.bes-trust {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 34px;
	padding-top: 26px;
	border-top: 1px solid var(--bes-linha);
}
.bes-trust li {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: .95rem;
	font-weight: 500;
	color: var(--bes-tinta);
}
.bes-trust .bes-ico { color: var(--bes-destaque); }

.bes-hero-media { position: relative; }

.bes-hero-foto {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: var(--bes-raio-g);
	overflow: hidden;
	background: #e8e6e1;
	box-shadow: var(--bes-sombra-alta);
}
.bes-hero-foto::after {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: 0;
	z-index: 2;
	height: 10px;
	background: repeating-linear-gradient(135deg, var(--bes-destaque) 0 12px, var(--bes-base) 12px 24px);
}

/* a foto é um pouco maior que a moldura: o parallax desliza dentro sem abrir borda */
.bes-hero-px {
	position: absolute;
	inset: -5% 0;
	display: block;
	height: 110%;
}
.bes-hero-px img,
.bes-hero-px .bes-ph { width: 100%; height: 100%; }

.bes-cover { width: 100%; height: 100%; object-fit: cover; }

.bes-selo-px { position: absolute; left: -18px; bottom: 34px; z-index: 3; }
.bes-selo {
	background: var(--bes-base);
	color: #fff;
	padding: 16px 22px;
	border-radius: 16px;
	box-shadow: var(--bes-sombra-alta);
	display: flex;
	flex-direction: column;
	line-height: 1.15;
	max-width: 230px;
}
.bes-selo strong {
	font-family: var(--bes-titulo);
	font-size: 1.9rem;
	font-weight: 800;
	color: var(--bes-destaque);
	letter-spacing: -.04em;
}
.bes-selo span { font-size: .82rem; color: rgba(255, 255, 255, .82); }

.bes-scroll {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: max-content;
	margin: clamp(34px, 4vw, 56px) auto 0;
	font-family: var(--bes-titulo);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--bes-tinta2);
	transition: color .18s ease;
}
.bes-scroll:hover { color: var(--bes-destaque); }
.bes-scroll .bes-ico { width: 17px; height: 17px; animation: bes-desce 2.6s var(--bes-ease) infinite; }

@keyframes bes-desce {
	0%, 100% { transform: translateY(0); opacity: .75; }
	50% { transform: translateY(5px); opacity: 1; }
}

/* ----------------------------------------- espaço reservado de foto */

.bes-ph {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 100%;
	min-height: 150px;
	padding: 18px;
	text-align: center;
	background:
		repeating-linear-gradient(135deg, rgba(var(--bes-base-rgb), .035) 0 10px, transparent 10px 20px),
		#eceae5;
	border: 1px dashed var(--bes-linha-forte);
	border-radius: inherit;
	color: var(--bes-tinta2);
}
.bes-ph-ico { width: 30px; height: 30px; opacity: .45; }
.bes-ph-label {
	font-family: var(--bes-titulo);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
	opacity: .72;
	max-width: 22ch;
}

/* ---------------------------------------------- faixa deslizante */

.bes-marquee {
	background: var(--bes-base);
	color: #fff;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, .07);
	border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.bes-marquee-in {
	display: flex;
	width: max-content;
	animation: bes-marquee 44s linear infinite;
}
.bes-marquee:hover .bes-marquee-in { animation-play-state: paused; }
.bes-marquee-lista { display: flex; align-items: center; }
.bes-marquee-lista li {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	height: 56px;
	padding-right: 30px;
	font-family: var(--bes-titulo);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	white-space: nowrap;
	color: rgba(255, 255, 255, .88);
}
.bes-marquee-ponto {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bes-destaque);
	margin-right: 14px;
}

@keyframes bes-marquee {
	to { transform: translate3d(-50%, 0, 0); }
}

/* --------------------------------------------------------- seções */

.bes-sec { padding: clamp(58px, 6.5vw, 108px) 0; }
.bes-sec, .bes-numeros, .bes-faixa { scroll-margin-top: calc(var(--bes-nav-h) + 14px); }
.bes-sec-head { max-width: 62ch; margin-bottom: clamp(34px, 3.6vw, 56px); }
.bes-sec-head-wide { max-width: 72ch; }
.bes-sec-head .bes-h2 { margin-bottom: 18px; }

.bes-empresas { background: var(--bes-branco); border-top: 1px solid var(--bes-linha); }

.bes-grid { display: grid; gap: 18px; }
.bes-grid-3 { grid-template-columns: repeat(3, 1fr); }

.bes-card {
	position: relative;
	overflow: hidden;
	background: var(--bes-papel);
	border: 1px solid var(--bes-linha);
	border-radius: var(--bes-raio);
	padding: 26px 24px 26px;
	transition: transform .26s var(--bes-ease), box-shadow .26s var(--bes-ease), border-color .26s ease, background-color .26s ease;
}
.bes-card:hover {
	transform: translateY(-4px);
	border-color: rgba(var(--bes-destaque-rgb), .35);
	background: var(--bes-branco);
	box-shadow: var(--bes-sombra);
}
.bes-card-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: 13px;
	background: var(--bes-base);
	color: var(--bes-destaque);
	transition: transform .3s var(--bes-ease), background-color .26s ease;
}
.bes-card:hover .bes-card-ico { transform: translateY(-2px) rotate(-6deg); background: var(--bes-destaque); color: #fff; }
.bes-card-ico .bes-ico { width: 23px; height: 23px; }
.bes-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.bes-card p { color: var(--bes-tinta2); font-size: .95rem; margin: 0; }

/* a linha laranja que cresce embaixo do cartão */
.bes-card-linha {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: var(--bes-destaque);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .34s var(--bes-ease);
}
.bes-card:hover .bes-card-linha { transform: scaleX(1); }

/* ------------------------------------------------------- serviços */

.bes-servicos { background: var(--bes-papel); }

.bes-grid-line { gap: 0; border-top: 1px solid var(--bes-linha); }
.bes-serv {
	display: flex;
	gap: 16px;
	padding: 28px 26px 28px 0;
	border-bottom: 1px solid var(--bes-linha);
	border-right: 1px solid var(--bes-linha);
}
.bes-grid-3 .bes-serv:nth-child(3n) { border-right: 0; padding-right: 0; }
.bes-grid-3 .bes-serv:not(:nth-child(3n)) { padding-right: 26px; }
.bes-grid-3 .bes-serv:nth-child(n + 2) { padding-left: 26px; }
.bes-grid-3 .bes-serv:nth-child(3n + 1) { padding-left: 0; }

.bes-serv-ico { color: var(--bes-destaque); padding-top: 2px; }
.bes-serv-ico .bes-ico { width: 26px; height: 26px; }
.bes-serv h3 { font-size: 1.06rem; margin-bottom: 6px; }
.bes-serv p { color: var(--bes-tinta2); font-size: .93rem; margin: 0; }

/* cartões com foto */
.bes-serv-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.bes-serv-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--bes-branco);
	border: 1px solid var(--bes-linha);
	border-radius: var(--bes-raio-g);
	transition: transform .26s var(--bes-ease), box-shadow .26s var(--bes-ease), border-color .26s ease;
}
.bes-serv-card:hover {
	transform: translateY(-4px);
	border-color: rgba(var(--bes-destaque-rgb), .35);
	box-shadow: var(--bes-sombra);
}
.bes-serv-capa {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eceae5;
}
.bes-serv-capa img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--bes-ease); }
.bes-serv-card:hover .bes-serv-capa img { transform: scale(1.05); }
.bes-serv-capa .bes-ph { border-radius: 0; border: 0; }

.bes-serv-capa-ico {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background:
		repeating-linear-gradient(135deg, rgba(var(--bes-base-rgb), .04) 0 10px, transparent 10px 20px),
		var(--bes-papel);
	color: var(--bes-destaque);
}
.bes-serv-capa-ico .bes-ico { width: 46px; height: 46px; stroke-width: 1.3; }

.bes-serv-corpo { position: relative; padding: 24px 22px 26px; }
.bes-serv-corpo .bes-serv-ico {
	position: absolute;
	top: -26px;
	left: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--bes-base);
	color: var(--bes-destaque);
	padding: 0;
	box-shadow: var(--bes-sombra);
	transition: transform .3s var(--bes-ease), background-color .26s ease, color .26s ease;
}
.bes-serv-card:hover .bes-serv-corpo .bes-serv-ico { transform: translateY(-3px) rotate(-6deg); background: var(--bes-destaque); color: #fff; }
.bes-serv-corpo .bes-serv-ico .bes-ico { width: 23px; height: 23px; }
.bes-serv-corpo h3 { margin: 30px 0 8px; font-size: 1.1rem; }
.bes-serv-corpo p { margin: 0; color: var(--bes-tinta2); font-size: .93rem; }

.bes-serv-card.is-sem-foto .bes-serv-capa { aspect-ratio: 16 / 7; }

/* -------------------------------------------------------- galeria */

.bes-galeria {
	background: var(--bes-branco);
	border-top: 1px solid var(--bes-linha);
	overflow: hidden;
}

.bes-carousel { position: relative; }

/* a imagem quase encosta na lateral da tela: dá escala à oficina */
.bes-track {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding-block: 6px 4px;
	padding-inline: max(24px, calc((100% - 1440px) / 2));
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
}
.bes-track::-webkit-scrollbar { display: none; }
.bes-track.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }

.bes-slide {
	flex: 0 0 calc((100% - 36px) / 3);
	margin: 0;
	scroll-snap-align: start;
	position: relative;
	transition: opacity .5s var(--bes-ease);
}
.bes-js .bes-slide { opacity: .72; }
.bes-js .bes-slide.is-on { opacity: 1; }

.bes-slide > img,
.bes-slide > .bes-ph,
.bes-foto-btn {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: var(--bes-raio);
	overflow: hidden;
	background: #eceae5;
}
.bes-slide img { object-fit: cover; height: 100%; }

.bes-foto-btn {
	position: relative;
	padding: 0;
	border: 0;
	cursor: zoom-in;
	appearance: none;
}
.bes-foto-btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform .7s var(--bes-ease);
}
.bes-js .bes-slide.is-on .bes-foto-btn img { transform: scale(1); }
.bes-foto-btn:hover img { transform: scale(1.055); }

.bes-zoom {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(var(--bes-base-rgb), .62);
	color: #fff;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity .2s ease, transform .2s ease;
	backdrop-filter: blur(4px);
}
.bes-foto-btn:hover .bes-zoom,
.bes-foto-btn:focus-visible .bes-zoom { opacity: 1; transform: translateY(0); }

.bes-legenda {
	display: block;
	margin-top: 12px;
	font-size: .87rem;
	font-weight: 500;
	color: var(--bes-tinta2);
	transform: translateY(4px);
	opacity: .6;
	transition: transform .5s var(--bes-ease), opacity .5s var(--bes-ease);
}
.bes-js .bes-slide.is-on .bes-legenda { transform: none; opacity: 1; }

.bes-seta {
	position: absolute;
	top: calc(50% - 34px);
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border: 1px solid var(--bes-linha);
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	color: var(--bes-tinta);
	box-shadow: var(--bes-sombra);
	cursor: pointer;
	z-index: 3;
	transition: background-color .18s ease, color .18s ease, transform .18s ease, opacity .18s ease;
}
.bes-seta:hover { background: var(--bes-base); color: #fff; }
.bes-seta[disabled] { opacity: 0; pointer-events: none; }
.bes-seta-prev { left: max(10px, calc((100% - 1440px) / 2 - 54px)); }
.bes-seta-next { right: max(10px, calc((100% - 1440px) / 2 - 54px)); }

.bes-gal-pe {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	max-width: 1180px;
	margin: 26px auto 0;
	padding: 0 24px;
}

.bes-gal-conta {
	font-family: var(--bes-titulo);
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .08em;
	color: var(--bes-tinta2);
	font-variant-numeric: tabular-nums;
}
.bes-gal-conta b { color: var(--bes-destaque); }

.bes-dots { display: flex; gap: 8px; }
.bes-dot-btn {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--bes-linha-forte);
	cursor: pointer;
	transition: width .25s var(--bes-ease), background-color .25s ease;
}
.bes-dot-btn.is-on { width: 26px; background: var(--bes-destaque); }

/* barra de progresso do automático */
.bes-gal-barra {
	flex: 1;
	height: 2px;
	background: var(--bes-linha);
	border-radius: 2px;
	overflow: hidden;
}
.bes-gal-barra i {
	display: block;
	height: 100%;
	width: 100%;
	background: var(--bes-destaque);
	transform: scaleX(0);
	transform-origin: left center;
}
.bes-gal-barra.is-correndo i { animation: bes-barra var(--bes-t, 5s) linear forwards; }
.bes-gal-barra.is-pausada i { animation-play-state: paused; }

@keyframes bes-barra {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

/* mosaico */
.bes-mosaico {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.bes-mos-item { position: relative; }
.bes-mos-item > img,
.bes-mos-item > .bes-ph,
.bes-mos-item .bes-foto-btn {
	aspect-ratio: 1 / 1;
	border-radius: var(--bes-raio);
	overflow: hidden;
	width: 100%;
}
.bes-mos-item .bes-foto-btn img { transform: none; }
.bes-mos-item .bes-legenda { transform: none; opacity: 1; }
.bes-mos-item:nth-child(7n + 1) { grid-column: span 2; grid-row: span 2; }
.bes-mos-item:nth-child(7n + 1) > img,
.bes-mos-item:nth-child(7n + 1) > .bes-ph,
.bes-mos-item:nth-child(7n + 1) .bes-foto-btn { aspect-ratio: 1 / 1; height: 100%; }

.bes-aviso-admin {
	margin: 26px 0 0;
	padding: 12px 16px;
	border: 1px dashed var(--bes-destaque);
	border-radius: 10px;
	background: rgba(var(--bes-destaque-rgb), .07);
	font-size: .88rem;
	color: var(--bes-tinta2);
}
.bes-aviso-admin a { color: var(--bes-destaque); font-weight: 600; text-decoration: underline; }

/* --------------------------------------------------------- números */

.bes-numeros {
	position: relative;
	overflow: hidden;
	padding: clamp(50px, 5.4vw, 88px) 0;
	background: var(--bes-base);
	color: #fff;
}
.bes-numeros::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(680px 300px at 88% -20%, rgba(var(--bes-destaque-rgb), .22), transparent 62%);
	pointer-events: none;
}
.bes-numeros-titulo {
	position: relative;
	margin-bottom: 40px;
	font-size: clamp(1.4rem, 1rem + 1.4vw, 2rem);
}
.bes-nums {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}
.bes-num-item { padding-left: 24px; border-left: 1px solid rgba(255, 255, 255, .14); }
.bes-num-item:first-child { padding-left: 0; border-left: 0; }

.bes-num { display: flex; align-items: baseline; gap: 2px; font-family: var(--bes-titulo); line-height: 1; }
.bes-num b {
	font-size: clamp(2.4rem, 1.3rem + 3.4vw, 3.7rem);
	font-weight: 800;
	letter-spacing: -.045em;
	color: var(--bes-destaque);
	font-variant-numeric: tabular-nums;
}
.bes-num i {
	font-style: normal;
	font-size: clamp(1.2rem, .9rem + 1vw, 1.7rem);
	font-weight: 800;
	color: var(--bes-destaque);
}
.bes-num-item strong {
	display: block;
	margin-top: 12px;
	font-family: var(--bes-titulo);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}
.bes-num-txt { display: block; margin-top: 7px; font-size: .88rem; color: rgba(255, 255, 255, .62); }

/* ------------------------------------------------------- parceria */

.bes-parceria { background: var(--bes-papel); }

.bes-passos-caixa { position: relative; }

.bes-passos-trilho {
	position: absolute;
	top: 8px;
	left: 9px;
	right: 9px;
	height: 2px;
	background: var(--bes-linha-forte);
	border-radius: 2px;
	overflow: hidden;
}
.bes-passos-trilho i {
	display: block;
	height: 100%;
	background: var(--bes-destaque);
	transform: scaleX(var(--bes-prog, 0));
	transform-origin: left center;
}

.bes-passos {
	display: grid;
	grid-template-columns: repeat(var(--bes-passos, 4), minmax(0, 1fr));
	gap: 22px;
}
.bes-passo { position: relative; padding-top: 38px; }

.bes-passo-marca {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--bes-papel);
	border: 2px solid var(--bes-linha-forte);
	transition: border-color .35s var(--bes-ease), background-color .35s var(--bes-ease), box-shadow .35s var(--bes-ease);
}
.bes-passo.is-on .bes-passo-marca {
	border-color: var(--bes-destaque);
	background: var(--bes-destaque);
	box-shadow: 0 0 0 5px rgba(var(--bes-destaque-rgb), .16);
}

.bes-passo-n {
	display: block;
	font-family: var(--bes-titulo);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .14em;
	color: var(--bes-tinta2);
	margin-bottom: 10px;
	transition: color .35s ease;
}
.bes-passo.is-on .bes-passo-n { color: var(--bes-destaque); }
.bes-passo h3 { font-size: 1.1rem; margin-bottom: 8px; }
.bes-passo p { color: var(--bes-tinta2); font-size: .93rem; margin: 0; }

/* --------------------------------------------------------- porque */

.bes-porque { background: var(--bes-branco); border-top: 1px solid var(--bes-linha); }

.bes-vantagens {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px 44px;
}
.bes-vantagens li { display: flex; gap: 14px; }
.bes-ico-check { color: var(--bes-destaque); width: 24px; height: 24px; margin-top: 2px; }
.bes-vantagens h3 { font-size: 1.05rem; margin-bottom: 5px; }
.bes-vantagens p { color: var(--bes-tinta2); font-size: .93rem; margin: 0; }

/* ---------------------------------------------------- prova social */

.bes-provas { background: var(--bes-papel); border-top: 1px solid var(--bes-linha); }

.bes-depos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.bes-depo {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 30px 26px 26px;
	background: var(--bes-branco);
	border: 1px solid var(--bes-linha);
	border-radius: var(--bes-raio-g);
	transition: transform .26s var(--bes-ease), box-shadow .26s var(--bes-ease), border-color .26s ease;
}
.bes-depo:hover { transform: translateY(-4px); border-color: rgba(var(--bes-destaque-rgb), .3); box-shadow: var(--bes-sombra); }

.bes-depo-aspas { position: absolute; top: 18px; right: 20px; color: rgba(var(--bes-destaque-rgb), .2); }
.bes-depo-aspas .bes-ico { width: 34px; height: 34px; }

.bes-notas { display: inline-flex; gap: 3px; margin-bottom: 14px; }
.bes-nota .bes-ico { width: 16px; height: 16px; color: var(--bes-linha-forte); }
.bes-nota.is-on .bes-ico { color: #f5a524; }

.bes-depo blockquote { flex: 1; }
.bes-depo blockquote p { margin: 0; font-size: 1rem; color: var(--bes-tinta); line-height: 1.6; }

.bes-depo-quem {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 22px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--bes-linha);
}
.bes-depo-foto,
.bes-depo-inicial {
	width: 44px;
	height: 44px;
	flex: none;
	border-radius: 50%;
	object-fit: cover;
}
.bes-depo-inicial {
	display: grid;
	place-items: center;
	background: var(--bes-base);
	color: var(--bes-destaque);
	font-family: var(--bes-titulo);
	font-size: 1.1rem;
	font-weight: 800;
}
.bes-depo-quem figcaption { display: flex; flex-direction: column; line-height: 1.3; }
.bes-depo-quem strong { font-family: var(--bes-titulo); font-size: .96rem; }
.bes-depo-quem span { font-size: .85rem; color: var(--bes-tinta2); }

.bes-logos { margin-top: clamp(34px, 4vw, 56px); padding-top: clamp(28px, 3vw, 40px); border-top: 1px solid var(--bes-linha); }
.bes-logos h3 {
	margin-bottom: 22px;
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--bes-tinta2);
}
.bes-logos-lista {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 40px;
}
.bes-logos-lista li { display: flex; align-items: center; }
.bes-logo-img {
	max-height: 46px;
	width: auto;
	filter: grayscale(1);
	opacity: .6;
	transition: filter .26s ease, opacity .26s ease;
}
.bes-logos-lista li:hover .bes-logo-img { filter: none; opacity: 1; }

/* ---------------------------------------------------- faixa de CTA */

.bes-faixa {
	background: var(--bes-base);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.bes-faixa::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(720px 320px at 82% 120%, rgba(var(--bes-destaque-rgb), .28), transparent 60%);
}
.bes-faixa-in {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	padding: clamp(44px, 5vw, 76px) 24px;
}
.bes-h2-invert { color: #fff; max-width: 20ch; }
.bes-faixa p { color: rgba(255, 255, 255, .74); margin: 14px 0 0; max-width: 46ch; }

.bes-faixa-acoes { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.bes-faixa-tel { font-size: .88rem; color: rgba(255, 255, 255, .62); transition: color .18s ease; }
.bes-faixa-tel strong { color: #fff; }
.bes-faixa-tel:hover { color: #fff; }

/* -------------------------------------------------------- contato */

.bes-contato { background: var(--bes-papel); }
.bes-contato-in {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: clamp(26px, 3vw, 52px);
	align-items: start;
}

.bes-form-box {
	background: var(--bes-branco);
	border: 1px solid var(--bes-linha);
	border-radius: var(--bes-raio-g);
	padding: clamp(26px, 3vw, 42px);
	box-shadow: var(--bes-sombra);
}
.bes-form-box .bes-h2 { margin-bottom: 14px; }

/* atalho: quem não quer preencher nada vai direto para o WhatsApp */
.bes-atalho {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 18px;
	margin-top: 24px;
	padding: 16px 18px;
	background: rgba(37, 211, 102, .09);
	border: 1px solid rgba(11, 125, 62, .2);
	border-radius: var(--bes-raio);
}
.bes-atalho > span { font-size: .94rem; font-weight: 600; }

.bes-atalho-ou {
	position: relative;
	margin: 22px 0 0;
	text-align: center;
}
.bes-atalho-ou::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--bes-linha);
}
.bes-atalho-ou span {
	position: relative;
	padding: 0 14px;
	background: var(--bes-branco);
	font-size: .82rem;
	color: var(--bes-tinta2);
}

.bes-form { margin-top: 24px; }

.bes-campo { margin-bottom: 16px; }
.bes-campo-linha { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bes-campo label {
	display: block;
	margin-bottom: 7px;
	font-size: .84rem;
	font-weight: 600;
	color: var(--bes-tinta);
}
.bes-campo label span { color: var(--bes-destaque); }

.bes-campo input,
.bes-campo select,
.bes-campo textarea {
	width: 100%;
	padding: 13px 15px;
	font: inherit;
	font-size: .95rem;
	color: var(--bes-tinta);
	background: var(--bes-papel);
	border: 1px solid var(--bes-linha-forte);
	border-radius: 11px;
	transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
	appearance: none;
}
.bes-campo textarea { resize: vertical; min-height: 88px; }
.bes-campo select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235d636c' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 17px;
	padding-right: 40px;
}
.bes-campo input:focus,
.bes-campo select:focus,
.bes-campo textarea:focus {
	outline: none;
	background: #fff;
	border-color: var(--bes-destaque);
	box-shadow: 0 0 0 4px rgba(var(--bes-destaque-rgb), .14);
}
.bes-campo input.is-erro,
.bes-campo select.is-erro,
.bes-campo textarea.is-erro { border-color: #dc2626; background: #fff6f6; }

.bes-form-nota { margin: 12px 0 0; font-size: .8rem; color: var(--bes-tinta2); text-align: center; }
.bes-form-erro {
	margin: 12px 0 0;
	padding: 10px 14px;
	border-radius: 10px;
	background: #fdecec;
	color: #b42318;
	font-size: .87rem;
	font-weight: 500;
}

.bes-info-list { display: flex; flex-direction: column; gap: 4px; margin-bottom: 22px; }
.bes-info-list li {
	display: flex;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid var(--bes-linha);
}
.bes-info-list li:first-child { padding-top: 0; }
.bes-info-list .bes-ico { color: var(--bes-destaque); margin-top: 3px; }
.bes-info-list strong {
	display: block;
	font-family: var(--bes-titulo);
	font-size: .78rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--bes-tinta);
	margin-bottom: 5px;
}
.bes-info-list span,
.bes-info-list a { display: block; color: var(--bes-tinta2); font-size: .95rem; }
.bes-info-list a { color: var(--bes-destaque); font-weight: 600; }

/* régua dos sete dias */
.bes-dias { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.bes-dias li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	min-width: 44px;
	padding: 7px 6px;
	border-radius: 9px;
	background: rgba(var(--bes-destaque-rgb), .08);
	border: 1px solid rgba(var(--bes-destaque-rgb), .16);
}
.bes-dias span { font-size: .7rem; color: var(--bes-tinta2); letter-spacing: .04em; }
.bes-dias b { font-family: var(--bes-titulo); font-size: .76rem; color: var(--bes-destaque); }

.bes-mapa {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: var(--bes-raio-g);
	overflow: hidden;
	border: 1px solid var(--bes-linha);
	background: #eceae5;
}
.bes-mapa iframe { width: 100%; height: 100%; border: 0; display: block; }
.bes-ph-mapa { border-radius: var(--bes-raio-g); }

.bes-rota { margin-top: 14px; background: var(--bes-branco); }

/* --------------------------------------------------------- rodapé */

.bes-rodape { background: var(--bes-base); color: rgba(255, 255, 255, .72); padding: clamp(46px, 5vw, 72px) 0 0; }

.bes-rodape-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px 30px;
	margin-bottom: clamp(38px, 4vw, 58px);
	padding: clamp(24px, 3vw, 34px) clamp(24px, 3vw, 38px);
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: var(--bes-raio-g);
}
.bes-rodape-cta h2 {
	font-size: clamp(1.3rem, 1rem + 1.2vw, 1.85rem);
	color: #fff;
	max-width: 24ch;
}

.bes-rodape-in {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr 1.1fr;
	gap: 40px;
	padding-bottom: 46px;
}
.bes-logo-inv .bes-logo-txt strong { color: #fff; }
.bes-logo-inv .bes-logo-txt small { color: rgba(255, 255, 255, .55); }
.bes-rodape-col > p { margin: 18px 0 0; font-size: .93rem; max-width: 42ch; }
.bes-rodape-col h3 {
	font-size: .78rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 16px;
}
.bes-rodape-col ul { display: flex; flex-direction: column; gap: 9px; font-size: .93rem; }
.bes-rodape-col a { transition: color .18s ease; }
.bes-rodape-col a:hover { color: var(--bes-destaque); }

.bes-rodape-fim {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 22px;
	padding-bottom: 26px;
	border-top: 1px solid rgba(255, 255, 255, .13);
	font-size: .82rem;
	color: rgba(255, 255, 255, .55);
}
.bes-rodape-fim a:hover { color: #fff; }

/* ------------------------------------------------ botão flutuante */

.bes-wa-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 60;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 20px 14px 16px;
	border-radius: 999px;
	background: var(--bes-wa-forte);
	color: #fff;
	font-family: var(--bes-titulo);
	font-size: .93rem;
	font-weight: 700;
	box-shadow: 0 14px 32px -12px rgba(11, 125, 62, .95);
	transition: transform .32s var(--bes-ease), opacity .32s var(--bes-ease), background-color .2s ease, padding .32s var(--bes-ease);
}
.bes-wa-float:hover { background: var(--bes-wa-escuro); }
.bes-wa-float .bes-ico { width: 23px; height: 23px; }

.bes-js .bes-wa-float {
	opacity: 0;
	transform: translateY(16px) scale(.86);
	pointer-events: none;
}
.bes-js .bes-wa-float.is-visivel {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}
.bes-js .bes-wa-float.is-visivel:hover { transform: translateY(-2px); }

.bes-wa-float-txt {
	max-width: 14em;
	overflow: hidden;
	white-space: nowrap;
	transition: max-width .34s var(--bes-ease), opacity .24s ease, margin .34s var(--bes-ease);
}
.bes-js .bes-wa-float.is-compacto { padding: 15px; }
.bes-js .bes-wa-float.is-compacto .bes-wa-float-txt {
	max-width: 0;
	opacity: 0;
	margin-left: -10px;
}

/* -------------------------------------------------------- lightbox */

.bes-lb {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: grid;
	place-items: center;
	padding: 20px;
}
.bes-lb[hidden] { display: none; }
.bes-lb-fundo { position: absolute; inset: 0; background: rgba(12, 14, 17, .92); cursor: zoom-out; }
.bes-lb-caixa {
	position: relative;
	max-width: min(1100px, 94vw);
	width: 100%;
	display: grid;
	place-items: center;
}
.bes-lb-fig { margin: 0; text-align: center; }
.bes-lb-fig img {
	max-width: 100%;
	max-height: 80vh;
	width: auto;
	border-radius: 12px;
	box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .9);
}
.bes-lb-fig figcaption { margin-top: 14px; color: rgba(255, 255, 255, .82); font-size: .92rem; }

.bes-lb-x,
.bes-lb-seta {
	position: absolute;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	cursor: pointer;
	transition: background-color .18s ease;
}
.bes-lb-x:hover,
.bes-lb-seta:hover { background: rgba(255, 255, 255, .24); }
.bes-lb-x { top: -58px; right: 0; }
.bes-lb-prev { left: -62px; top: calc(50% - 23px); }
.bes-lb-next { right: -62px; top: calc(50% - 23px); }

/* ------------------------------------------------------- animação */

.bes-js [data-anim] {
	opacity: 0;
	transition:
		opacity .72s var(--bes-ease) var(--bes-d, 0ms),
		transform .72s var(--bes-ease) var(--bes-d, 0ms);
}
.bes-js [data-anim="up"] { transform: translate3d(0, 26px, 0); }
.bes-js [data-anim="left"] { transform: translate3d(-34px, 0, 0); }
.bes-js [data-anim="right"] { transform: translate3d(34px, 0, 0); }
.bes-js [data-anim="scale"] { transform: scale(.945); }
.bes-js [data-anim="fade"] { transform: none; }

.bes-js [data-anim].is-in { opacity: 1; transform: none; }

/* Rede de segurança: se o JavaScript principal não rodar, nada pode ficar
   escondido. Uma landing precisa ser legível mesmo com o script fora do ar. */
.bes-sem-anim [data-anim],
.bes-sem-anim .bes-slide {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}
.bes-sem-anim .bes-wa-float {
	opacity: 1 !important;
	transform: none !important;
	pointer-events: auto !important;
}
.bes-sem-anim .bes-passos-trilho i { transform: scaleX(1); }

/* só o que realmente se move durante a rolagem ganha uma camada própria */
.bes-js .bes-px { will-change: transform; }

/* ----------------------------------------------- barra do WordPress */

body.admin-bar .bes-nav { top: 32px; }

/* ---------------------------------------------------- responsivo */

@media (max-width: 1180px) {
	.bes-seta-prev { left: 10px; }
	.bes-seta-next { right: 10px; }
}

@media (max-width: 1080px) {
	.bes-slide { flex-basis: calc((100% - 18px) / 2); }
	.bes-mosaico { grid-template-columns: repeat(3, 1fr); }
	.bes-serv-grid { grid-template-columns: repeat(2, 1fr); }
	.bes-depos { grid-template-columns: repeat(2, 1fr); }
	.bes-rodape-in { grid-template-columns: 1.6fr 1fr 1fr; }
	.bes-rodape-col:last-child { grid-column: 2 / -1; }
}

@media (max-width: 960px) {
	.bes-hero-in { grid-template-columns: 1fr; gap: 40px; }
	.bes-hero-media { max-width: 520px; }
	.bes-hero-foto { aspect-ratio: 4 / 3; }
	.bes-selo-px { left: auto; right: 18px; bottom: -20px; }

	.bes-grid-3 { grid-template-columns: repeat(2, 1fr); }
	.bes-grid-3 .bes-serv { padding: 24px !important; border-right: 1px solid var(--bes-linha); }
	.bes-grid-3 .bes-serv:nth-child(2n) { border-right: 0; }

	.bes-nums { grid-template-columns: repeat(2, 1fr); gap: 30px 26px; }
	.bes-num-item:nth-child(odd) { padding-left: 0; border-left: 0; }

	.bes-passos { grid-template-columns: repeat(2, 1fr); gap: 30px 26px; }
	.bes-passos-trilho { display: none; }

	.bes-contato-in { grid-template-columns: 1fr; }
	.bes-faixa-in { flex-direction: column; align-items: flex-start; }
	.bes-faixa-acoes { align-items: flex-start; width: 100%; }
	.bes-rodape-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 860px) {
	.bes-menu {
		position: fixed;
		inset: var(--bes-nav-h) 0 auto 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px 20px 22px;
		background: var(--bes-papel);
		border-bottom: 1px solid var(--bes-linha);
		box-shadow: var(--bes-sombra-alta);
		transform: translateY(-12px);
		opacity: 0;
		visibility: hidden;
		transition: opacity .2s ease, transform .2s ease, visibility .2s;
	}
	body.admin-bar .bes-menu { top: calc(var(--bes-nav-h) + 32px); }
	.bes-menu.is-open { opacity: 1; visibility: visible; transform: none; }
	.bes-menu-list { flex-direction: column; align-items: stretch; gap: 0; }
	.bes-menu-list a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--bes-linha); font-size: 1rem; }
	.bes-menu-list a::after { display: none; }
	.bes-menu .bes-btn { margin-top: 16px; width: 100%; }
	.bes-burger { display: inline-flex; }
	.bes-redes-nav { justify-content: center; margin: 14px 0 0; padding: 0; border: 0; }
}

@media (max-width: 720px) {
	.bes-wrap { padding: 0 20px; }

	.bes-barra-in { gap: 6px 18px; font-size: .8rem; }
	.bes-barra-tel { margin-left: 0; }

	.bes-grid-3 { grid-template-columns: 1fr; }
	.bes-grid-3 .bes-serv,
	.bes-grid-3 .bes-serv:nth-child(2n) { border-right: 0; padding: 22px 0 !important; }
	.bes-vantagens { grid-template-columns: 1fr; gap: 18px; }

	/* serviços viram um trilho horizontal: passa o dedo e vê tudo */
	.bes-serv-grid {
		display: flex;
		gap: 14px;
		margin-inline: -20px;
		padding: 4px 20px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
	}
	.bes-serv-grid::-webkit-scrollbar { display: none; }
	.bes-serv-card { flex: 0 0 78%; scroll-snap-align: start; }

	.bes-depos {
		display: flex;
		grid-template-columns: none;
		gap: 14px;
		margin-inline: -20px;
		padding: 4px 20px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
	}
	.bes-depos::-webkit-scrollbar { display: none; }
	.bes-depo { flex: 0 0 84%; scroll-snap-align: start; }

	.bes-nums { grid-template-columns: repeat(2, 1fr); gap: 26px 18px; }
	.bes-num-item { padding-left: 18px; }

	.bes-passos { grid-template-columns: 1fr; gap: 0; }
	.bes-passos-caixa { padding-left: 30px; }
	.bes-passos-trilho {
		display: block;
		top: 8px;
		bottom: 10px;
		left: -21px;
		right: auto;
		width: 2px;
		height: auto;
	}
	.bes-passos-trilho i {
		width: 100%;
		height: 100%;
		transform: scaleY(var(--bes-prog, 0));
		transform-origin: center top;
	}
	.bes-passo { padding: 0 0 30px; }
	.bes-passo:last-child { padding-bottom: 0; }
	.bes-passo-marca { left: -30px; top: 0; }
	.bes-passo-n { margin-bottom: 6px; }

	.bes-mosaico { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.bes-mos-item:nth-child(7n + 1) { grid-column: span 2; grid-row: auto; }
	.bes-campo-linha { grid-template-columns: 1fr; gap: 0; }
	.bes-rodape-in { grid-template-columns: 1fr 1fr; }
	.bes-rodape-col:first-child { grid-column: 1 / -1; }
	.bes-rodape-col:last-child { grid-column: 1 / -1; }
	.bes-rodape-fim { flex-direction: column; align-items: flex-start; gap: 8px; }

	.bes-seta { display: none; }
	.bes-slide { flex-basis: 84%; }
	.bes-track { gap: 12px; padding-inline: 20px; }
	.bes-gal-pe { padding: 0 20px; gap: 14px; }

	.bes-cta-row { flex-direction: column; align-items: stretch; }
	.bes-btn { width: 100%; }
	.bes-btn-sm { width: auto; }
	.bes-sec-cta .bes-btn { width: 100%; }
	.bes-atalho { flex-direction: column; align-items: stretch; text-align: center; }
	.bes-atalho .bes-btn-sm { width: 100%; }

	.bes-wa-float {
		right: 16px;
		bottom: 16px;
		padding: 15px;
	}
	.bes-wa-float-txt { display: none; }
	.bes-wa-float .bes-ico { width: 26px; height: 26px; }

	.bes-lb-x { top: -54px; right: 0; }
	.bes-lb-prev { left: 2px; }
	.bes-lb-next { right: 2px; }
	.bes-lb-fig img { max-height: 70vh; }
}

@media (max-width: 782px) {
	body.admin-bar .bes-nav { top: 0; }
}

@media (max-width: 480px) {
	.bes-serv-card { flex-basis: 86%; }
	.bes-depo { flex-basis: 90%; }
	.bes-rodape-in { grid-template-columns: 1fr; }
	.bes-logos-lista { gap: 16px 26px; }
	.bes-dias li { min-width: 40px; }
}

@media (prefers-reduced-motion: reduce) {
	.bes-root *,
	.bes-root *::before,
	.bes-root *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
	.bes-js [data-anim] { opacity: 1; transform: none; }
	.bes-js .bes-slide { opacity: 1; }
	.bes-js .bes-wa-float { opacity: 1; transform: none; pointer-events: auto; }
	.bes-marquee-in { animation: none; }
	.bes-js .bes-px { will-change: auto; }
}

@media print {
	.bes-nav, .bes-wa-float, .bes-seta, .bes-dots, .bes-lb, .bes-marquee, .bes-scroll { display: none !important; }
}
