/* Default
** ----------------------------------------------- */
:root {
	--primary-color: #bf0811;
	--secondary-color: #0c0c0c;
}

/* Default
** ----------------------------------------------- */
body {
	color: #333;
	background: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

a:hover,
a:focus {
	color: #444;
	text-decoration: none;
	outline: 0;
}

a:hover,
a:focus {
	color: #005580;
	text-decoration: underline;
}



/* Conteudo
** ----------------------------------------------- */
.informacoes-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	text-decoration: none;
}

.informacoes-link:hover {
	color: #72b5da;
}

.informacoes-link img {
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: contain;
	object-position: center;
	display: block;
}

/* Accordion
** ----------------------------------------------- */
.accordion-titulo {
	cursor: pointer;
	background: var(--secondary-color);
	border-radius: 5px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

.accordion-conteudo {
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-top: 5px;
	padding: 15px;
}

div#sidebarCollapse {
	margin-top: 30px;
}

.btn-danger {
	color: #fff;
	background-color: #24cc63;
	border-color: #24cc63;
}

.btn-danger:hover {
	color: #fff;
	background-color: #189748;
	border-color: #189748;
}

/* Breadcrumb
** ----------------------------------------------- */
div#breadcrumb {
	color: #fff;
	font-weight: normal;
	padding-top: 5px;
}

div#breadcrumb i {
	color: var(--secondary-color);
	font-size: 10px;
}

div#breadcrumb>a:hover,
.bread>a:hover {
	text-decoration: none;
	color: var(--secondary-color);
	transition: 0.3s all;
}

.breadcrumb i {
	padding: 0 5px;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #fff;
}

span.breadcrumb-separador {
	color: #fff;
}

.bread {
	display: inline-flex;
	align-items: center;
	gap: 3px;
}

/* Botboox (pop-up de formulários)
** ----------------------------------------------- */
.bootbox-body h3 {
	font-size: 20px;
	text-align: center;
	color: #28a745;
}

button.btn.btn-primary.bootbox-accept:hover,
button.btn.btn-primary.bootbox-accept:active,
button.btn.btn-primary.bootbox-accept:focus {
	background: #28a745;
	transition: 0.3s all;
}

/* SEO
** ----------------------------------------------- */
.conteudo-seo {
	padding: 60px 0px;
	overflow: hidden;
}

.conteudo-informacoes {
	padding: 56px 0px;
}

.conteudo-informacoes .informacoes-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px 24px;
	align-items: stretch;
}

.conteudo-informacoes .informacoes-box {
	width: auto;
	min-width: 0;
}

.conteudo-informacoes .informacoes-link>div {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f3f6f8;
	border: 1px solid #dfe5eb;
	border-radius: 18px;
}

.conteudo-informacoes a {
	text-decoration: none;
	transition: 0.4s all;
}

.conteudo-informacoes a:hover {
	text-decoration: none;
	transform: translateY(-10px);
}

.conteudo-informacoes a:hover h4 {
	color: var(--primary-color);
	transition: 0.4s;
}

.conteudo-informacoes h4 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 58px;
	color: var(--secondary-color);
	font-weight: 600;
	margin: 10px 0 0;
	padding: 8px 6px 0;
	font-size: 14px;
	line-height: 1.35;
}

.conteudo-informacoes img {
	border-radius: 0;
}

@media (max-width: 991.98px) {
	.conteudo-informacoes .informacoes-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.conteudo-informacoes .informacoes-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 18px;
	}
}

@media (max-width: 520px) {
	.conteudo-informacoes .informacoes-container {
		grid-template-columns: 1fr;
	}

	.conteudo-informacoes h4 {
		min-height: 0;
	}
}

.formulario-seo {
	padding: 64px 0px;
	min-height: 95vh;
	position: relative;
	display: flex;
	align-items: center;
}

.formulario-seo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../imagens/banner/1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	filter: brightness(0.5);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.formulario-seo h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	position: relative;
}

.formulario-seo h1::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	background: var(--primary-color);
	width: calc(100% - 80%);
	height: 5px;
	border-radius: 2px;
}

.scroll-to-content {
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 100px;
}

.scroll-to-content i {
	animation: arrowDown 2s infinite;
	color: #fff;
	font-size: 30px;
}

.scroll-to-content a:hover i {
	color: var(--primary-color);
	transition: 0.3s all;
}

.texto-seo p {
	font-size: 15px;
	text-align: justify;
}

.texto-seo h2,
.texto-seo h3 {
	margin-top: 24px;
	margin-bottom: 16px;
	font-size: 25px;
	font-weight: 600;
	color: var(--primary-color);
}

.texto-seo ul li {
	font-size: 16px;
}

.multipla-imagens-seo {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 24px;
}

.multipla-imagens-seo img {
	border: 1px solid #ddd;
	width: 200px;
}


/* BreadCrumb Seo
** ----------------------------------------------- */
.breadcrump-seo {
	margin-bottom: 24px;
}

.breadcrump-seo #breadcrumb {
	text-shadow: none;
}

.breadcrump-seo #breadcrumb a {
	color: var(--secondary-color);
	font-size: 14px;
}

.breadcrump-seo #breadcrumb a:hover {
	color: var(--primary-color);
	text-decoration: none !important;
}

.breadcrump-seo #breadcrumb i {
	color: var(--primary-color);
	font-size: 16px;
}

.breadcrump-seo #breadcrumb span.page-active {
	color: var(--primary-color);
}

/* Mais visitados
** ----------------------------------------------- */
section.mais-visitados {
	padding: 32px;
	text-align: center;
	border-radius: 8px;
	position: relative;
}

section.mais-visitados h3 {
	font-size: 26px;
	color: var(--secondary-color);
	font-weight: 700;
}

section.mais-visitados .swiper-button-next,
section.mais-visitados .swiper-button-prev {
	color: var(--secondary-color);
	top: var(--swiper-navigation-top-offset, 55%);
}

.box-mais-visitado {
	text-align: center;
	width: 200px;
	margin: 0 auto;
	margin-top: 32px;
}

.box-mais-visitado h6 {
	margin-top: 16px;
	color: var(--primary-color);
	font-weight: 600;
	font-size: 18px;
}

.box-mais-visitado img {
	height: 200px;
	border-radius: 8px;
}

.box-mais-visitado a:hover {
	text-decoration: none;
}

.box-mais-visitado a:hover h6 {
	color: var(--secondary-color);
	transition: 0.3s all;
}

/* Regiões
** ----------------------------------------------- */
.regioes h3 {
	margin-top: 56px;
	font-size: 26px;
	color: var(--secondary-color);
	font-weight: 600;
}

nav.regioes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

nav.regioes a {
	background: var(--primary-color);
	color: #fff;
	font-size: 16px;
	width: 19.42%;
	padding: 15px 0px;
	text-align: center;
	border-radius: 12px;
}

nav.regioes a:hover,
nav.regioes a:focus {
	text-decoration: none;
	background: var(--secondary-color);
	transition: 0.3s all;
}

div#RegioesBrModal p,
div#RegioesSpModal p {
	color: var(--secondary-color);
	font-size: 15px;
}

div#RegioesBrModal h5.modal-title,
div#RegioesSpModal h5.modal-title {
	font-size: 22px;
	font-weight: 600;
	color: var(--secondary-color);
}

/* Faixa Informações
** ----------------------------------------------- */
.faixa-informacoes {
	background: var(--primary-color);
	padding: 32px 0px;
	position: relative;
}

.faixa-informacoes::before {
	content: "";
	position: absolute;
	top: 0;
	width: 1000vw;
	height: 100%;
	background-color: var(--primary-color);
	left: calc(-100vw);
	z-index: -1;
}

.faixa-informacoes h2 {
	color: #fff;
	text-align: right;
	font-size: 36px;
	margin: 0;
}

.faixa-informacoes .btn-whatsapp {
	text-align: left;
}

.faixa-informacoes .btn-whatsapp a {
	background: #fff;
	padding: 16px 40px;
	border-radius: 8px;
	font-size: 18px;
}

.faixa-informacoes .btn-whatsapp a:hover {
	text-decoration: none;
	background: #24cc63;
	transition: 0.3s all;
	color: #fff;
}

/* Direitos autorais
** ----------------------------------------------- */
.texto-direitos-autorais {
	margin-top: 40px;
	font-size: 13px;
}

/* Recursos Adicionais
** ----------------------------------------------- */
header .container {
	max-width: 1300px;
}

footer .container {
	max-width: 1300px;
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--primary-color);
}

.swiper-pagination-bullet {
	background: var(--primary-color)
}

.produtos_pg {
	padding: 60px 0;
}

/* Página Inicial
** ----------------------------------------------- */

/* Keyframes - Animações
** ----------------------------------------------- */
@keyframes arrowDown {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(0, 10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

.fixed-sidebar-link {
	/* display: flex;
	flex-direction: column; */
	text-align: center;
	padding: 16px 0;
	flex: 1;
}

.fixed-sidebar-link span {
	font-size: 13px;
}

.fixed-sidebar-link i {
	font-size: 15px;
}

.barra-footer {
	justify-content: unset !important;
	gap: 0;
}

.barra-footer a:nth-child(1) {
	background-color: var(--primary-color);
	color: #fff;
}

.barra-footer a:nth-child(2) {
	background-color: #24cc63;
	color: #fff;
}

/*topo*/

:root {
    --primary-color: #bf0811; /* Vermelho Mult Carretas */
    --secondary-color: #000000;
    --hover-color: #9a060d; /* Vermelho escuro para hover */
}

/* =========================================
   1. TOPO & LAYOUT PRINCIPAL (DESKTOP)
========================================= */
.topo {
    background: #0c0c0c;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    z-index: 999;
}

.topo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

.topo .logo {
    width: 230px;
    flex-shrink: 0;
}

.topo .menu {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.topo-cta {
    flex-shrink: 0;
}

/* Controle Base */
.desktop-info { display: block !important; }
.mobile-info { display: none !important; }
.btn-menu-responsivo { display: none; }

/* =========================================
   2. MENU DESKTOP (LINKS E DROPDOWN)
========================================= */
.topo .menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topo .menu > .menu-box > ul > li {
    position: relative;
    margin: 0 8px;
}

.topo .menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s all;
}

.topo .menu li:hover > a, 
.topo .menu a.menu-ativo {
    color: var(--primary-color);
}

/* Dropdown */
.topo .menu ul ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    min-width: 240px;
    background-color: var(--secondary-color);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-top: 3px solid var(--primary-color);
    transition: all 0.3s ease;
    z-index: 10;
}

.topo .menu ul li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.topo .menu ul ul li { margin: 0; }
.topo .menu ul ul li a {
    padding: 12px 20px;
    font-size: 14px;
    border-bottom: 1px solid #f1f5f9;
}
.topo .menu ul ul li:last-child a { border-bottom: none; }
.topo .menu ul ul li a:hover {
    background-color: #f8fafc;
    color: var(--primary-color);
    padding-left: 25px;
}

/* =========================================
   3. BOTÃO DE ORÇAMENTO (HEADER DESKTOP)
========================================= */
.btn-orcamento-topo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-orcamento-topo i { font-size: 18px; }

.btn-orcamento-topo:hover {
    background-color: var(--hover-color);
    color: #ffffff;
    transform: translateY(-2px);
}

/* =========================================
   4. LAYOUT RESPONSIVO (MOBILE HEADER)
========================================= */
@media (min-width: 992px) {
    .menu-lateral { display: none !important; }
}

@media (max-width: 991.98px) {
    .topo-box { 
        height: 75px; 
        justify-content: space-between; 
    }
    
    .topo .logo { width: 180px; }
    
    .topo .menu {
        flex-grow: 0;
        justify-content: flex-end;
    }

    .btn-menu-responsivo { display: block; cursor: pointer; }
    .btn-menu {
        padding: 10px 0 10px 15px;
        background: transparent;
        border: 0;
        appearance: none;
        cursor: pointer;
    }
    .btn-menu i {
        color: var(--primary-color);
        font-size: 26px;
    }

    .topo .menu-box { display: none; } 
    .desktop-info { display: none !important; }
    .mobile-info { display: flex !important; justify-content: space-between; width: 100%; }
}

/* =========================================
   5. MENU LATERAL MOBILE (PREMIUM UI)
========================================= */
.menu-lateral {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.menu-lateral-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(3px);
}

.menu-lateral-conteudo {
    position: absolute;
    left: -320px;
    top: 0;
    bottom: 0;
    width: 320px;
    max-width: 85%;
    background-color: var(--secondary-color);
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
    z-index: 2;
    overflow-y: auto;
    transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.menu-lateral-visivel .menu-lateral-conteudo,
.menu-lateral.ativo .menu-lateral-conteudo {
    left: 0;
}

/* Cabeçalho do Mobile */
.menu-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    border-bottom: 1px solid #f1f5f9;
    background-color: var(--secondary-color);
}

.logo-mobile { max-width: 150px; height: auto; }

.btn-fechar-menu {
    padding: 0;
    font-size: 24px;
    color: #64748b;
    background: transparent;
    border: 0;
    appearance: none;
    cursor: pointer;
    transition: color 0.3s, transform 0.3s;
}

.btn-fechar-menu:hover {
    color: var(--primary-color);
    transform: rotate(90deg);
}

/* Listas Injetadas */
.menu-lateral-conteudo nav { width: 100%; }
.menu-lateral-conteudo ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.menu-lateral-conteudo > ul > li { border-bottom: 1px solid #f8fafc; }

.menu-lateral-conteudo li a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 14px 25px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.menu-lateral-conteudo li a:hover,
.menu-lateral-conteudo li a.ativo {
    color: var(--primary-color);
    background-color: rgb(255 255 255 / 6%); /* Fundo vermelho suave */
    border-left-color: var(--primary-color);
}

/* Submenu Dropdown Mobile */
.menu-lateral-conteudo ul ul {
    background-color: var(--secondary-color);
    display: none; 
    border-top: 1px solid var(--secondary-color);
    padding: 5px 0;
}

.menu-lateral-conteudo ul ul li { border-bottom: none; }
.menu-lateral-conteudo ul ul li a {
    padding: 12px 25px 12px 45px;
    font-size: 14px;
    color: #fff;
    border-left: none;
    background: var(--secondary-color);
}

.menu-lateral-conteudo ul ul li a:hover {
    color: var(--primary-color);
    background-color: transparent;
}

body.overflow { overflow: hidden; }

/* =========================================
   WHATSAPP FLUTUANTE DUPLO
========================================= */

.whatsapp-fixed {
    position: fixed;
    right: 32px;
    bottom: 30px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
}

.whatsapp-fixed-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.whatsapp-fixed-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--secondary-color);
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 10px 28px rgba(12, 12, 12, 0.16);
    border: 1px solid rgba(12, 12, 12, 0.08);
}

