body {
	margin: 0;
	font-family: 'Inter', Arial, Helvetica, sans-serif;
}

header {
	font-size: 10px !important;
}

.area-logo {
	width: 40%;
	height: 0em;
	position: relative;
	border: solid 2em transparent;
	border-bottom: solid 14em #0038A8;
	border-left-width: 0px;
	border-top: none;
	float: left;
	z-index: 999;
}

.area-logo>img {
	height: 15em;
	width: auto;
	max-width: 100%;
	padding-top: 0;
	margin: 1em auto 0;
}

.area-mais {
	position: relative;
	height: 8em;
	width: 100%;
	background-color: white;
}

.area-mais>img {
	padding-top: 1.5em;
	padding-left: 4em;
	height: 7em;
}

.area-corres {
	position: relative;
	height: 6em;
	width: 100%;
	background-color: #F9DD16;
}

.area-corres>div>h3,
.area-corres>div>p {
	color: #0038A8;
	padding-top: 0.2em;
	padding-left: 2em;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.15;
	margin-bottom: 0;
}

.grupo-nome {
	color: white;
	font-size: 2em;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.6em 0.5em 0.3em;
	border-bottom: 2px solid rgba(255,255,255,0.45);
	margin: 0 1em 0.4em;
}

nav {
	background-color: #0038A8 !important;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3em;
}

.menu-top {
	position: relative;
	height: 2.5em;
	width: 100%;
	background-color: #0038A8;
}

#carouselApresentacao {
	background-color: #F9DD16;
}

.carousel-caption {
	max-width: 42%;
	width: 100%;
	left: 4%;
	right: auto;
	bottom: auto;
	text-align: left;
	padding: 0.5rem 0.75rem;
	z-index: 20;
	position: absolute;
}

/* Controles prev/next: largura reduzida para não sobrepor o caption */
.carousel-control-prev,
.carousel-control-next {
	width: 8%;
	z-index: 15;
}

.carousel-item > img,
.carousel-item > svg {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.titulo-secao {
	color: #0038A8;
	font-weight: 900;
	letter-spacing: -0.01em;
	padding-bottom: 0.4rem;
	margin: 0 auto 2.5rem;
	display: inline-block;
	position: relative;
}
.titulo-secao::after {
	content: '';
	display: block;
	width: 3rem;
	height: 4px;
	background: #F9DD16;
	border-radius: 2px;
	margin: 0.45rem auto 0;
}

.text-color {
	color: #0038A8 !important;
}

.secao-grupo {
	background: #fff;
	padding: 2rem 0 1.5rem;
	border-bottom: 3px solid #F9DD16;
}

.grupo-divider {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.grupo-divider::before,
.grupo-divider::after {
	content: '';
	flex: 1;
	height: 2px;
	background: #0038A8;
}

.grupo-divider span {
	color: #0038A8;
	font-weight: 900;
	font-size: 1rem;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.empresa-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	border: 1.5px solid #d0d5df;
	border-radius: 0.75rem;
	padding: 1.25rem 1.5rem;
	background: #fff;
}

.empresa-sep {
	width: 1px;
	height: 56px;
	background: #ccc;
	flex-shrink: 0;
}

.empresa-nome {
	font-size: 1.35rem;
	font-weight: 900;
	color: #0038A8;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.empresa-sub {
	font-size: 0.72rem;
	color: #666;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 0.2rem;
}

.grupo-info-row {
	border-top: 1px solid #e0e0e0;
}

.grupo-info-item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 1rem 0.5rem;
	color: #0038A8;
}

.grupo-info-titulo {
	font-size: 0.85rem;
	font-weight: 700;
	color: #0038A8;
	letter-spacing: 0.08em;
}

.grupo-info-sub {
	font-size: 0.78rem;
	color: #666;
}

footer {
	color: white !important;
}

@keyframes wa-pulse {
	0%, 100% { box-shadow: 2px 2px 8px rgba(0,0,0,0.25), 0 0 0 0 rgba(37,211,102,0.55); }
	60%       { box-shadow: 2px 2px 8px rgba(0,0,0,0.25), 0 0 0 18px rgba(37,211,102,0); }
}
.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 40px;
	z-index: 100;
	animation: wa-pulse 2.8s ease infinite;
}

