/* ============================================
   MAXTEMP – CSS ADICIONAL
   Adicionar ao final de css/style.css
   ============================================ */

/* WhatsApp flutuante */
.whatsapp-float {
    position: fixed;
    width: 58px;
    height: 58px;
    bottom: 28px;
    right: 28px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 58px;
    z-index: 9999;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    transition: background-color 0.2s;
}
.whatsapp-float:hover {
    background-color: #128c7e;
    color: #fff;
}

/* Artigos – bloco de conteúdo */
article .col-lg-8 h2 { margin-top: 2rem; margin-bottom: 0.8rem; }
article .col-lg-8 h3 { margin-top: 1.5rem; margin-bottom: 0.6rem; font-size: 1.15rem; }
article .col-lg-8 p  { line-height: 1.75; margin-bottom: 1rem; }
article .col-lg-8 ul,
article .col-lg-8 ol { margin-bottom: 1rem; padding-left: 1.4rem; }
article .col-lg-8 li { margin-bottom: 0.4rem; line-height: 1.7; }
article .col-lg-8 .table caption { font-size: 0.92rem; color: #555; }

/* Badge artigo essencial */
.badge { border-radius: 4px; padding: 3px 8px; font-weight: 600; }

/* trusted-caption2 */
.trusted-caption2 h2 { font-size: 1.5rem; margin-bottom: 1rem; }
.trusted-caption2 h3 { font-size: 1.15rem; margin-top: 1.2rem; margin-bottom: 0.6rem; }
.trusted-caption2 ul li { margin-bottom: 6px; }

/* Accordion artigos */
.accordion .card-header h3 { font-size: 1rem; }
.accordion .card-header .btn-link { color: #333; font-weight: 500; white-space: normal; text-align: left; }
.accordion .card-header .btn-link:hover { color: #f60; text-decoration: none; }

/* Tabelas produtos */
.table thead th { font-size: 0.88rem; vertical-align: middle; }
.table tbody td { font-size: 0.87rem; vertical-align: middle; }

/* Artigos – card relacionados */
article .card { border-radius: 6px; }
article .card h3 a { color: #f60; }
article .card h3 a:hover { color: #c44; }

/* Footer pera links */
.footer-pera2 a { color: #ccc; }
.footer-pera2 a:hover { color: #f60; }

/* Seção request-back */
.request-back-area {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0;
    position: relative;
}
.request-back-area::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.55);
}
.request-back-area .container { position: relative; z-index: 1; }
.request-content h3 { color: #fff; font-size: 1.6rem; margin-bottom: 10px; }
.request-content p  { color: #ddd; }
.request-border-btn {
    border: 2px solid #f60;
    color: #fff;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.2s;
}
.request-border-btn:hover {
    background: #f60;
    color: #fff;
}