.whatsapp-fixed-btn {
    position: relative;
    width: 66px;
    height: 66px;
    min-width: 66px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    text-decoration: none !important;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
    transition: all 0.3s ease;
}

.whatsapp-fixed-btn::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.whatsapp-fixed-btn i {
    position: relative;
    z-index: 2;
}

.whatsapp-fixed-btn:hover {
    background: #1ebc5a;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.42);
}

/* Pulsação WhatsApp */
.shiny-pulse-whatsapp {
    animation: pulse-whatsapp 2s infinite;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.58);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Efeito de brilho */
.shiny-pulse-whatsapp::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.62) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shine-effect 4s infinite;
    z-index: 1;
}

@keyframes shine-effect {
    0% {
        left: -100%;
    }

    15% {
        left: 200%;
    }

    100% {
        left: 200%;
    }
}

/* =========================================
   RESPONSIVO
========================================= */

@media (max-width: 767.98px) {
    .whatsapp-fixed {
        right: 18px;
        bottom: 22px;
        gap: 14px;
    }

    .whatsapp-fixed-item {
        gap: 10px;
    }

    .whatsapp-fixed-label {
        min-height: 38px;
        padding: 0 16px;
        font-size: 0.82rem;
    }

    .whatsapp-fixed-btn {
        width: 58px;
        height: 58px;
        min-width: 58px;
        font-size: 29px;
    }
}

@media (max-width: 420px) {
    .whatsapp-fixed {
        right: 12px;
        bottom: 18px;
    }

    .whatsapp-fixed-label {
        max-width: 170px;
        padding: 0 14px;
        font-size: 0.78rem;
    }

    .whatsapp-fixed-btn {
        width: 54px;
        height: 54px;
        min-width: 54px;
        font-size: 27px;
    }
}

@media (min-width: 768px) {
    .pagina-conteudo-grid-mult .whatsapp-fixed {
        right: 14px;
    }

    .pagina-conteudo-grid-mult .whatsapp-fixed-item {
        position: relative;
    }

    .pagina-conteudo-grid-mult .whatsapp-fixed-label {
        position: absolute;
        right: 80px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(8px);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
        pointer-events: none;
        white-space: nowrap;
    }

    .pagina-conteudo-grid-mult .whatsapp-fixed-item:hover .whatsapp-fixed-label,
    .pagina-conteudo-grid-mult .whatsapp-fixed-item:focus-within .whatsapp-fixed-label {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}

/* =========================================
   BANNER COM VÍDEO - MULT CARRETAS
========================================= */

.hero-mult {
    position: relative;
    min-height: 85vh;
    background-color: var(--secondary-color);
    padding-top: 90px;
    overflow: hidden;
}

.hero-mult-video {
    background-color: var(--secondary-color);
    background-position: center;
    background-size: cover;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: var(--secondary-color);
    pointer-events: none;
}

.hero-video-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

/* Escurecimento geral do vídeo para não brigar com o texto */
.hero-video-darken {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

/* Overlay principal com leitura forte no lado esquerdo */
.hero-overlay-mult {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background:
        radial-gradient(circle at 78% 45%, rgba(191, 8, 17, 0.10) 0%, rgba(191, 8, 17, 0) 34%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.84) 38%, rgba(0, 0, 0, 0.45) 68%, rgba(0, 0, 0, 0.25) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.12) 45%, rgba(0, 0, 0, 0.70) 100%);

    z-index: 2;
    pointer-events: none;
}

.z-index-2 {
    z-index: 3;
}

.text-primary-color {
    color: var(--primary-color) !important;
}

/* =========================================
   BADGE DE LOCALIZAÇÃO
========================================= */

.badge-location {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 6px 20px;
    border-radius: 30px;
    color: #e2e8f0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    backdrop-filter: blur(8px);
}

.dot-red-pulse {
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 10px var(--primary-color);
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(191, 8, 17, 0.7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(191, 8, 17, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(191, 8, 17, 0);
    }
}

/* =========================================
   TIPOGRAFIA DO BANNER
========================================= */

.hero-title {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
    max-width: 920px;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
}

.hero-desc {
    color: #e2e8f0;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 40px;
    max-width: 85%;
    line-height: 1.6;
    text-shadow: 0 5px 18px rgba(0, 0, 0, 0.58);
}

/* =========================================
   BOTÕES
========================================= */

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.btn-wpp-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    color: #ffffff;
    padding: 16px 35px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-wpp-hero:hover {
    background-color: #1ebc5a;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-outline-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    padding: 16px 35px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.btn-outline-hero:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    color: #ffffff;
}

/* Shiny WhatsApp */
.shiny-pulse-whatsapp {
    animation: pulse-whatsapp-hero 2s infinite;
}

@keyframes pulse-whatsapp-hero {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.shiny-pulse-whatsapp::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine-wpp 4s infinite;
}

@keyframes shine-wpp {
    0% {
        left: -100%;
    }

    15% {
        left: 200%;
    }

    100% {
        left: 200%;
    }
}

/* =========================================
   FEATURES INFERIORES
========================================= */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.feature-item {
    color: #f8fafc;
    font-size: 14.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-shadow: 0 5px 18px rgba(0, 0, 0, 0.55);
}

.feature-item i {
    color: var(--primary-color);
    margin-right: 8px;
    font-size: 13px;
}

.counter-value {
    font-weight: 900;
    color: #000;
}

/* =========================================
   ANIMAÇÕES FADE
========================================= */

.reveal-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-fade.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================
   RESPONSIVIDADE
========================================= */

@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 3.45rem;
    }
}

@media (max-width: 991.98px) {
    .hero-mult {
        min-height: 82vh;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-overlay-mult {
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.88) 55%, rgba(0, 0, 0, 0.72) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.65) 100%);
    }
}