.navbar-toggler {
	width: auto;
	height: auto;
	padding: 0.4rem 0.55rem !important;
	line-height: 1 !important;
}

.navbar-toggler-icon {
	margin: 0;
	width: 1.4em;
	height: 1.4em;
}

/* ── Hamburguer ↔ Fechar: animação de ícone ──────────────────── */
.nav-icon-open,
.nav-icon-close {
	font-size: 1.65rem;
	display: inline-block;
	line-height: 1;
}
.nav-icon-close {
	display: none;
}
.navbar-toggler[aria-expanded="true"] .nav-icon-open {
	display: none;
}
.navbar-toggler[aria-expanded="true"] .nav-icon-close {
	display: inline-block;
}

#navbar {
	overflow: hidden;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	transition:
		top 0.52s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.35s ease;
}

/* Mobile: allow Bootstrap collapse menu to expand below the navbar */
@media (max-width: 991.98px) {
	#navbar {
		overflow: visible;
	}
}

#navbar.header-shrunk {
	box-shadow: 0 3px 20px rgba(0, 56, 168, 0.20);
}

/* Fully hide the logo banner when scrolled — avoids icon peeking at edge */
#navbar.header-shrunk #extra-nav {
	visibility: hidden;
}

/* Brand text shown when header is scrolled/collapsed (extra-nav hidden) */
.gp-brand-text {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #F9DD16;
	font-weight: 900;
	font-size: 1rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
	pointer-events: none;
}
#navbar .container-fluid {
	position: relative;
}
/* Mostra o nome quando header está colapsado — centralizado em todos os tamanhos */
#navbar.header-shrunk .gp-brand-text {
	display: block;
}

/* Desktop (≥992px): volta ao fluxo flex normal, ocupa o espaço à esquerda
   dos itens de nav e centraliza o texto dentro desse espaço */
@media (min-width: 992px) {
	#navbar.header-shrunk .gp-brand-text {
		position: static;
		transform: none;
		left: auto;
		flex: 1;
		text-align: center;
	}
}

#navbar a {
	float: left;
	text-align: center;
	padding: 0.5em;
	text-decoration: none;
	font-size: 1.5em !important;
	color: white;
	line-height: 0.2em;
	border-radius: 1rem;
}

#inicio {
	height: 10.5em;
}

#navbar-right {
	float: right;
}

@media screen and (max-width: 768px) {
	.area-mais > img {
		height: 5em;
	}
	.area-logo > img {
		width: 80%;
	}

	/* ── Carousel mobile ─────────────────────────────────────────
	   SVG viewBox ≈ 338×143 (ratio 2.37:1) → natural height on
	   a 400px screen ≈ 168px — too short. Force explicit height.
	   Caption kept in the left ~half (blue zone) to avoid
	   overlapping the Mais BB logo on the right side of the SVG.
	───────────────────────────────────────────────────────────── */
	#carouselApresentacao .carousel-item {
		height: 300px;
	}
	.carousel-item > img,
	.carousel-item > svg {
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: left center;
		display: block;
	}
	/* Caption: metade esquerda — não sobrepos ao logo Mais BB */
	.carousel-caption {
		max-width: 50%;
		width: 50%;
		left: 4%;
		right: auto;
		padding: 0.4rem 0.6rem;
	}
	.carousel-caption h1,
	.carousel-caption h2 {
		font-size: 1.1rem;
		margin-bottom: 0.3rem !important;
	}
	/* Clamp description text to 3 lines — prevents overflow */
	.carousel-caption p {
		font-size: 0.75rem;
		line-height: 1.4;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 0.5rem;
	}
	.carousel-cta {
		font-size: 0.68rem;
		padding: 0.28rem 0.8rem;
	}
}