@media (max-width: 767.98px) {
    .hero-mult {
        padding-top: 70px;
        padding-bottom: 70px;
        min-height: 760px;
    }

    .hero-title {
        font-size: 2.35rem;
        letter-spacing: -0.8px;
    }

    .hero-desc {
        font-size: 1.05rem;
        margin-bottom: 32px;
    }

    .btn-wpp-hero,
    .btn-outline-hero {
        width: 100%;
    }

    .hero-features {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .hero-video-frame {
        width: 220vh;
        height: 123.75vh;
        min-width: 220vh;
        min-height: 123.75vh;
    }
}

@media (max-width: 575.98px) {
    .hero-mult {
        min-height: 720px;
        padding-top: 0;
        padding-bottom: 60px;
    }

    .badge-location {
        font-size: 10px;
        padding: 6px 16px;
    }

    .hero-title {
        font-size: 2.05rem;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .hero-actions {
        margin-bottom: 35px;
    }

    .feature-item {
        font-size: 14px;
    }
}

/* =========================================
   1. ESTRUTURA GERAL DA SECÇÃO SOBRE
========================================= */
.secao-sobre-mult {
    background-color: #ffffff;
    overflow: hidden;
}

/* =========================================
   2. TIPOGRAFIA (ESQUERDA)
========================================= */
.subtitle-sobre {
    display: inline-block;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.title-sobre {
    color: var(--secondary-color);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
}

.desc-sobre {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 400;
}

/* =========================================
   3. BOTÃO WHATSAPP INTERNO
========================================= */
.btn-wpp-sobre {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366; /* Verde Oficial do WhatsApp */
    color: #ffffff;
    padding: 16px 35px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
}

.btn-wpp-sobre:hover {
    background-color: #1ebc5a;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
}

/* =========================================
   4. CARTÕES DE ESTATÍSTICAS (DIREITA)
========================================= */
.card-stat-mult {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-stat-mult:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(191, 8, 17, 0.08); /* Sombra ganha o tom vermelho da marca no hover */
    border-color: rgba(191, 8, 17, 0.2);
}

.stat-number {
    color: var(--primary-color);
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -2px;
}

.stat-label {
    color: #475569;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}

/* =========================================
   5. RESPONSIVIDADE
========================================= */
@media (max-width: 991.98px) {
    .title-sobre { 
        font-size: 2.4rem; 
    }
}

@media (max-width: 767.98px) {
    .title-sobre { 
        font-size: 2rem; 
    }
    .btn-wpp-sobre { 
        width: 100%; 
    }
    .card-stat-mult { 
        padding: 25px 20px; 
    }
    .stat-number {
        font-size: 2.8rem;
    }
}

/*catalogo*/

/* =========================================
   1. ESTRUTURA GERAL E TIPOGRAFIA
========================================= */
.secao-catalogo-mult {
    background-color: #f4f6f8; /* Fundo cinza bem claro para destacar os cartões */
}

/* Reutilização e adaptação das tipografias */
.subtitle-mult {
    display: inline-block;
    color: var(--primary-color); /* #bf0811 */
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.title-mult {
    color: var(--secondary-color); /* #000000 */
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
}

.desc-mult {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
}

/* =========================================
   2. CARTÕES DE PRODUTOS
========================================= */
.card-produto-mult {
    background-color: #ffffff;
    border-radius: 12px;
    border: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-produto-mult:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(191, 8, 17, 0.08); /* Sombra ganha tom avermelhado elegante */
}

/* Área da Imagem */
.img-produto-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; /* Garante que todas as imagens fiquem do mesmo tamanho */
    overflow: hidden;
    background-color: #e2e8f0;
}

.img-produto-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.img-produto-wrapper picture {
    display: block;
    width: 100%;
    height: 100%;
}

.card-produto-mult:hover .img-produto-wrapper img {
    transform: scale(1.08); /* Zoom in na imagem ao passar o rato */
}

/* Corpo do Cartão */
.card-produto-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Faz a div esticar e preencher o espaço restante */
}

.card-title-mult {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 10px;
    line-height: 1.3;
}

.card-desc-mult {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Link de Orçamento */
.btn-link-red {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.3s ease;
    margin-top: auto; /* Empurra o botão sempre para o fundo do cartão */
}

.btn-link-red i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.btn-link-red:hover {
    color: var(--hover-color);
}

.card-produto-mult:hover .btn-link-red i {
    transform: translateX(5px); /* Setinha avança suavemente */
}

/* =========================================
   3. BOTÃO INFERIOR (CTA)
========================================= */
.btn-premium-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #ffffff;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
}

.btn-premium-primary:hover {
    background-color: var(--hover-color);
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-lg-mult {
    font-size: 16px;
    box-shadow: 0 10px 25px rgba(191, 8, 17, 0.3);
}

/* =========================================
   4. RESPONSIVIDADE
========================================= */
@media (max-width: 991.98px) {
    .title-mult { font-size: 2.4rem; }
    /* Ajusta a imagem no tablet (onde há apenas 2 colunas) para não ficar gigante */
    .img-produto-wrapper { aspect-ratio: 16 / 10; }
}

@media (max-width: 767.98px) {
    .title-mult { font-size: 2rem; text-align: center; }
    .subtitle-mult { display: block; text-align: center; }
    .desc-mult { text-align: center; }
    .card-produto-mult { margin-bottom: 10px; }
    .btn-lg-mult { width: 100%; max-width: 350px; }
}

/* =========================================================
   SEÇÃO LOCAÇÃO - MULT CARRETAS
========================================================= */

.secao-locacao-mult {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.secao-locacao-mult::before {
    content: "";
    position: absolute;
    top: 80px;
    left: -160px;
    width: 360px;
    height: 360px;
    background: rgba(237, 28, 36, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.secao-locacao-mult .container {
    position: relative;
    z-index: 2;
}

.subtitle-mult {
    display: inline-block;
    margin-bottom: 12px;
    color: #ed1c24;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.title-mult {
    color: #020817;
    font-size: clamp(2rem, 3vw, 2rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.4px;
}

.desc-mult {
    max-width: 620px;
    color: #4b5563;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 1.75;
}

.card-doc-locacao-mult {
    padding: 26px 24px;
    background: #f3f6f8;
    border: 1px solid #dfe5eb;
    border-radius: 16px;
    transition: all 0.3s ease;
    height: 230px !important;
}

.card-doc-locacao-mult:hover {
    transform: translateY(-4px);
    border-color: rgba(237, 28, 36, 0.22);
    box-shadow: 0 18px 40px rgba(2, 8, 23, 0.08);
}

.card-doc-locacao-mult h3 {
    margin-bottom: 14px;
    color: #ed1c24;
    font-size: 1rem;
    font-weight: 800;
}

.lista-doc-mult {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lista-doc-mult li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 11px;
    color: #020817;
    font-size: 0.94rem;
    line-height: 1.45;
}

.lista-doc-mult li:last-child {
    margin-bottom: 0;
}

.lista-doc-mult i {
    margin-top: 4px;
    color: #ed1c24;
    font-size: 0.75rem;
}

.btn-wpp-locacao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #51d978 100%);
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.30);
    transition: all 0.3s ease;
}

.btn-wpp-locacao i {
    font-size: 1.15rem;
}

.btn-wpp-locacao:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(37, 211, 102, 0.42);
}

.box-modelos-locacao-mult {
    padding: 34px 30px;
    background: #f3f6f8;
    border: 1px solid #dfe5eb;
    border-radius: 18px;
    box-shadow: 0 20px 55px rgba(2, 8, 23, 0.06);
}

.box-title-locacao {
    margin-bottom: 24px;
    color: #020817;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.3;
}

.item-modelo-locacao {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #dfe5eb;
}

.item-modelo-locacao:first-of-type {
    padding-top: 0;
}

.item-modelo-locacao span {
    color: #020817;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}

.item-modelo-locacao a {
    flex: 0 0 auto;
    color: #ed1c24;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
}

.item-modelo-locacao a:hover {
    color: #b80008;
    text-decoration: none;
    transform: translateX(3px);
}

.obs-locacao-mult {
    max-width: 520px;
    margin: 28px 0 0;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.45;
}

/* Responsivo */
@media (max-width: 991.98px) {
    .secao-locacao-mult {
        text-align: left;
    }

    .title-mult {
        max-width: 720px;
    }

    .box-modelos-locacao-mult {
        padding: 30px 24px;
    }
}

@media (max-width: 767.98px) {
    .secao-locacao-mult {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .title-mult {
        font-size: 2rem;
        letter-spacing: -0.8px;
    }

    .desc-mult {
        font-size: 0.98rem;
    }

    .card-doc-locacao-mult {
        padding: 24px 22px;
    }

    .btn-wpp-locacao {
        width: 100%;
        min-height: 56px;
        padding: 0 22px;
    }

    .box-modelos-locacao-mult {
        padding: 28px 22px;
        border-radius: 16px;
    }

    .item-modelo-locacao {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .title-mult {
        font-size: 1.85rem;
    }

    .item-modelo-locacao {
        flex-direction: column;
        gap: 6px;
    }

    .item-modelo-locacao a {
        font-size: 0.86rem;
    }
}

.col-md-6.mb-4.mb-md-0.reveal-fade.is-visible {
    margin: 0 !important;
}

/* =========================================================
   SEÇÃO PEÇAS E ACESSÓRIOS - MULT CARRETAS
========================================================= */

.secao-pecas-mult {
    position: relative;
    background: #eef2f5;
    overflow: hidden;
}

.secao-pecas-mult::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -140px;
    width: 360px;
    height: 360px;
    background: rgba(191, 8, 17, 0.07);
    border-radius: 50%;
    pointer-events: none;
}

.secao-pecas-mult::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -120px;
    width: 420px;
    height: 420px;
    background: rgba(12, 12, 12, 0.035);
    border-radius: 50%;
    pointer-events: none;
}

.secao-pecas-mult .container {
    position: relative;
    z-index: 2;
}

.grid-pecas-mult {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.item-peca-mult {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #dce2e8;
    border-radius: 10px;
    color: var(--secondary-color);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 8px 22px rgba(12, 12, 12, 0.035);
    transition: all 0.3s ease;
}

.item-peca-mult i {
    margin-right: 10px;
    color: var(--primary-color);
    font-size: 0.9rem;
    opacity: 0;
    width: 0;
    transform: translateX(-6px);
    transition: all 0.3s ease;
}

.item-peca-mult:hover {
    transform: translateY(-4px);
    border-color: rgba(191, 8, 17, 0.28);
    box-shadow: 0 16px 34px rgba(12, 12, 12, 0.08);
}

.item-peca-mult:hover i {
    width: auto;
    opacity: 1;
    transform: translateX(0);
}

.acoes-pecas-mult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn-wpp-pecas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #57d97a 100%);
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.28);
    transition: all 0.3s ease;
}

.btn-wpp-pecas i {
    font-size: 1.15rem;
}

.btn-wpp-pecas:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(37, 211, 102, 0.42);
}

.btn-outline-pecas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    color: var(--primary-color);
    background: #fff;
    border: 1px solid rgba(191, 8, 17, 0.22);
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(12, 12, 12, 0.04);
    transition: all 0.3s ease;
}

.btn-outline-pecas:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(191, 8, 17, 0.22);
}

/* Responsivo */
@media (max-width: 1199.98px) {
    .grid-pecas-mult {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .grid-pecas-mult {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .secao-pecas-mult {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .grid-pecas-mult {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .acoes-pecas-mult {
        margin-top: 26px;
    }

    .btn-wpp-pecas,
    .btn-outline-pecas {
        width: 100%;
        min-height: 56px;
    }
}

@media (max-width: 420px) {
    .grid-pecas-mult {
        grid-template-columns: 1fr;
    }

    .item-peca-mult {
        min-height: 54px;
    }
}

/* =========================================================
   SEÇÃO AVALIAÇÕES - MULT CARRETAS
========================================================= */

.secao-avaliacoes-mult {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.secao-avaliacoes-mult .container {
    position: relative;
    z-index: 2;
}

/* Box da nota 5,0 */
.box-rating-avaliacoes-mult {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(12, 12, 12, 0.08);
    text-align: left;
}

.box-rating-avaliacoes-mult strong {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.rating-info-mult {
    display: flex;
    flex-direction: column;
}

.stars-rating-avaliacoes-mult {
    display: flex;
    gap: 3px;
    margin-bottom: 3px;
    color: var(--primary-color);
    font-size: 0.78rem;
    line-height: 1;
}

.rating-info-mult span {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.2;
}

/* Área do carrossel */
.avaliacoes-slider-area-mult {
    position: relative;
    padding: 0 48px;
}

.avaliacoes-swiper-mult {
    width: 100%;
    overflow: hidden;
}

/* Força todos os slides a terem comportamento uniforme */
.avaliacoes-swiper-mult .swiper-wrapper {
    align-items: stretch;
}

.avaliacoes-swiper-mult .swiper-slide {
    height: auto;
    display: flex;
}

/* Card da avaliação */
.card-avaliacao-clean-mult {
    width: 100%;
    height: 178px;
    min-height: 178px;
    padding: 30px 28px;
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(12, 12, 12, 0.04);
    transition: all 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card-avaliacao-clean-mult:hover {
    transform: translateY(-4px);
    border-color: rgba(191, 8, 17, 0.22);
    box-shadow: 0 18px 42px rgba(12, 12, 12, 0.08);
}

.stars-card-avaliacao-mult {
    display: flex;
    gap: 3px;
    margin-bottom: 18px;
    color: var(--primary-color);
    font-size: 0.82rem;
    line-height: 1;
}

.texto-card-avaliacao-mult {
    margin: 0 0 18px;
    color: #374151;
    font-size: 0.98rem;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Assinatura sempre alinhada na mesma altura */
.cliente-card-avaliacao-mult {
    display: block;
    margin-top: auto;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.3;
}

/* Setas laterais */
.avaliacoes-nav-mult {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    color: var(--secondary-color);
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(12, 12, 12, 0.10);
    cursor: pointer;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.avaliacoes-nav-mult:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.avaliacoes-prev-mult {
    left: 0;
}

.avaliacoes-next-mult {
    right: 0;
}

/* Responsivo */
@media (max-width: 991.98px) {
    .box-rating-avaliacoes-mult {
        display: flex;
        width: fit-content;
    }

    .avaliacoes-slider-area-mult {
        padding: 0 42px;
    }

    .card-avaliacao-clean-mult {
        height: 185px;
        min-height: 185px;
    }
}

@media (max-width: 767.98px) {
    .secao-avaliacoes-mult {
        padding-top: 50px !important;
        padding-bottom: 70px !important;
    }

    .box-rating-avaliacoes-mult {
        width: 100%;
        justify-content: center;
    }

    .avaliacoes-slider-area-mult {
        padding: 0;
    }

    .card-avaliacao-clean-mult {
        height: 190px;
        min-height: 190px;
        padding: 26px 24px;
    }

    .avaliacoes-nav-mult {
        top: auto;
        bottom: -52px;
        transform: none;
    }

    .avaliacoes-prev-mult {
        left: calc(50% - 42px);
    }

    .avaliacoes-next-mult {
        right: calc(50% - 42px);
    }
}

@media (max-width: 575.98px) {
    .box-rating-avaliacoes-mult strong {
        font-size: 1.8rem;
    }

    .card-avaliacao-clean-mult {
        height: 200px;
        min-height: 200px;
    }

    .texto-card-avaliacao-mult {
        -webkit-line-clamp: 3;
    }
}

/* =========================================================
   SEÇÃO NOSSAS LOJAS - MULT CARRETAS
========================================================= */

.secao-lojas-mult {
    position: relative;
    background: #eef2f5;
    overflow: hidden;
}

.secao-lojas-mult::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -180px;
    width: 420px;
    height: 420px;
    background: rgba(191, 8, 17, 0.055);
    border-radius: 50%;
    pointer-events: none;
}

.secao-lojas-mult::after {
    content: "";
    position: absolute;
    bottom: -190px;
    left: -160px;
    width: 460px;
    height: 460px;
    background: rgba(12, 12, 12, 0.035);
    border-radius: 50%;
    pointer-events: none;
}

.secao-lojas-mult .container {
    position: relative;
    z-index: 2;
}

.card-loja-mult {
    display: flex;
    flex-direction: column;
    padding: 30px 28px;
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(12, 12, 12, 0.07);
    transition: all 0.3s ease;
}

.identificacao-loja-mult {
    display: inline-block;
    width: fit-content;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.card-loja-mult:hover {
    transform: translateY(-5px);
    border-color: rgba(191, 8, 17, 0.22);
    box-shadow: 0 22px 48px rgba(12, 12, 12, 0.10);
}

.card-loja-mult h3 {
    margin-bottom: 10px;
    color: var(--secondary-color);
    font-size: 1.32rem;
    font-weight: 900;
    line-height: 1.25;
}

.endereco-loja-mult {
    margin-bottom: 18px;
    color: #4b5563;
    font-size: 0.94rem;
    line-height: 1.55;
}

.infos-loja-mult {
    margin-bottom: 22px;
}

.info-loja-link {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 10px;
    color: var(--secondary-color);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: all 0.3s ease;
}

.info-loja-link:last-child {
    margin-bottom: 0;
}

.info-loja-link i {
    width: 20px;
    margin-right: 8px;
    color: var(--primary-color);
    font-size: 0.86rem;
    text-align: center;
}

.info-loja-link:hover {
    color: var(--primary-color);
    text-decoration: none;
    transform: translateX(3px);
}

.acoes-loja-mult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.btn-wpp-loja {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #57d97a 100%);
    border-radius: 9px;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.25);
    transition: all 0.3s ease;
}

.btn-wpp-loja i {
    font-size: 1rem;
}

.btn-wpp-loja:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.38);
}

.btn-rota-loja {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    color: var(--secondary-color);
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 9px;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(12, 12, 12, 0.04);
    transition: all 0.3s ease;
}

.btn-rota-loja:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(191, 8, 17, 0.20);
}

/* Responsivo */
@media (max-width: 991.98px) {
    .card-loja-mult {
        padding: 28px 24px;
    }
}

@media (max-width: 767.98px) {
    .secao-lojas-mult {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .card-loja-mult {
        padding: 26px 22px;
        border-radius: 14px;
    }

    .card-loja-mult h3 {
        font-size: 1.22rem;
    }

    .acoes-loja-mult {
        gap: 12px;
    }

    .btn-wpp-loja,
    .btn-rota-loja {
        width: 100%;
        min-height: 48px;
    }
}

@media (max-width: 575.98px) {
    .endereco-loja-mult {
        font-size: 0.92rem;
    }

    .info-loja-link {
        font-size: 0.9rem;
    }
}

/* =========================================================
   FOOTER - MULT CARRETAS
========================================================= */

.footer-mult {
    position: relative;
    padding: 58px 0 0;
    background: #050c12;
    color: #fff;
    overflow: hidden;
}

.footer-mult::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -160px;
    width: 420px;
    height: 420px;
    background: rgba(191, 8, 17, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.footer-mult::after {
    content: "";
    position: absolute;
    bottom: -220px;
    left: -180px;
    width: 460px;
    height: 460px;
    background: rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    pointer-events: none;
}

.footer-mult .container {
    position: relative;
    z-index: 2;
}

.logo-footer-mult {
    margin-bottom: 24px;
}

.logo-footer-mult img {
    display: block;
    max-width: 190px;
    height: auto;
}

.footer-desc-mult {
    max-width: 260px;
    margin: 0;
    color: #d5dee8;
    font-size: 0.95rem;
    line-height: 1.55;
}

.footer-title-mult {
    margin: 0 0 18px;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.footer-list-mult {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-list-mult li {
    margin-bottom: 10px;
}

.footer-list-mult li:last-child {
    margin-bottom: 0;
}

.footer-list-mult a {
    display: inline-flex;
    color: #f1f5f9;
    font-size: 0.95rem;
    line-height: 1.35;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-list-mult a:hover {
    color: var(--primary-color);
    text-decoration: none;
    transform: translateX(4px);
}

.footer-contact-mult p {
    display: flex;
    align-items: flex-start;
    margin: 0 0 16px;
    color: #f1f5f9;
    font-size: 0.95rem;
    line-height: 1.45;
}

.footer-contact-mult p:last-child {
    margin-bottom: 0;
}

.footer-contact-mult p > i,
.footer-contact-mult a i {
    flex: 0 0 22px;
    width: 22px;
    margin-top: 3px;
    margin-right: 8px;
    color: var(--primary-color);
    font-size: 0.95rem;
    text-align: center;
}

.footer-contact-mult a {
    display: flex;
    align-items: flex-start;
    color: #f1f5f9;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-mult a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.creditos-mult {
    margin-top: 54px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.creditos-box-mult {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.creditos-text-mult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.creditos-text-mult small {
    color: #aebaca;
    font-size: 0.82rem;
    line-height: 1.4;
}

.creditos-text-mult a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.creditos-text-mult a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.creditos-inovvary-mult {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.logo-inovvary-credito {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.logo-inovvary-credito img {
    display: block;
    width: auto;
    max-width: 92px;
    max-height: 35px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.logo-inovvary-credito:hover img {
    transform: translateY(-2px);
    opacity: 0.86;
}

.creditos-selos-mult {
    display: flex;
    align-items: center;
    gap: 10px;
}

.selo-code-mult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 64px;
    min-height: 34px;
    padding: 7px 10px;
    color: #fff;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
}

.selo-code-mult span {
    display: inline-block;
}

.selo-code-mult strong {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
}

.selo-html-mult {
    background: linear-gradient(135deg, #e34f26 0%, #f06529 100%);
    box-shadow: 0 10px 22px rgba(227, 79, 38, 0.18);
}

.selo-css-mult {
    background: linear-gradient(135deg, #1572b6 0%, #33a9dc 100%);
    box-shadow: 0 10px 22px rgba(21, 114, 182, 0.18);
}

.selo-code-mult:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
}

/* Responsivo */
@media (max-width: 991.98px) {
    .footer-mult {
        padding-top: 50px;
    }

    .footer-desc-mult {
        max-width: 100%;
    }

    .creditos-box-mult {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .footer-mult {
        padding-top: 46px;
    }

    .logo-footer-mult img {
        max-width: 170px;
    }

    .footer-title-mult {
        margin-bottom: 14px;
    }

    .creditos-mult {
        margin-top: 38px;
    }

    .creditos-text-mult {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .creditos-inovvary-mult {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .footer-contact-mult p,
    .footer-contact-mult a,
    .footer-list-mult a,
    .footer-desc-mult {
        font-size: 0.92rem;
    }

    .creditos-selos-mult {
        width: 100%;
    }

    .selo-code-mult {
        flex: 1;
    }

    .logo-inovvary-credito img {
        max-width: 86px;
        max-height: 20px;
    }
}

/*empresa*/

/* =========================================================
   FAIXA INTERNA PADRÃO - MULT CARRETAS
========================================================= */

.faixa-interna-mult {
    position: relative;
    min-height: 330px;
    padding: 110px 0 90px;
    background-color: #050c12;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.faixa-interna-mult::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -140px;
    width: 420px;
    height: 420px;
    background: rgba(191, 8, 17, 0.22);
    border-radius: 50%;
    pointer-events: none;
}

.faixa-interna-mult::after {
    content: "";
    position: absolute;
    bottom: -210px;
    left: -180px;
    width: 480px;
    height: 480px;
    background: rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    pointer-events: none;
}

.faixa-overlay-mult {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5, 12, 18, 0.93) 0%, rgba(5, 12, 18, 0.84) 52%, rgba(191, 8, 17, 0.48) 100%);
    z-index: 1;
}

.faixa-interna-mult .container {
    z-index: 2;
}

.faixa-subtitle-mult {
    display: inline-block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.faixa-subtitle-mult::before,
.faixa-subtitle-mult::after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 2px;
    margin: 0 12px 4px;
    background: var(--primary-color);
}

.faixa-interna-mult h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -1.8px;
    text-transform: uppercase;
}

.breadcrumb-wrapper-mult {
    display: flex;
    justify-content: center;
}

.breadcrumb-wrapper-mult .breadcrumb {
    justify-content: center;
    margin: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb-wrapper-mult .breadcrumb,
.breadcrumb-wrapper-mult .breadcrumb a,
.breadcrumb-wrapper-mult .breadcrumb li,
.breadcrumb-wrapper-mult .breadcrumb-item {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-wrapper-mult .breadcrumb a:hover {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-wrapper-mult .breadcrumb-item.active {
    color: #fff;
    font-weight: 800;
}

.breadcrumb-wrapper-mult .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}

/* =========================================================
   PÁGINA EMPRESA - MULT CARRETAS
========================================================= */

.secao-empresa-mult {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.secao-empresa-mult::before {
    content: "";
    position: absolute;
    top: 260px;
    left: -180px;
    width: 420px;
    height: 420px;
    background: rgba(191, 8, 17, 0.045);
    border-radius: 50%;
    pointer-events: none;
}

.secao-empresa-mult .container {
    position: relative;
    z-index: 2;
}

.empresa-img-box-mult {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(12, 12, 12, 0.14);
}

.empresa-img-box-mult::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 22px;
    z-index: 2;
    pointer-events: none;
}

.empresa-img-box-mult img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.empresa-img-box-mult:hover img {
    transform: scale(1.04);
}

.empresa-img-box-right-mult img {
    height: 390px;
}

.empresa-badge-mult {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 3;
    min-width: 142px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(12, 12, 12, 0.18);
}

.empresa-badge-mult strong {
    display: block;
    color: var(--primary-color);
    font-size: 2.35rem;
    font-weight: 900;
    line-height: 1;
}

.empresa-badge-mult span {
    display: block;
    margin-top: 5px;
    color: var(--secondary-color);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.3;
}

.desc-empresa-mult {
    margin-bottom: 18px;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.78;
}

.desc-empresa-mult:last-child {
    margin-bottom: 0;
}

.empresa-highlights-mult {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
}

.empresa-highlights-mult div {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--secondary-color);
    font-size: 0.96rem;
    font-weight: 800;
}

.empresa-highlights-mult i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 0.72rem;
}

.mini-card-empresa-mult {
    min-height: 150px;
    padding: 24px 22px;
    background: #f3f6f8;
    border: 1px solid #dfe5eb;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.mini-card-empresa-mult:hover {
    transform: translateY(-4px);
    border-color: rgba(191, 8, 17, 0.22);
    box-shadow: 0 16px 36px rgba(12, 12, 12, 0.08);
}

.mini-card-empresa-mult i {
    display: block;
    margin-bottom: 14px;
    color: var(--primary-color);
    font-size: 1.35rem;
}

.mini-card-empresa-mult strong {
    display: block;
    margin-bottom: 7px;
    color: var(--secondary-color);
    font-size: 1rem;
    font-weight: 900;
}

.mini-card-empresa-mult span {
    display: block;
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.5;
}

.empresa-actions-mult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.btn-empresa-modelos-mult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    color: #fff;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 16px 34px rgba(191, 8, 17, 0.24);
    transition: all 0.3s ease;
}

.btn-empresa-modelos-mult:hover {
    color: #fff;
    background: #98070e;
    border-color: #98070e;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(191, 8, 17, 0.32);
}

.btn-wpp-empresa-mult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #57d97a 100%);
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.26);
    transition: all 0.3s ease;
}

.btn-wpp-empresa-mult:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(37, 211, 102, 0.38);
}

/* =========================================================
   DIFERENCIAIS EMPRESA
========================================================= */

.secao-diferenciais-empresa-mult {
    position: relative;
    background: #eef2f5;
    overflow: hidden;
}

.card-diferencial-empresa-mult {
    padding: 30px 24px;
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(12, 12, 12, 0.055);
    transition: all 0.3s ease;
}

.card-diferencial-empresa-mult:hover {
    transform: translateY(-5px);
    border-color: rgba(191, 8, 17, 0.22);
    box-shadow: 0 22px 46px rgba(12, 12, 12, 0.09);
}

.card-diferencial-empresa-mult i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 14px;
    font-size: 1.25rem;
    box-shadow: 0 14px 28px rgba(191, 8, 17, 0.24);
}

.card-diferencial-empresa-mult h3 {
    margin-bottom: 12px;
    color: var(--secondary-color);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.25;
}

.card-diferencial-empresa-mult p {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.6;
}

/* =========================================================
   CTA EMPRESA
========================================================= */

.secao-cta-empresa-mult {
    background: #fff;
}

.cta-empresa-box-mult {
    position: relative;
    padding: 42px 40px;
    background: linear-gradient(135deg, #050c12 0%, #111923 62%, #2a0609 100%);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(12, 12, 12, 0.16);
}

.cta-empresa-box-mult::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -130px;
    width: 340px;
    height: 340px;
    background: rgba(191, 8, 17, 0.28);
    border-radius: 50%;
    pointer-events: none;
}

.cta-empresa-box-mult .row {
    position: relative;
    z-index: 2;
}

.subtitle-cta-empresa-mult {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.cta-empresa-box-mult h2 {
    max-width: 760px;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.8px;
}

.cta-empresa-box-mult p {
    max-width: 660px;
    margin: 0;
    color: #d5dee8;
    font-size: 1rem;
    line-height: 1.6;
}

.btn-cta-empresa-mult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #57d97a 100%);
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.28);
    transition: all 0.3s ease;
}

.btn-cta-empresa-mult:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 22px 46px rgba(37, 211, 102, 0.42);
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 991.98px) {
    .faixa-interna-mult {
        min-height: 290px;
        padding: 90px 0 75px;
    }

    .empresa-img-box-mult img,
    .empresa-img-box-right-mult img {
        height: 370px;
    }

    .empresa-actions-mult {
        align-items: stretch;
    }

    .cta-empresa-box-mult {
        padding: 36px 30px;
    }
}

@media (max-width: 767.98px) {
    .faixa-interna-mult {
        min-height: 260px;
        padding: 78px 0 66px;
    }

    .faixa-subtitle-mult::before,
    .faixa-subtitle-mult::after {
        width: 22px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .faixa-interna-mult h1 {
        font-size: 2.45rem;
        letter-spacing: -0.8px;
    }

    .secao-empresa-mult,
    .secao-diferenciais-empresa-mult,
    .secao-cta-empresa-mult {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .empresa-img-box-mult {
        border-radius: 18px;
    }

    .empresa-img-box-mult::before {
        border-radius: 18px;
    }

    .empresa-img-box-mult img,
    .empresa-img-box-right-mult img {
        height: 320px;
    }

    .empresa-badge-mult {
        right: 18px;
        bottom: 18px;
        min-width: 126px;
        padding: 15px 16px;
    }

    .empresa-badge-mult strong {
        font-size: 2rem;
    }

    .empresa-actions-mult {
        flex-direction: column;
        gap: 12px;
    }

    .btn-empresa-modelos-mult,
    .btn-wpp-empresa-mult,
    .btn-cta-empresa-mult {
        width: 100%;
        min-height: 54px;
        padding: 0 22px;
        text-align: center;
    }

    .cta-empresa-box-mult {
        padding: 34px 24px;
        border-radius: 18px;
    }
}

@media (max-width: 575.98px) {
    .faixa-interna-mult h1 {
        font-size: 2.1rem;
    }

    .faixa-subtitle-mult {
        font-size: 0.74rem;
    }

    .empresa-img-box-mult img,
    .empresa-img-box-right-mult img {
        height: 280px;
    }

    .desc-empresa-mult {
        font-size: 0.96rem;
    }

    .card-diferencial-empresa-mult,
    .mini-card-empresa-mult {
        padding: 24px 22px;
    }
}

/*produtos*/

/* =========================================================
   FAIXA INTERNA PADRÃO - MULT CARRETAS
========================================================= */

.faixa-interna-mult {
    position: relative;
    min-height: 330px;
    padding: 110px 0 90px;
    background-color: #050c12;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.faixa-interna-mult::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -140px;
    width: 420px;
    height: 420px;
    background: rgba(191, 8, 17, 0.22);
    border-radius: 50%;
    pointer-events: none;
}

.faixa-interna-mult::after {
    content: "";
    position: absolute;
    bottom: -210px;
    left: -180px;
    width: 480px;
    height: 480px;
    background: rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    pointer-events: none;
}

.faixa-overlay-mult {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5, 12, 18, 0.93) 0%, rgba(5, 12, 18, 0.84) 52%, rgba(191, 8, 17, 0.48) 100%);
    z-index: 1;
}

.faixa-interna-mult .container {
    z-index: 2;
}

.faixa-subtitle-mult {
    display: inline-block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.faixa-subtitle-mult::before,
.faixa-subtitle-mult::after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 2px;
    margin: 0 12px 4px;
    background: var(--primary-color);
}

.faixa-interna-mult h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -1.8px;
    text-transform: uppercase;
}

.breadcrumb-wrapper-mult {
    display: flex;
    justify-content: center;
}

.breadcrumb-wrapper-mult .breadcrumb {
    justify-content: center;
    margin: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb-wrapper-mult .breadcrumb,
.breadcrumb-wrapper-mult .breadcrumb a,
.breadcrumb-wrapper-mult .breadcrumb li,
.breadcrumb-wrapper-mult .breadcrumb-item {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-wrapper-mult .breadcrumb a:hover {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-wrapper-mult .breadcrumb-item.active {
    color: #fff;
    font-weight: 800;
}

.breadcrumb-wrapper-mult .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}


/* =========================================================
   PÁGINA PRODUTOS - MULT CARRETAS
========================================================= */

.secao-produtos-interna-mult {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.secao-produtos-interna-mult::before {
    content: "";
    position: absolute;
    top: 120px;
    left: -190px;
    width: 430px;
    height: 430px;
    background: rgba(191, 8, 17, 0.045);
    border-radius: 50%;
    pointer-events: none;
}

.secao-produtos-interna-mult::after {
    content: "";
    position: absolute;
    top: 780px;
    right: -220px;
    width: 500px;
    height: 500px;
    background: rgba(12, 12, 12, 0.035);
    border-radius: 50%;
    pointer-events: none;
}

.secao-produtos-interna-mult .container {
    position: relative;
    z-index: 2;
}

.btn-wpp-produtos-topo-mult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #57d97a 100%);
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.28);
    transition: all 0.3s ease;
}

.btn-wpp-produtos-topo-mult:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 22px 46px rgba(37, 211, 102, 0.40);
}


/* Filtros de categorias */

.filtros-categorias-produtos-mult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 54px;
    padding: 18px;
    background: #eef2f5;
    border: 1px solid #dfe5eb;
    border-radius: 16px;
}

.filtros-categorias-produtos-mult a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    color: var(--secondary-color);
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.filtros-categorias-produtos-mult a:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(191, 8, 17, 0.20);
}


/* Grupos */

.grupo-produtos-mult {
    position: relative;
    margin-bottom: 64px;
    scroll-margin-top: 120px;
}

.grupo-produtos-mult:last-child {
    margin-bottom: 0;
}

.grupo-produtos-header-mult {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dfe5eb;
}

.grupo-produtos-header-mult span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.grupo-produtos-header-mult h3 {
    margin: 0;
    color: var(--secondary-color);
    font-size: clamp(1.55rem, 2.6vw, 2.25rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.7px;
}

.grupo-produtos-header-mult small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    color: #64748b;
    background: #f3f6f8;
    border: 1px solid #dfe5eb;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}


/* Cards */

.card-produto-thumb-mult {
    position: relative;
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(12, 12, 12, 0.055);
    transition: all 0.3s ease;
}

.card-produto-thumb-mult:hover {
    transform: translateY(-6px);
    border-color: rgba(191, 8, 17, 0.24);
    box-shadow: 0 24px 52px rgba(12, 12, 12, 0.11);
}

.produto-thumb-link-mult {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.produto-thumb-link-mult:hover {
    color: inherit;
    text-decoration: none;
}

.produto-thumb-img-mult {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #050c12;
}

.produto-thumb-img-mult::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(5, 12, 18, 0.05) 0%, rgba(5, 12, 18, 0.58) 100%);
    pointer-events: none;
}

.produto-thumb-img-mult img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.55s ease;
}

.card-produto-thumb-mult:hover .produto-thumb-img-mult img {
    transform: scale(1.06);
}

.produto-thumb-tag-mult {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    box-shadow: 0 10px 24px rgba(191, 8, 17, 0.28);
}

.produto-thumb-content-mult {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 190px;
    padding: 24px 22px;
}

.produto-thumb-content-mult h4 {
    margin: 0 0 14px;
    color: var(--secondary-color);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.35;
}

.produto-thumb-content-mult p {
    margin: 0 0 18px;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
}

.produto-thumb-cta-mult {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    color: var(--primary-color);
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1;
    transition: all 0.3s ease;
}

.card-produto-thumb-mult:hover .produto-thumb-cta-mult {
    transform: translateX(4px);
}


/* =========================================================
   CTA PRODUTOS
========================================================= */

.secao-cta-produtos-mult {
    background: #fff;
}

.cta-produtos-box-mult {
    position: relative;
    padding: 42px 40px;
    background: linear-gradient(135deg, #050c12 0%, #111923 62%, #2a0609 100%);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(12, 12, 12, 0.16);
}

.cta-produtos-box-mult::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -130px;
    width: 340px;
    height: 340px;
    background: rgba(191, 8, 17, 0.28);
    border-radius: 50%;
    pointer-events: none;
}

.cta-produtos-box-mult .row {
    position: relative;
    z-index: 2;
}

.subtitle-cta-produtos-mult {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.cta-produtos-box-mult h2 {
    max-width: 760px;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.8px;
}

.cta-produtos-box-mult p {
    max-width: 660px;
    margin: 0;
    color: #d5dee8;
    font-size: 1rem;
    line-height: 1.6;
}

.btn-cta-produtos-mult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #57d97a 100%);
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.28);
    transition: all 0.3s ease;
}

.btn-cta-produtos-mult:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 22px 46px rgba(37, 211, 102, 0.42);
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 991.98px) {
    .faixa-interna-mult {
        min-height: 290px;
        padding: 90px 0 75px;
    }

    .btn-wpp-produtos-topo-mult {
        width: fit-content;
    }

    .produto-thumb-img-mult {
        height: 225px;
    }

    .produto-thumb-content-mult {
        min-height: 175px;
    }

    .cta-produtos-box-mult {
        padding: 36px 30px;
    }
}

@media (max-width: 767.98px) {
    .faixa-interna-mult {
        min-height: 260px;
        padding: 78px 0 66px;
    }

    .faixa-subtitle-mult::before,
    .faixa-subtitle-mult::after {
        width: 22px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .faixa-interna-mult h1 {
        font-size: 2.45rem;
        letter-spacing: -0.8px;
    }

    .secao-produtos-interna-mult,
    .secao-cta-produtos-mult {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .btn-wpp-produtos-topo-mult {
        width: 100%;
        min-height: 54px;
    }

    .filtros-categorias-produtos-mult {
        margin-bottom: 42px;
        padding: 14px;
        border-radius: 14px;
    }

    .filtros-categorias-produtos-mult a {
        flex: 1 1 calc(50% - 10px);
        min-height: 42px;
        padding: 0 12px;
        text-align: center;
    }

    .grupo-produtos-mult {
        margin-bottom: 48px;
        scroll-margin-top: 90px;
    }

    .grupo-produtos-header-mult {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 24px;
    }

    .produto-thumb-img-mult {
        height: 230px;
    }

    .produto-thumb-content-mult {
        min-height: auto;
        padding: 22px 20px;
    }

    .cta-produtos-box-mult {
        padding: 34px 24px;
        border-radius: 18px;
    }

    .btn-cta-produtos-mult {
        width: 100%;
        min-height: 54px;
        padding: 0 22px;
    }
}

@media (max-width: 575.98px) {
    .faixa-interna-mult h1 {
        font-size: 2.1rem;
    }

    .faixa-subtitle-mult {
        font-size: 0.74rem;
    }

    .filtros-categorias-produtos-mult a {
        flex: 1 1 100%;
    }

    .produto-thumb-img-mult {
        height: 210px;
    }

    .produto-thumb-content-mult h4 {
        font-size: 1rem;
    }

    .produto-thumb-content-mult p {
        font-size: 0.88rem;
    }
}

/*páginas internas dos produtos*/

/* =========================================================
   PÁGINA INTERNA DE PRODUTO - MULT CARRETAS
========================================================= */

.secao-produto-detalhe-mult {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.secao-produto-detalhe-mult::before {
    content: "";
    position: absolute;
    top: 120px;
    left: -190px;
    width: 430px;
    height: 430px;
    background: rgba(191, 8, 17, 0.045);
    border-radius: 50%;
    pointer-events: none;
}

.secao-produto-detalhe-mult .container {
    position: relative;
    z-index: 2;
}

.produto-galeria-mult {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 18px;
}

.produto-thumbs-mult {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 560px;
    padding-right: 6px;
    overflow-y: auto;
}

.produto-thumbs-mult::-webkit-scrollbar {
    width: 5px;
}

.produto-thumbs-mult::-webkit-scrollbar-track {
    background: #eef2f5;
    border-radius: 999px;
}

.produto-thumbs-mult::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 999px;
}

.produto-thumb-btn-mult {
    width: 78px;
    height: 78px;
    padding: 0;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.65;
    transition: all 0.3s ease;
}

.produto-thumb-btn-mult.active,
.produto-thumb-btn-mult:hover {
    opacity: 1;
    border-color: var(--primary-color);
}

.produto-thumb-btn-mult img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.produto-imagem-principal-mult {
    position: relative;
    height: 560px;
    background: #050c12;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 58px rgba(12, 12, 12, 0.13);
}

.produto-imagem-principal-mult img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.produto-badge-oferta-mult {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.produto-zoom-btn-mult {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: var(--secondary-color);
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(12, 12, 12, 0.12);
    cursor: pointer;
    transition: all 0.3s ease;
}

.produto-zoom-btn-mult:hover {
    color: #fff;
    background: var(--primary-color);
}

.produto-info-mult {
    padding-top: 8px;
}

.produto-rating-mult {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.produto-stars-mult {
    display: flex;
    gap: 3px;
    color: #f5b400;
    font-size: 0.82rem;
}

.produto-rating-mult span {
    color: #94a3b8;
    font-size: 0.86rem;
}

.produto-info-mult h2 {
    margin-bottom: 28px;
    color: var(--secondary-color);
    font-size: clamp(2.15rem, 4vw, 2.35rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1.4px;
}

.produto-preco-mult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.preco-antigo-mult {
    color: #b8b8b8;
    font-size: 1.35rem;
    font-weight: 900;
    text-decoration: line-through;
}

.produto-preco-mult strong {
    color: var(--secondary-color);
    font-size: 1.45rem;
    font-weight: 900;
}

.produto-resumo-mult {
    margin-bottom: 28px;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.72;
}

.form-whatsapp-produto-mult {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

.form-group-produto-mult {
    display: flex;
    flex-direction: column;
}

.form-group-produto-mult label {
    margin-bottom: 7px;
    color: var(--secondary-color);
    font-size: 0.82rem;
    font-weight: 900;
}

.form-group-produto-mult select {
    width: 100%;
    height: 52px;
    padding: 0 14px;
    color: var(--secondary-color);
    background: #fff;
    border: 1px solid #dfe5eb;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 800;
    outline: none;
    transition: all 0.3s ease;
}

.form-group-produto-mult select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(191, 8, 17, 0.08);
}

.btn-whatsapp-produto-mult {
    align-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 26px;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #57d97a 100%);
    border: 0;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.26);
    transition: all 0.3s ease;
}

.btn-whatsapp-produto-mult:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(37, 211, 102, 0.38);
}

.produto-beneficios-mult {
    display: grid;
    gap: 11px;
    padding-top: 22px;
    border-top: 1px solid #dfe5eb;
}

.produto-beneficios-mult div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--secondary-color);
    font-size: 0.92rem;
    font-weight: 800;
}

.produto-beneficios-mult i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 0.68rem;
}

/* =========================================================
   DESCRIÇÃO DO PRODUTO - MULT CARRETAS
========================================================= */

.secao-descricao-produto-mult {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.box-descricao-produto-mult {
    position: relative;
    padding: 0;
    background: #fff;
    border-top: 1px solid #dfe5eb;
}

.descricao-produto-header-mult {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 42px;
}

.descricao-produto-header-mult span {
    position: relative;
    display: inline-block;
    padding: 18px 0 14px;
    color: var(--secondary-color);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
}

.descricao-produto-header-mult span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 72px;
    height: 2px;
    background: var(--secondary-color);
    transform: translateX(-50%);
}

.descricao-produto-content-mult {
    margin: 0 auto;
}

.lista-descricao-produto-mult {
    margin: 0 0 28px;
    padding-left: 22px;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.65;
}

.lista-descricao-produto-mult li {
    margin-bottom: 5px;
}

.lista-descricao-produto-mult li:last-child {
    margin-bottom: 0;
}

.box-descricao-produto-mult h3 {
    margin: 0 0 16px;
    color: var(--secondary-color);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
}

@media (max-width: 767.98px) {
    .descricao-produto-header-mult {
        margin-bottom: 32px;
    }

    .descricao-produto-content-mult {
        max-width: 100%;
    }

    .lista-descricao-produto-mult {
        font-size: 0.95rem;
        line-height: 1.62;
    }
}

/* CTA */

.secao-cta-produto-mult {
    background: #fff;
}

.cta-produto-box-mult {
    position: relative;
    padding: 42px 40px;
    background: linear-gradient(135deg, #050c12 0%, #111923 62%, #2a0609 100%);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(12, 12, 12, 0.16);
}

.cta-produto-box-mult::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -130px;
    width: 340px;
    height: 340px;
    background: rgba(191, 8, 17, 0.28);
    border-radius: 50%;
    pointer-events: none;
}

.cta-produto-box-mult .row {
    position: relative;
    z-index: 2;
}

.subtitle-cta-produto-mult {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.cta-produto-box-mult h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    font-weight: 900;
    line-height: 1.12;
}

.cta-produto-box-mult p {
    margin: 0;
    color: #d5dee8;
    font-size: 1rem;
    line-height: 1.6;
}

.btn-cta-produto-mult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    color: #fff;
    background: linear-gradient(135deg, #25d366 0%, #57d97a 100%);
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.28);
    transition: all 0.3s ease;
}

.btn-cta-produto-mult:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
}

/* Responsivo */

@media (max-width: 991.98px) {
    .produto-galeria-mult {
        grid-template-columns: 1fr;
    }

    .produto-thumbs-mult {
        order: 2;
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 6px 0;
    }

    .produto-thumb-btn-mult {
        flex: 0 0 74px;
        width: 74px;
        height: 74px;
    }

    .produto-imagem-principal-mult {
        height: 460px;
    }

    .form-whatsapp-produto-mult {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .secao-produto-detalhe-mult,
    .secao-descricao-produto-mult,
    .secao-cta-produto-mult {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .produto-imagem-principal-mult {
        height: 360px;
        border-radius: 16px;
    }

    .produto-info-mult h2 {
        font-size: 2.2rem;
    }

    .produto-preco-mult {
        margin-bottom: 24px;
    }

    .preco-antigo-mult {
        font-size: 1.15rem;
    }

    .produto-preco-mult strong {
        font-size: 1.28rem;
    }

    .descricao-produto-header-mult {
        justify-content: flex-start;
    }

    .cta-produto-box-mult {
        padding: 34px 24px;
        border-radius: 18px;
    }

    .btn-cta-produto-mult {
        width: 100%;
        min-height: 54px;
    }
}

@media (max-width: 575.98px) {
    .produto-imagem-principal-mult {
        height: 300px;
    }

    .produto-thumb-btn-mult {
        flex: 0 0 68px;
        width: 68px;
        height: 68px;
    }

    .produto-info-mult h2 {
        font-size: 1.95rem;
    }

    .lista-descricao-produto-mult {
        font-size: 0.94rem;
    }
}

/* =========================================================
   GALERIA PADRÃO PRODUTO - MULT CARRETAS
========================================================= */

.produto-galeria-mult {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
    width: 100%;
    max-width: 100%;
}

/* Coluna de miniaturas com rolagem */
.produto-thumbs-mult {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 560px;
    max-height: 560px;
    padding: 0 6px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Scroll personalizado */
.produto-thumbs-mult::-webkit-scrollbar {
    width: 6px;
}

.produto-thumbs-mult::-webkit-scrollbar-track {
    background: #eef2f5;
    border-radius: 999px;
}

.produto-thumbs-mult::-webkit-scrollbar-thumb {
    background: #8b8b8b;
    border-radius: 999px;
}

.produto-thumbs-mult::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

/* Botões das thumbs */
.produto-thumb-btn-mult {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    padding: 0;
    background: #f3f6f8;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.62;
    transition: all 0.3s ease;
}

.produto-thumb-btn-mult.active,
.produto-thumb-btn-mult:hover {
    opacity: 1;
    border-color: var(--primary-color);
}

.produto-thumb-btn-mult img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #f3f6f8;
}

/* Imagem principal com tamanho padrão */
.produto-imagem-principal-mult {
    position: relative;
    width: 100%;
    height: 560px;
    min-height: 560px;
    max-height: 560px;
    background: #f3f6f8;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 58px rgba(12, 12, 12, 0.13);
}

.produto-imagem-principal-mult img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Botão de zoom */
.produto-zoom-btn-mult {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    color: var(--secondary-color);
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(12, 12, 12, 0.14);
    cursor: pointer;
    transition: all 0.3s ease;
}

.produto-zoom-btn-mult:hover {
    color: #fff;
    background: var(--primary-color);
}

/* Responsivo */
@media (max-width: 991.98px) {
    .produto-galeria-mult {
        grid-template-columns: 1fr;
    }

    .produto-thumbs-mult {
        order: 2;
        flex-direction: row;
        height: auto;
        max-height: none;
        padding: 6px 0;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .produto-thumbs-mult::-webkit-scrollbar {
        height: 6px;
        width: auto;
    }

    .produto-thumb-btn-mult {
        flex: 0 0 74px;
        width: 74px;
        height: 74px;
    }

    .produto-imagem-principal-mult {
        height: 460px;
        min-height: 460px;
        max-height: 460px;
    }
}

@media (max-width: 767.98px) {
    .produto-imagem-principal-mult {
        height: 360px;
        min-height: 360px;
        max-height: 360px;
        border-radius: 16px;
    }

    .produto-thumb-btn-mult {
        flex: 0 0 70px;
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 575.98px) {
    .produto-imagem-principal-mult {
        height: 300px;
        min-height: 300px;
        max-height: 300px;
    }

    .produto-thumb-btn-mult {
        flex: 0 0 66px;
        width: 66px;
        height: 66px;
    }

    .produto-zoom-btn-mult {
        width: 46px;
        height: 46px;
        top: 16px;
        right: 16px;
    }
}

/*contato*/

/* ================================
   CONTATO - MULT CARRETAS
================================ */

.secao-contato-mult {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.secao-contato-mult::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.035);
    left: -140px;
    top: 80px;
    pointer-events: none;
}

.box-info-contato-mult,
.box-form-contato-mult,
.card-loja-contato-mult,
.cta-contato-box-mult {
    position: relative;
    z-index: 2;
}

.box-info-contato-mult {
    background: #071016;
    border-radius: 26px;
    padding: 42px 36px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(12, 12, 12, 0.12);
}

.box-info-contato-mult::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.22);
}

.box-info-contato-mult::after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -90px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.contato-box-subtitle {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.box-info-contato-mult h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 18px;
}

.box-info-contato-mult p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 30px;
}

.lista-contato-mult {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.item-contato-mult {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.item-contato-mult:hover {
    background: rgba(191, 8, 17, 0.14);
    border-color: rgba(191, 8, 17, 0.38);
    transform: translateX(4px);
    color: #fff;
}

.item-contato-mult span {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.item-contato-mult strong {
    display: block;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.35;
}

.item-contato-mult small {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.45;
    margin-top: 2px;
}

.box-form-contato-mult {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 26px;
    padding: 42px;
    box-shadow: 0 20px 45px rgba(12, 12, 12, 0.08);
}

.form-contato-header-mult {
    margin-bottom: 30px;
}

.form-contato-header-mult span {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.form-contato-header-mult h3 {
    color: var(--secondary-color);
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 12px;
}

.form-contato-header-mult p {
    color: #596273;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.box-form-contato-mult .form-group {
    margin-bottom: 18px;
}

.box-form-contato-mult .form-control {
    height: 56px;
    border-radius: 14px;
    border: 1px solid #dfe4ea;
    background: #f7f9fb;
    color: #111827;
    font-size: 0.96rem;
    font-weight: 500;
    padding: 0 18px;
    box-shadow: none;
    transition: all 0.25s ease;
}

.box-form-contato-mult textarea.form-control {
    height: auto;
    min-height: 150px;
    padding-top: 16px;
    resize: vertical;
}

.box-form-contato-mult .form-control::placeholder {
    color: #7b8494;
}

.box-form-contato-mult .form-control:focus {
    border-color: rgba(191, 8, 17, 0.65);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(191, 8, 17, 0.08);
}

.box-form-contato-mult select.form-control {
    cursor: pointer;
}

.btn-envia-contato-mult {
    height: 58px;
    border-radius: 14px;
    border: 0;
    background: var(--primary-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 30px rgba(191, 8, 17, 0.22);
    transition: all 0.25s ease;
}

.btn-envia-contato-mult:hover {
    background: #a7060e;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(191, 8, 17, 0.28);
}

.btn-contato-whatsapp-mult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 14px;
    background: #25d366;
    color: #fff !important;
    font-size: 0.98rem;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 16px 35px rgba(37, 211, 102, 0.25);
    transition: all 0.25s ease;
}

.btn-contato-whatsapp-mult:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(37, 211, 102, 0.32);
}

.secao-mapa-contato-mult {
    background: #fff;
}

.contato-lojas-grid-mult {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    row-gap: 0;
}

.contato-lojas-grid-mult > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
}

.card-loja-contato-mult {
    display: flex;
    flex-direction: column;
    background: #f3f6f9;
    border: 1px solid #e1e6ec;
    border-radius: 24px;
    padding: 34px;
    transition: all 0.25s ease;
}

.card-loja-contato-mult:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(12, 12, 12, 0.08);
    background: #fff;
}

.card-loja-contato-mult span {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.card-loja-contato-mult h3 {
    color: var(--secondary-color);
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 12px;
}

.card-loja-contato-mult p {
    color: #5b6473;
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 22px;
}

.card-loja-contato-mult ul {
    list-style: none;
    padding: 0;
    margin: 0 0 26px 0;
}

.card-loja-contato-mult ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.card-loja-contato-mult ul li i {
    color: var(--primary-color);
    margin-top: 3px;
    min-width: 18px;
}

.card-loja-contato-mult ul li a {
    color: #111827;
    text-decoration: none;
    transition: color 0.25s ease;
}

.card-loja-contato-mult ul li a:hover {
    color: var(--primary-color);
}

.card-loja-actions-mult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.btn-loja-whatsapp-mult,
.btn-loja-rota-mult {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    font-weight: 900;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.btn-loja-whatsapp-mult {
    background: #25d366;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.22);
}

.btn-loja-rota-mult {
    background: #fff;
    color: var(--secondary-color) !important;
    border: 1px solid #dfe4ea;
}

.btn-loja-whatsapp-mult:hover,
.btn-loja-rota-mult:hover {
    transform: translateY(-2px);
}

.secao-cta-contato-mult {
    background: #fff;
}

.cta-contato-box-mult {
    background: #071016;
    border-radius: 26px;
    padding: 42px;
    overflow: hidden;
    position: relative;
}

.cta-contato-box-mult::before {
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.24);
}

.cta-contato-box-mult span {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cta-contato-box-mult h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 12px;
}

.cta-contato-box-mult p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.btn-cta-contato-mult {
    position: relative;
    z-index: 2;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 14px;
    background: #25d366;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.98rem;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 16px 35px rgba(37, 211, 102, 0.22);
    transition: all 0.25s ease;
}

.btn-cta-contato-mult:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(37, 211, 102, 0.3);
}

/* Responsivo */
@media (max-width: 991px) {
    .contato-lojas-grid-mult {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .box-info-contato-mult,
    .box-form-contato-mult,
    .card-loja-contato-mult,
    .cta-contato-box-mult {
        padding: 30px;
        border-radius: 22px;
    }

    .box-info-contato-mult h3,
    .form-contato-header-mult h3,
    .cta-contato-box-mult h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    .box-info-contato-mult,
    .box-form-contato-mult,
    .card-loja-contato-mult,
    .cta-contato-box-mult {
        padding: 24px;
        border-radius: 20px;
    }

    .box-info-contato-mult h3,
    .form-contato-header-mult h3,
    .cta-contato-box-mult h2 {
        font-size: 1.55rem;
    }

    .item-contato-mult {
        padding: 14px 12px;
    }

    .card-loja-actions-mult {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-loja-whatsapp-mult,
    .btn-loja-rota-mult,
    .btn-contato-whatsapp-mult,
    .btn-cta-contato-mult {
        width: 100%;
    }
}

/*mapa do site*/

/* ================================
   MAPA DO SITE - MULT CARRETAS
================================ */

.secao-mapa-site-mult {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.secao-mapa-site-mult::before {
    content: "";
    position: absolute;
    left: -160px;
    top: 120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.035);
    pointer-events: none;
}

.secao-mapa-site-mult::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: 80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(12, 12, 12, 0.025);
    pointer-events: none;
}

.card-mapa-site-mult {
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #e2e7ee;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 16px 38px rgba(12, 12, 12, 0.06);
    transition: all 0.25s ease;
    overflow: hidden;
}

.card-mapa-site-mult::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    right: 34px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: var(--primary-color);
    opacity: 0;
    transition: all 0.25s ease;
}

.card-mapa-site-mult:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(12, 12, 12, 0.1);
    border-color: rgba(191, 8, 17, 0.25);
}

.card-mapa-site-mult:hover::before {
    opacity: 1;
}

.mapa-site-icon-mult {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(191, 8, 17, 0.08);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 24px;
}

.card-mapa-site-mult h3 {
    color: var(--secondary-color);
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 22px;
}

.card-mapa-site-mult ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-mapa-site-mult ul li {
    margin-bottom: 11px;
}

.card-mapa-site-mult ul li:last-child {
    margin-bottom: 0;
}

.card-mapa-site-mult a {
    color: #263142;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.card-mapa-site-mult a i {
    color: var(--primary-color);
    margin-right: 7px;
    font-size: 0.82rem;
    transition: all 0.25s ease;
}

.card-mapa-site-mult a:hover {
    color: var(--primary-color);
}

.card-mapa-site-mult a:hover i {
    transform: translateX(3px);
}

.mapa-site-grid-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

.mapa-site-grid-links a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #edf0f4;
}

.mapa-site-multi-links {
    columns: 4 230px;
    column-gap: 32px;
}

.mapa-site-multi-links a {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    width: 100%;
    padding: 9px 0;
    border-bottom: 1px solid #edf0f4;
    break-inside: avoid;
    font-size: 0.9rem;
    line-height: 1.35;
}

.mapa-site-multi-links a i {
    flex: 0 0 auto;
    margin: 4px 0 0;
}

.mapa-site-multi-links a span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.card-mapa-contato-mult {
    background: #071016;
    border-color: #071016;
    color: #fff;
}

.card-mapa-contato-mult::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.22);
    pointer-events: none;
}

.card-mapa-contato-mult h3 {
    color: #fff;
}

.card-mapa-contato-mult p {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 26px;
}

.card-mapa-contato-mult .mapa-site-icon-mult {
    position: relative;
    z-index: 2;
    background: rgba(37, 211, 102, 0.12);
    color: #25d366;
}

.btn-mapa-whatsapp-mult {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 14px;
    background: #25d366;
    color: #fff !important;
    font-size: 0.96rem;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 16px 32px rgba(37, 211, 102, 0.22);
    transition: all 0.25s ease;
}

.btn-mapa-whatsapp-mult i {
    color: #fff !important;
    margin-right: 8px;
}

.btn-mapa-whatsapp-mult:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(37, 211, 102, 0.3);
}

.card-mapa-contato-horizontal-mult {
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) minmax(280px, 1.4fr) auto;
    align-items: center;
    gap: 24px;
}

.card-mapa-contato-horizontal-mult .mapa-site-icon-mult,
.card-mapa-contato-horizontal-mult h3,
.card-mapa-contato-horizontal-mult p {
    margin: 0;
}

.card-mapa-contato-horizontal-mult .btn-mapa-whatsapp-mult {
    white-space: nowrap;
}

/* Responsivo */
@media (max-width: 991px) {
    .card-mapa-site-mult {
        padding: 28px;
        border-radius: 22px;
    }

    .mapa-site-grid-links {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mapa-site-multi-links {
        columns: 3 200px;
        column-gap: 24px;
    }

    .card-mapa-contato-horizontal-mult {
        grid-template-columns: auto 1fr;
    }

    .card-mapa-contato-horizontal-mult p,
    .card-mapa-contato-horizontal-mult .btn-mapa-whatsapp-mult {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .card-mapa-site-mult {
        padding: 24px;
        border-radius: 20px;
    }

    .card-mapa-site-mult h3 {
        font-size: 1.35rem;
    }

    .mapa-site-icon-mult {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 1.2rem;
    }

    .btn-mapa-whatsapp-mult {
        width: 100%;
    }

    .mapa-site-multi-links {
        columns: 1;
    }

    .card-mapa-contato-horizontal-mult {
        display: block;
    }

    .card-mapa-contato-horizontal-mult .mapa-site-icon-mult,
    .card-mapa-contato-horizontal-mult h3,
    .card-mapa-contato-horizontal-mult p {
        margin-bottom: 20px;
    }
}

/* ================================
   ERRO 404 - MULT CARRETAS
================================ */

.secao-erro-404-mult {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.secao-erro-404-mult::before {
    content: "";
    position: absolute;
    left: -160px;
    top: 70px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.035);
    pointer-events: none;
}

.erro-404-content-mult,
.erro-404-card-mult {
    position: relative;
    z-index: 2;
}

.erro-label-mult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 0 28px;
    border-radius: 20px;
    background: rgba(191, 8, 17, 0.08);
    color: var(--primary-color);
    font-size: 3rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.06em;
    margin-bottom: 26px;
}

.erro-404-content-mult h2 {
    color: var(--secondary-color);
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.055em;
    margin-bottom: 24px;
}

.erro-404-content-mult p {
    color: #596273;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 620px;
    margin-bottom: 28px;
}

.erro-redirect-box-mult {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 520px;
    padding: 18px;
    border-radius: 18px;
    background: #f3f6f9;
    border: 1px solid #e2e7ee;
    margin-bottom: 30px;
}

.erro-redirect-box-mult i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.1);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.erro-redirect-box-mult strong {
    display: block;
    color: var(--secondary-color);
    font-size: 0.98rem;
    font-weight: 900;
    margin-bottom: 3px;
}