@media screen and (max-width: 320px) {
	.area-logo {
		border-bottom: solid 9em #0038A8;
	}
	.center {
		padding-top: 1.2em;
	}
	.area-mais>img {
		padding-top: 1em;
		padding-left: 2em;
		height: 4em;
	}
	.area-mais {
		height: 5em;
	}
	.area-corres {
		height: 4em;
	}
	.area-corres>div>h3,
	.area-corres>div>p {
		padding-top: 0.2em;
		padding-left: 1.5em;
		font-size: 1.4em;
	}
}
/*
@media screen and (max-width: 580px) {
	#navbar {
		padding: 20px 10px !important;
	}
	#navbar a {
		float: none;
		display: block;
		text-align: left;
	}
	#navbar-right {
		float: none;
	}
}*/

/* ═══════════════════════════════════════════════════════
   VISUAL ENHANCEMENTS
   ═══════════════════════════════════════════════════════ */

/* ── Section spacing ────────────────────────────────────── */
#servicos, #sobre, #politicas, #localizacao, #contato {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

/* ── Stats bar ──────────────────────────────────────────── */
.stats-bar {
	background: linear-gradient(135deg, #0038A8 0%, #0251d4 100%);
	padding: 2.5rem 0;
	border-bottom: 4px solid #F9DD16;
}
.stats-item {
	padding: 0.75rem 1rem;
	border-right: 1px solid rgba(255,255,255,0.14);
}
.stats-item:last-child {
	border-right: none;
}
.stats-number {
	display: block;
	font-size: 2.3rem;
	font-weight: 900;
	color: #F9DD16;
	line-height: 1;
	letter-spacing: -0.02em;
}
.stats-label {
	display: block;
	font-size: 0.73rem;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	letter-spacing: 0.10em;
	margin-top: 0.45rem;
}

/* ── Card hover lift ────────────────────────────────────── */
#servceCards .card,
.mvv-card {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#servceCards .card:hover,
.mvv-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,56,168,0.14);
}
.empresa-card {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.empresa-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0,56,168,0.13);
}

/* ── MVV cards ──────────────────────────────────────────── */
.mvv-card {
	border-top: 4px solid #0038A8 !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-radius: 0.75rem !important;
	width: 100%;
}
.mvv-card .card-title {
	font-weight: 900;
	letter-spacing: 0.03em;
}
.mvv-icon {
	font-size: 2.2rem;
	color: #0038A8;
	margin-bottom: 0.5rem;
	display: block;
}

/* ── Nav link underline slide ───────────────────────────── */
.navbar-nav .nav-link {
	position: relative;
}
.navbar-nav .nav-link::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	right: 50%;
	height: 2px;
	background: #F9DD16;
	border-radius: 1px;
	transition: left 0.22s ease, right 0.22s ease;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
	left: 0.8em;
	right: 0.8em;
}

/* ── Políticas list ─────────────────────────────────────── */
.policy-list .list-group-item {
	border-left: none;
	border-right: none;
	padding: 0.85rem 0.25rem;
	transition: background 0.18s ease, padding-left 0.18s ease;
}
.policy-list .list-group-item:first-child { border-top: none; }
.policy-list .list-group-item:hover {
	background: #f0f4fb;
	padding-left: 0.6rem;
	border-radius: 0.4rem;
}
.policy-list .list-group-item a {
	color: #0038A8;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	display: flex;
	align-items: center;
	gap: 0.65rem;
}
.policy-list .list-group-item a:hover {
	color: #002880;
}
.policy-list .list-group-item a i {
	flex-shrink: 0;
	font-size: 1.1rem;
}