.erro-redirect-box-mult small {
    display: block;
    color: #667085;
    font-size: 0.92rem;
    line-height: 1.5;
}

.erro-redirect-box-mult b {
    color: var(--primary-color);
    font-weight: 950;
}

.erro-actions-mult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-erro-primary-mult,
.btn-erro-outline-mult {
    min-height: 54px;
    padding: 0 26px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.96rem;
    font-weight: 900;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.btn-erro-primary-mult {
    background: var(--primary-color);
    color: #fff !important;
    box-shadow: 0 16px 32px rgba(191, 8, 17, 0.22);
}

.btn-erro-outline-mult {
    background: #fff;
    color: var(--secondary-color) !important;
    border: 1px solid #dfe4ea;
}

.btn-erro-primary-mult:hover,
.btn-erro-outline-mult:hover {
    transform: translateY(-2px);
}

.btn-erro-primary-mult:hover {
    background: #a7060e;
    box-shadow: 0 20px 38px rgba(191, 8, 17, 0.28);
}

.erro-404-card-mult {
    position: relative;
    background: #071016;
    border-radius: 28px;
    padding: 42px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 24px 52px rgba(12, 12, 12, 0.14);
}

.erro-404-card-mult::before {
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.23);
    pointer-events: none;
}

.erro-card-icon-mult {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    border-radius: 22px;
    background: rgba(191, 8, 17, 0.16);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    margin-bottom: 26px;
}