/* ── Contact form ───────────────────────────────────────── */
.form-control:focus {
	border-color: #0038A8;
	box-shadow: 0 0 0 0.2rem rgba(0,56,168,0.15);
}
.btn-primary {
	background-color: #0038A8;
	border-color: #0038A8;
	font-weight: 600;
	letter-spacing: 0.04em;
	transition: background-color 0.2s ease, transform 0.15s ease;
}
.btn-primary:hover {
	background-color: #002880;
	border-color: #002880;
	transform: translateY(-1px);
}
.btn-primary:active {
	transform: translateY(0);
}

/* ── Carousel caption: headings, descrição e CTA ────────── */
.carousel-caption h1 {
	font-size: clamp(1.5rem, 2.6vw, 2.4rem);
	font-weight: 900;
	line-height: 1.15;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0,0,0,0.85), 0 1px 24px rgba(0,24,100,0.9);
	margin-bottom: 0.55rem;
}
.carousel-caption h1 span {
	color: #F9DD16;
}
/* Slides 2-4: h2 visualmente igual ao h1 */
.carousel-caption h2 {
	font-size: clamp(1.5rem, 2.6vw, 2.4rem);
	font-weight: 900;
	line-height: 1.15;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0,0,0,0.85), 0 1px 24px rgba(0,24,100,0.9);
	margin-bottom: 0.55rem;
}
.carousel-caption p {
	font-size: clamp(0.8rem, 1.3vw, 0.98rem);
	line-height: 1.6;
	color: rgba(255,255,255,0.95);
	text-shadow: 0 1px 6px rgba(0,0,0,0.8), 0 1px 16px rgba(0,24,100,0.85);
	margin-bottom: 1rem;
}
/* Botão CTA interno ao slide */
.carousel-cta {
	display: inline-block;
	padding: 0.38rem 1.15rem;
	background: #F9DD16;
	color: #0038A8 !important;
	font-weight: 700;
	font-size: 0.82rem;
	border-radius: 2rem;
	text-decoration: none !important;
	letter-spacing: 0.03em;
	box-shadow: 0 2px 10px rgba(0,0,0,0.22);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.carousel-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 16px rgba(0,0,0,0.28);
	background: #ffe831;
}

/* ── Scroll reveal ──────────────────────────────────────── */
.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ── Responsive stats bar ───────────────────────────────── */
@media screen and (max-width: 576px) {
	.stats-number { font-size: 1.7rem; }
	.stats-item {
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.14);
	}
	.stats-item:last-child { border-bottom: none; }
}
/* ══════════════════════════════════════════════════════════════
   LOCALIZATION SECTION
   ══════════════════════════════════════════════════════════════ */

#localizacao {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #f8f9fc;
}

/* ── Headquarters info card (column layout) ─────────────────────────────────────── */
.sede-info-card {
	background: #fff;
	border: 1.5px solid #dde3f0;
	border-radius: 1rem;
	padding: 1.25rem 1.25rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	box-shadow: 0 2px 12px rgba(0,56,168,0.07);
}

.sede-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: #0038A8;
	color: #F9DD16;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	padding: 0.3rem 0.75rem;
	border-radius: 2rem;
	align-self: flex-start;
}

.sede-nome {
	font-size: 1.2rem;
	font-weight: 900;
	color: #0038A8;
	margin: 0;
	line-height: 1.3;
}

.sede-end {
	font-size: 0.9rem;
	color: #444;
	margin: 0;
	line-height: 1.6;
}

.sede-end i {
	color: #0038A8;
}

.sede-detalhes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	font-size: 0.82rem;
	color: #555;
	margin-top: 0.25rem;
}

.sede-detalhes i {
	color: #0038A8;
	margin-right: 0.3rem;
}

.btn-sede-map {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: #0038A8;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 0.55rem 1.25rem;
	border-radius: 2rem;
	text-decoration: none;
	align-self: flex-start;
	margin-top: 0.5rem;
	transition: background 0.2s ease, transform 0.15s ease;
}