.erro-404-card-mult h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 2rem;
    font-weight: 950;
    line-height: 1.08;
    margin-bottom: 14px;
}

.erro-404-card-mult p {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 28px;
}

.erro-links-grid-mult {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.erro-links-grid-mult a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.erro-links-grid-mult a i {
    color: var(--primary-color);
    margin-right: 8px;
    transition: all 0.25s ease;
}

.erro-links-grid-mult a:hover {
    background: rgba(191, 8, 17, 0.16);
    border-color: rgba(191, 8, 17, 0.35);
}

.erro-links-grid-mult a:hover i {
    transform: translateX(3px);
}

.secao-atalhos-404-mult {
    background: #f3f6f9;
    position: relative;
    overflow: hidden;
}

.card-atalho-404-mult {
    display: block;
    background: #fff;
    border: 1px solid #e2e7ee;
    border-radius: 24px;
    padding: 30px;
    text-decoration: none !important;
    box-shadow: 0 14px 32px rgba(12, 12, 12, 0.055);
    transition: all 0.25s ease;
}

.card-atalho-404-mult:hover {
    transform: translateY(-5px);
    border-color: rgba(191, 8, 17, 0.28);
    box-shadow: 0 22px 45px rgba(12, 12, 12, 0.09);
}

.card-atalho-404-mult span {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(191, 8, 17, 0.08);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 22px;
}

.card-atalho-404-mult h3 {
    color: var(--secondary-color);
    font-size: 1.35rem;
    font-weight: 950;
    line-height: 1.15;
    margin-bottom: 12px;
}

.card-atalho-404-mult p {
    color: #596273;
    font-size: 0.96rem;
    line-height: 1.65;
    margin-bottom: 0;
}

.secao-mapa-404-mult {
    background: #fff;
}

.box-mapa-404-cta-mult {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 34px;
    background: #fff;
    border: 1px solid #e2e7ee;
    border-radius: 24px;
    box-shadow: 0 14px 32px rgba(12, 12, 12, 0.055);
}

.mapa-404-cta-icon-mult {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    color: var(--primary-color);
    background: rgba(191, 8, 17, 0.08);
    font-size: 1.4rem;
}

.box-mapa-404-cta-mult span {
    display: block;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.box-mapa-404-cta-mult h2 {
    margin: 0 0 7px;
    color: var(--secondary-color);
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 950;
    line-height: 1.15;
}

.box-mapa-404-cta-mult p {
    max-width: 720px;
    margin: 0;
    color: #596273;
    font-size: 0.95rem;
    line-height: 1.6;
}

.box-mapa-404-cta-mult .btn-erro-primary-mult {
    white-space: nowrap;
}

.box-mapa-404-mult {
    background: #fff;
    border: 1px solid #e2e7ee;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 14px 32px rgba(12, 12, 12, 0.055);
}

.box-mapa-404-mult h3 {
    color: var(--secondary-color);
    font-size: 1.55rem;
    font-weight: 950;
    margin-bottom: 24px;
}

.mapa-404-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

.mapa-404-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mapa-404-grid a,
.mapa-404-list a {
    display: block;
    color: #263142;
    font-size: 0.96rem;
    font-weight: 750;
    line-height: 1.5;
    text-decoration: none !important;
    padding: 9px 0;
    border-bottom: 1px solid #edf0f4;
    transition: all 0.25s ease;
}

.mapa-404-grid a i,
.mapa-404-list a i {
    color: var(--primary-color);
    margin-right: 7px;
    transition: all 0.25s ease;
}

.mapa-404-grid a:hover,
.mapa-404-list a:hover {
    color: var(--primary-color);
}

.mapa-404-grid a:hover i,
.mapa-404-list a:hover i {
    transform: translateX(3px);
}

/* Responsivo */
@media (max-width: 991px) {
    .erro-404-card-mult,
    .box-mapa-404-mult {
        padding: 30px;
        border-radius: 24px;
    }

    .erro-404-card-mult h3 {
        font-size: 1.75rem;
    }

    .mapa-404-grid {
        grid-template-columns: 1fr;
    }

    .box-mapa-404-cta-mult {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .box-mapa-404-cta-mult .btn-erro-primary-mult {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 575px) {
    .erro-label-mult {
        font-size: 2.4rem;
        min-height: 62px;
    }

    .erro-actions-mult {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-erro-primary-mult,
    .btn-erro-outline-mult {
        width: 100%;
    }

    .erro-404-card-mult,
    .box-mapa-404-mult,
    .card-atalho-404-mult {
        padding: 24px;
        border-radius: 20px;
    }

    .erro-links-grid-mult {
        grid-template-columns: 1fr;
    }

    .erro-redirect-box-mult {
        flex-direction: column;
    }

    .box-mapa-404-cta-mult {
        display: block;
        padding: 24px;
        border-radius: 20px;
    }

    .mapa-404-cta-icon-mult,
    .box-mapa-404-cta-mult h2,
    .box-mapa-404-cta-mult p {
        margin-bottom: 18px;
    }

    .box-mapa-404-cta-mult .btn-erro-primary-mult {
        width: 100%;
        white-space: normal;
    }
}

/* ================================
   POLÍTICA DE PRIVACIDADE - MULT
================================ */

.secao-politica-mult {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.secao-politica-mult::before {
    content: "";
    position: absolute;
    left: -160px;
    top: 120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.035);
    pointer-events: none;
}

.secao-politica-mult::after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: 140px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(12, 12, 12, 0.025);
    pointer-events: none;
}

.politica-sidebar-mult {
    position: sticky;
    top: 110px;
    z-index: 2;
    background: #071016;
    border-radius: 28px;
    padding: 36px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 24px 52px rgba(12, 12, 12, 0.14);
}

.politica-sidebar-mult::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.24);
    pointer-events: none;
}

.politica-sidebar-icon-mult {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    border-radius: 22px;
    background: rgba(191, 8, 17, 0.16);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    margin-bottom: 26px;
}

.politica-sidebar-mult h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 2rem;
    font-weight: 950;
    line-height: 1.08;
    margin-bottom: 16px;
}

.politica-sidebar-mult p {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.98rem;
    line-height: 1.75;
    margin-bottom: 24px;
}

.politica-info-box-mult {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 26px;
}

.politica-info-box-mult strong {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 850;
}

.politica-info-box-mult span {
    color: var(--primary-color);
    font-weight: 950;
}

.politica-nav-mult {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 26px;
}

.politica-nav-mult a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.politica-nav-mult a i {
    color: var(--primary-color);
    margin-right: 8px;
    transition: all 0.25s ease;
}

.politica-nav-mult a:hover {
    background: rgba(191, 8, 17, 0.16);
    border-color: rgba(191, 8, 17, 0.34);
}

.politica-nav-mult a:hover i {
    transform: translateX(3px);
}

.btn-politica-contato-mult {
    position: relative;
    z-index: 2;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 14px;
    background: var(--primary-color);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.96rem;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 16px 32px rgba(191, 8, 17, 0.22);
    transition: all 0.25s ease;
}

.btn-politica-contato-mult:hover {
    background: #a7060e;
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(191, 8, 17, 0.28);
}

.politica-content-mult {
    position: relative;
    z-index: 2;
}

.politica-bloco-mult {
    background: #fff;
    border: 1px solid #e2e7ee;
    border-radius: 26px;
    padding: 40px;
    margin-bottom: 28px;
    box-shadow: 0 16px 38px rgba(12, 12, 12, 0.055);
    scroll-margin-top: 130px;
}

.politica-bloco-mult:last-child {
    margin-bottom: 0;
}

.politica-tag-mult {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.politica-bloco-mult h2 {
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -0.035em;
    margin-bottom: 22px;
}

.politica-bloco-mult h3 {
    color: var(--secondary-color);
    font-size: 1.22rem;
    font-weight: 900;
    line-height: 1.25;
    margin-top: 28px;
    margin-bottom: 14px;
}

.politica-bloco-mult p {
    color: #4f5b6c;
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 16px;
}

.politica-bloco-mult p:last-child {
    margin-bottom: 0;
}

.politica-bloco-mult a {
    color: var(--primary-color);
    font-weight: 850;
    text-decoration: none;
}

.politica-bloco-mult a:hover {
    text-decoration: underline;
}

.politica-bloco-mult ul {
    padding-left: 0;
    margin: 18px 0 0 0;
    list-style: none;
}

.politica-bloco-mult ul li {
    position: relative;
    color: #4f5b6c;
    font-size: 1rem;
    line-height: 1.75;
    padding-left: 28px;
    margin-bottom: 12px;
}

.politica-bloco-mult ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary-color);
    font-size: 0.85rem;
}

.politica-bloco-mult ul li strong {
    color: var(--secondary-color);
    font-weight: 900;
}

.politica-cta-mult {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 28px;
    padding: 24px;
    border-radius: 20px;
    background: #f3f6f9;
    border: 1px solid #e2e7ee;
}

.politica-cta-mult strong {
    display: block;
    color: var(--secondary-color);
    font-size: 1rem;
    font-weight: 950;
    margin-bottom: 4px;
}

.politica-cta-mult small {
    display: block;
    color: #667085;
    font-size: 0.92rem;
    line-height: 1.5;
}

.politica-cta-mult a {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 13px;
    background: var(--primary-color);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 0.92rem;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(191, 8, 17, 0.2);
    transition: all 0.25s ease;
}

.politica-cta-mult a:hover {
    background: #a7060e;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(191, 8, 17, 0.26);
}

/* Responsivo */
@media (max-width: 991px) {
    .politica-sidebar-mult {
        position: relative;
        top: auto;
    }

    .politica-sidebar-mult,
    .politica-bloco-mult {
        padding: 30px;
        border-radius: 24px;
    }

    .politica-sidebar-mult h2,
    .politica-bloco-mult h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    .politica-sidebar-mult,
    .politica-bloco-mult {
        padding: 24px;
        border-radius: 20px;
    }

    .politica-sidebar-mult h2,
    .politica-bloco-mult h2 {
        font-size: 1.55rem;
    }

    .politica-cta-mult {
        flex-direction: column;
        align-items: stretch;
    }

    .politica-cta-mult a,
    .btn-politica-contato-mult {
        width: 100%;
    }
}