.btn-sede-map:hover {
	background: #002880;
	color: #fff;
	transform: translateY(-1px);
}

.sede-mapa-label {
	font-size: 0.7rem;
	font-weight: 700;
	color: #0038A8;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	opacity: 0.7;
}

/* ── Sub-title ──────────────────────────────────────────────────────────────────── */
.loc-sub-titulo {
	font-size: 1rem;
	font-weight: 700;
	color: #0038A8;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 2rem 0 1rem;
	padding-left: 0.25rem;
	border-left: 4px solid #F9DD16;
	padding-left: 0.75rem;
}

/* ── State tab buttons ──────────────────────────────────────────────────────────── */
.estado-tabs {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}

.estado-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 1.25rem;
	border: 2px solid #0038A8;
	border-radius: 2rem;
	background: #fff;
	color: #0038A8;
	font-weight: 700;
	font-size: 0.88rem;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease, transform 0.15s ease;
}

.estado-btn:hover {
	background: #f0f4fb;
	transform: translateY(-1px);
}

.estado-btn.active {
	background: #0038A8;
	color: #F9DD16;
	border-color: #0038A8;
}

/* ── State-level accordion header ───────────────────────────────────────────────── */
.loc-estado-btn {
	font-weight: 900;
	font-size: 1rem;
	color: #0038A8;
	background: #f0f4fb;
}

.loc-estado-btn:not(.collapsed) {
	background: #0038A8;
	color: #fff;
}

.loc-estado-btn:not(.collapsed)::after {
	filter: brightness(10);
}

.loc-cidade-count {
	font-size: 0.75rem;
	font-weight: 600;
	opacity: 0.65;
}

/* ── City-level accordion header ────────────────────────────────────────────────── */
.loc-cidade-btn {
	font-size: 0.9rem;
	color: #333;
	padding-left: 1.5rem;
}

/* ── Store card ─────────────────────────────────────────────────────────────────── */
.loja-card {
	background: #fff;
	border: 1.5px solid #dde3f0;
	border-radius: 0.75rem;
	padding: 1rem 1.1rem 0.85rem;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	height: 100%;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.loja-card:hover {
	box-shadow: 0 6px 20px rgba(0,56,168,0.10);
	transform: translateY(-2px);
}

.loja-bairro {
	font-size: 0.8rem;
	font-weight: 700;
	color: #0038A8;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.loja-end {
	font-size: 0.83rem;
	color: #555;
	margin: 0;
	line-height: 1.5;
	flex: 1;
}

.btn-ver-mapa {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	background: #F9DD16;
	color: #0038A8;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.35rem 0.85rem;
	border-radius: 2rem;
	text-decoration: none;
	align-self: flex-start;
	transition: background 0.18s ease;
}

.btn-ver-mapa:hover {
	background: #f0ce00;
	color: #0038A8;
}

/* ── Responsive ─────────────────────────────────────────────────────────────────── */

/* ══════════════════════════════════════════════════════════════
   CONTACT LATERAL CARD  (Canais de Atendimento)
   ══════════════════════════════════════════════════════════════ */

.contato-lateral-card {
	background: #fff;
	border: 1.5px solid #dde3f0;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 2px 14px rgba(0,56,168,0.07);
}

.contato-lateral-header {
	background: #0038A8;
	color: #F9DD16;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.85rem 1.25rem;
}

.contato-lateral-body {
	padding: 1rem 1.25rem 0.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.contato-item {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0.65rem 0.5rem;
	border-radius: 0.6rem;
	text-decoration: none;
	color: #222;
	font-size: 0.9rem;
	transition: background 0.15s ease;
}

.contato-item:hover {
	background: #f0f4fb;
	color: #0038A8;
}

.contato-item-icon {
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EEF2FB;
	border-radius: 50%;
	color: #0038A8;
	font-size: 1rem;
	flex-shrink: 0;
}

.contato-whatsapp {
	color: #128c7e;
}

.contato-whatsapp .contato-item-icon {
	background: #e8f8f5;
	color: #128c7e;
}

.contato-whatsapp:hover {
	background: #e8f8f5;
	color: #0a5c54;
}

.contato-divider {
	font-size: 0.7rem;
	font-weight: 700;
	color: #0038A8;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	opacity: 0.65;
	margin: 0.6rem 0 0.3rem;
	padding-left: 0.5rem;
	border-left: 3px solid #F9DD16;
}

.contato-bb-list {
	list-style: none;
	padding: 0 0.5rem;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.contato-bb-list li {
	font-size: 0.82rem;
	color: #444;
}

.contato-bb-list i {
	color: #0038A8;
}

.contato-horario {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.82rem;
	color: #666;
	background: #f8f9fc;
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
	margin-top: 0.75rem;
}

.contato-horario i {
	color: #0038A8;
}

/* ══════════════════════════════════════════════════════════════
   LGPD MODAL — compact design
   ══════════════════════════════════════════════════════════════ */

.lgpd-summary {
	background: #f8f9fc;
	border-left: 4px solid #0038A8;
	border-radius: 0.5rem;
	padding: 0.9rem 1rem;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	color: #333;
}

.lgpd-bullets {
	list-style: none;
	padding: 0;
	margin: 0.5rem 0 0;
}

.lgpd-bullets li {
	font-size: 0.85rem;
	color: #555;
	margin-bottom: 0.2rem;
}

.lgpd-accept-box {
	background: #f0f4fb;
	border-radius: 0.6rem;
	padding: 0.85rem 1rem;
}

/* ══════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE  (≤ 991px — lg breakpoint)
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 991.98px) {

	/* Localization: let Bootstrap cols stack naturally (col-md-*).
	   Extra tweak: label the map visually below the sede card */
	#localizacao .col-md-4 {
		margin-top: 1rem;
	}

	/* Contact lateral card: full width and reasonable top margin */
	.contato-lateral-card {
		margin-top: 0;
	}

	/* ── Menu mobile dropdown ─────────────────────────────────── */
	#navbarToggler {
		background: #002a80;
		border-top: 3px solid #F9DD16;
		margin: 0 -0.75rem;
		padding: 0.5rem 0 0.75rem;
		border-radius: 0 0 0.85rem 0.85rem;
		box-shadow: 0 8px 24px rgba(0, 56, 168, 0.30);
	}
	.navbar-nav {
		padding: 0 0.5rem !important;
		margin: 0 !important;
	}
	.navbar-nav .nav-link {
		font-size: 1rem !important;
		padding: 0.85rem 1.25rem !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 0.4rem;
	}
	.navbar-nav .nav-link:hover,
	.navbar-nav .nav-link:focus {
		background: rgba(255, 255, 255, 0.09);
	}
	.navbar-nav .nav-link::after {
		display: none;
	}
	.nav-item:last-child > .nav-link {
		border-bottom: none;
	}
	.nav-item-mobile-cta > .nav-link {
		color: #F9DD16 !important;
		font-weight: 700;
		margin-top: 0.25rem;
		border-top: 1px solid rgba(249, 221, 22, 0.22);
		border-bottom: none;
	}
}