/* ================================
   LOCAÇÃO - MULT CARRETAS
================================ */

.secao-locacao-hero-mult {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.secao-locacao-hero-mult::before {
    content: "";
    position: absolute;
    left: -160px;
    top: 100px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.035);
    pointer-events: none;
}

.locacao-hero-content-mult {
    position: relative;
    z-index: 2;
}

.locacao-hero-content-mult h2 {
    color: var(--secondary-color);
    font-size: clamp(2.25rem, 4.5vw, 4.2rem);
    font-weight: 950;
    line-height: 0.98;
    letter-spacing: -0.055em;
    margin-bottom: 24px;
}

.locacao-hero-content-mult p {
    color: #596273;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 620px;
    margin-bottom: 28px;
}

.locacao-destaques-mult {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.locacao-destaques-mult div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #263142;
    font-size: 0.98rem;
    font-weight: 750;
    line-height: 1.45;
}

.locacao-destaques-mult i {
    color: var(--primary-color);
    margin-top: 4px;
}

.locacao-destaques-mult strong {
    color: var(--primary-color);
    font-weight: 950;
}

.locacao-actions-mult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-locacao-whatsapp-mult,
.btn-locacao-outline-mult {
    min-height: 56px;
    padding: 0 28px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.98rem;
    font-weight: 900;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.btn-locacao-whatsapp-mult {
    background: #25d366;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.25);
}

.btn-locacao-outline-mult {
    background: #fff;
    color: var(--secondary-color) !important;
    border: 1px solid #dfe4ea;
}

.btn-locacao-whatsapp-mult:hover,
.btn-locacao-outline-mult:hover {
    transform: translateY(-2px);
}

.locacao-hero-img-mult {
    position: relative;
    z-index: 2;
    max-width: 430px;
    margin-left: auto;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(12, 12, 12, 0.18);
    background: #f3f6f9;
}

.locacao-hero-img-mult::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 22px;
    pointer-events: none;
    z-index: 2;
}

.locacao-hero-img-mult img {
    width: 100%;
    height: auto;
    display: block;
}

.secao-modelos-locacao-mult {
    background: #f3f6f9;
    position: relative;
    overflow: hidden;
}

.card-modelo-locacao-mult {
    background: #fff;
    border: 1px solid #e2e7ee;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 16px 38px rgba(12, 12, 12, 0.055);
    transition: all 0.25s ease;
}

.card-modelo-locacao-mult:hover {
    transform: translateY(-5px);
    border-color: rgba(191, 8, 17, 0.28);
    box-shadow: 0 24px 50px rgba(12, 12, 12, 0.09);
}

.modelo-locacao-top-mult {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.modelo-locacao-icon-mult {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(191, 8, 17, 0.08);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.modelo-locacao-preco-mult {
    text-align: right;
}

.modelo-locacao-preco-mult small {
    display: block;
    color: #7b8494;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 3px;
}

.modelo-locacao-preco-mult strong {
    display: block;
    color: var(--primary-color);
    font-size: 1.45rem;
    font-weight: 950;
    line-height: 1;
}

.card-modelo-locacao-mult h3 {
    color: var(--secondary-color);
    font-size: 1.45rem;
    font-weight: 300;
    line-height: 1.12;
    margin-bottom: 14px;
}

.card-modelo-locacao-mult p {
    color: #596273;
    font-size: 0.96rem;
    line-height: 1.65;
    margin-bottom: 20px;
}

.card-modelo-locacao-mult ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.card-modelo-locacao-mult ul li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #263142;
    font-size: 0.93rem;
    font-weight: 750;
    line-height: 1.45;
    margin-bottom: 10px;
}

.card-modelo-locacao-mult ul li i {
    color: var(--primary-color);
    margin-top: 3px;
    min-width: 16px;
}

.btn-card-locacao-mult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 13px;
    background: var(--primary-color);
    color: #fff !important;
    font-size: 0.92rem;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(191, 8, 17, 0.18);
    transition: all 0.25s ease;
}

.btn-card-locacao-mult:hover {
    background: #a7060e;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(191, 8, 17, 0.25);
}

.secao-documentos-locacao-mult {
    background: #fff;
    position: relative;
}

.observacao-locacao-mult {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border-radius: 18px;
    background: #fff7e8;
    border: 1px solid rgba(255, 170, 0, 0.25);
    margin-top: 28px;
}

.observacao-locacao-mult i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: rgba(255, 170, 0, 0.14);
    color: #d88a00;
    display: flex;
    align-items: center;
    justify-content: center;
}

.observacao-locacao-mult strong {
    display: block;
    color: var(--secondary-color);
    font-size: 0.98rem;
    font-weight: 950;
    margin-bottom: 4px;
}

.observacao-locacao-mult p {
    color: #6b5b33;
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.card-documento-locacao-mult {
    background: #f3f6f9;
    border: 1px solid #e2e7ee;
    border-radius: 24px;
    padding: 30px;
    transition: all 0.25s ease;
}

.card-documento-locacao-mult:hover {
    background: #fff;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(12, 12, 12, 0.08);
}

.documento-icon-mult {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(191, 8, 17, 0.08);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.28rem;
    margin-bottom: 22px;
}

.card-documento-locacao-mult h3 {
    color: var(--secondary-color);
    font-size: 1.45rem;
    font-weight: 950;
    margin-bottom: 20px;
}

.card-documento-locacao-mult ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-documento-locacao-mult ul li {
    color: #263142;
    font-size: 0.96rem;
    font-weight: 750;
    line-height: 1.5;
    margin-bottom: 12px;
}

.card-documento-locacao-mult ul li i {
    color: var(--primary-color);
    margin-right: 8px;
}

.card-opcionais-locacao-mult {
    background: #071016;
    border-radius: 24px;
    padding: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    overflow: hidden;
    position: relative;
}

.card-opcionais-locacao-mult::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.22);
}

.card-opcionais-locacao-mult div,
.card-opcionais-locacao-mult a {
    position: relative;
    z-index: 2;
}

.card-opcionais-locacao-mult span {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
}

.card-opcionais-locacao-mult h3 {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 950;
    margin-bottom: 8px;
}

.card-opcionais-locacao-mult p {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
    font-size: 0.96rem;
    line-height: 1.6;
}

.card-opcionais-locacao-mult a {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 13px;
    background: #25d366;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.card-opcionais-locacao-mult a:hover {
    transform: translateY(-2px);
}

.secao-cta-locacao-mult {
    background: #fff;
}

.cta-locacao-box-mult {
    background: #071016;
    border-radius: 28px;
    padding: 44px;
    overflow: hidden;
    position: relative;
}

.cta-locacao-box-mult::before {
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(191, 8, 17, 0.24);
}

.cta-locacao-box-mult span,
.cta-locacao-box-mult h2,
.cta-locacao-box-mult p,
.cta-locacao-box-mult a {
    position: relative;
    z-index: 2;
}

.cta-locacao-box-mult span {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
}

.cta-locacao-box-mult h2 {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 950;
    line-height: 1.08;
    margin-bottom: 12px;
}

.cta-locacao-box-mult p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.btn-cta-locacao-mult {
    min-height: 54px;
    padding: 0 28px;
    border-radius: 14px;
    background: #25d366;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.98rem;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.22);
    transition: all 0.25s ease;
}

.btn-cta-locacao-mult:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(37, 211, 102, 0.3);
}

/* Responsivo */
@media (max-width: 991px) {
    .locacao-hero-img-mult {
        max-width: 100%;
        margin-left: 0;
    }

    .card-opcionais-locacao-mult {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-locacao-box-mult {
        padding: 34px;
    }
}

@media (max-width: 575px) {
    .locacao-actions-mult,
    .card-opcionais-locacao-mult {
        align-items: stretch;
    }

    .btn-locacao-whatsapp-mult,
    .btn-locacao-outline-mult,
    .btn-card-locacao-mult,
    .card-opcionais-locacao-mult a,
    .btn-cta-locacao-mult {
        width: 100%;
    }

    .card-modelo-locacao-mult,
    .card-documento-locacao-mult,
    .card-opcionais-locacao-mult,
    .cta-locacao-box-mult {
        padding: 24px;
        border-radius: 20px;
    }

    .modelo-locacao-top-mult {
        flex-direction: column;
    }

    .modelo-locacao-preco-mult {
        text-align: left;
    }

    .observacao-locacao-mult {
        flex-direction: column;
    }
}

/* ================================
   REDES SOCIAIS - MULT CARRETAS
================================ */

.redes-sociais-mult {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.redes-sociais-mult > span {
    color: #263142;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.2;
}

.redes-sociais-mult-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.redes-sociais-mult-list a {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dfe4ea;
    color: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(12, 12, 12, 0.06);
    transition: all 0.25s ease;
}

.redes-sociais-mult-list a:hover {
    transform: translateY(-3px);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 16px 30px rgba(12, 12, 12, 0.12);
}

.redes-sociais-mult-list a[title*="Instagram"]:hover {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.redes-sociais-mult-list a[title*="YouTube"]:hover {
    background: #ff0000;
}

.redes-sociais-mult-list a[title*="Facebook"]:hover {
    background: #1877f2;
}

/* Versão para fundo escuro, caso use no footer ou CTA escuro */
.redes-sociais-mult.is-dark > span {
    color: #fff;
}

.redes-sociais-mult.is-dark .redes-sociais-mult-list a {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: none;
}

.redes-sociais-mult.is-dark .redes-sociais-mult-list a:hover {
    border-color: transparent;
}

/* Responsivo */
@media (max-width: 575px) {
    .redes-sociais-mult {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .redes-sociais-mult-list a {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 0.95rem;
    }
}

/* ================================
   FAIXA DE REDES SOCIAIS - HOME
================================ */

.secao-redes-home-mult {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 50%, rgba(191, 8, 17, 0.34), transparent 30%),
        linear-gradient(120deg, #080808 0%, #151515 58%, #280509 100%);
}

.secao-redes-home-mult::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -70px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.redes-home-box-mult {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}

.redes-home-conteudo-mult {
    max-width: 680px;
}

.redes-home-subtitle-mult {
    display: inline-block;
    margin-bottom: 10px;
    color: #ff4b55;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.redes-home-conteudo-mult h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    font-weight: 900;
    line-height: 1.16;
}

.redes-home-conteudo-mult p {
    max-width: 620px;
    margin: 0;
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.65;
}

.redes-home-links-mult {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.rede-home-link-mult {
    display: inline-flex;
    min-width: 132px;
    min-height: 96px;
    padding: 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    text-decoration: none !important;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.rede-home-link-mult i {
    font-size: 1.55rem;
}

.rede-home-link-mult span {
    font-size: 0.86rem;
    font-weight: 800;
}

.rede-home-link-mult:hover,
.rede-home-link-mult:focus-visible {
    color: #fff;
    border-color: transparent;
    transform: translateY(-4px);
}

.rede-instagram-mult:hover,
.rede-instagram-mult:focus-visible {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.rede-youtube-mult:hover,
.rede-youtube-mult:focus-visible {
    background: #e00000;
}

.rede-facebook-mult:hover,
.rede-facebook-mult:focus-visible {
    background: #1877f2;
}

@media (max-width: 991.98px) {
    .redes-home-box-mult {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .redes-home-links-mult {
        width: 100%;
        flex-direction: column;
    }

    .rede-home-link-mult {
        min-height: 58px;
        width: 100%;
        flex-direction: row;
    }
}