@media (max-width: 767.98px) {

	/* ── Section headings ─────────────────────────────────────── */
	.titulo-secao {
		font-size: 1.5rem;
	}

	/* ── Carousel: caption font sizes (já herdadas do 768px acima) ── */
	.carousel-caption h1,
	.carousel-caption h2 {
		font-size: 0.95rem;
	}
	.carousel-caption p {
		font-size: 0.67rem;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	/* ── Sections padding ─────────────────────────────────────── */
	#servicos,
	#sobre,
	#politicas,
	#localizacao,
	#contato {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	/* ── MVV cards ────────────────────────────────────────────── */
	.mvv-icon {
		font-size: 1.8rem;
	}

	/* ── Localization state tabs: wrap nicely ─────────────────── */
	.estado-tabs {
		gap: 0.4rem;
	}
	.estado-btn {
		font-size: 0.82rem;
		padding: 0.4rem 0.9rem;
	}

	/* ── Sede card refinements ────────────────────────────────── */
	.sede-nome {
		font-size: 1rem;
	}

	/* ── Contact section heading ──────────────────────────────── */
	#contato .fw-bold.fs-4 {
		font-size: 1.1rem !important;
	}

	/* ── Form field label sizing ──────────────────────────────── */
	.form-label {
		font-size: 0.88rem;
	}

	/* ── Submit button ────────────────────────────────────────── */
	#contato .d-grid .btn-primary {
		font-size: 1rem;
	}

	/* ── Contact lateral card on mobile: consistent spacing ───── */
	.contato-lateral-body {
		padding: 0.75rem 1rem 0.6rem;
	}

	/* ── Footer columns ───────────────────────────────────────── */
	footer .row > div {
		text-align: center;
		margin-bottom: 1rem;
	}
}

@media (max-width: 575.98px) {

	/* ── Navbar logo + text ───────────────────────────────────── */
	.navbar-brand img {
		height: 2.2rem;
	}

	/* ── Carousel very small screens (≤ 575px) ────────────────── */
	#carouselApresentacao .carousel-item,
	.carousel-item > img,
	.carousel-item > svg {
		height: 240px;
	}
	.carousel-caption {
		max-width: 55%;
		width: 55%;
		left: 3%;
		padding: 0.35rem 0.5rem;
	}
	.carousel-caption h1,
	.carousel-caption h2 {
		font-size: 0.88rem;
		margin-bottom: 0.2rem !important;
	}
	.carousel-caption p {
		font-size: 0.62rem;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		margin-bottom: 0.3rem;
	}
	.carousel-cta { display: none; }

	/* ── Stats bar ────────────────────────────────────────────── */
	.stats-number { font-size: 1.5rem; }

	/* ── Policy cards ─────────────────────────────────────────── */
	.policy-list .list-group-item {
		padding: 0.6rem 0.75rem;
		font-size: 0.9rem;
	}
}

/* ══════════════════════════════════════════════════════════════
   CTA PROMO MODAL
   ══════════════════════════════════════════════════════════════ */

.cta-modal-content {
	border-radius: 1.25rem;
	overflow: hidden;
	border: none;
	box-shadow: 0 16px 48px rgba(0, 56, 168, 0.22);
}

.cta-modal-header {
	background: linear-gradient(135deg, #0038A8 0%, #0251d4 100%);
	padding: 2rem 1.5rem 1.5rem;
	text-align: center;
	color: white;
	position: relative;
}

.cta-modal-header .btn-close {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	opacity: 0.7;
}

.cta-modal-icon {
	font-size: 2.6rem;
	color: #F9DD16;
	margin-bottom: 0.6rem;
	line-height: 1;
}

.cta-modal-header h5 {
	font-size: 1.35rem;
	font-weight: 900;
	margin-bottom: 0.5rem;
	letter-spacing: 0.01em;
}

.cta-modal-header p {
	font-size: 0.88rem;
	opacity: 0.88;
	margin: 0;
}

.cta-modal-body {
	padding: 1.5rem;
}

.cta-btn-whatsapp {
	background: #25d366;
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	padding: 0.72rem 1rem;
	border-radius: 0.75rem;
	transition: background 0.2s ease;
}
.cta-btn-whatsapp:hover {
	background: #1aaa52;
	color: #fff;
}

.cta-btn-form {
	border: 2px solid #0038A8;
	color: #0038A8;
	font-weight: 600;
	padding: 0.65rem 1rem;
	border-radius: 0.75rem;
	background: transparent;
	transition: background 0.2s ease, color 0.2s ease;
}
.cta-btn-form:hover {
	background: #0038A8;
	color: #fff;
}