﻿/*
 Theme Name:   Divi Child - PNL
 Theme URI:    https://paranegociolocal.com.br/
 Description:  Tema filho do Divi com ajustes de layout, tipografia e tokens para Para Negócio Local (PNL).
 Author:       Para Negócio Local
 Template:     Divi
 Version:      1.1.0
*/

/* Ocultar título padrão H1 gerado automaticamente pelo tema em páginas */
h1.main_title,
.entry-title,
#left-area h1.main_title,
#main-content h1.main_title {
    display: none !important;
}

/* Remover barra lateral e limites de largura em páginas de serviço */
.page-template-default #main-content .container:before,
.page-template-page-template-blank #main-content .container:before {
    display: none !important;
}

.page-template-default #main-content .container,
.page-template-page-template-blank #main-content .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.page-template-default #left-area,
.page-template-page-template-blank #left-area {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

.page-template-default #sidebar,
.page-template-page-template-blank #sidebar {
    display: none !important;
}

/* Forçar cores claras consistentes e contraste correto para as páginas PNL */
:root {
  --bg: #F4F1E3 !important;
  --bg-elevated: #FFFDF6 !important;
  --bg-sunken: #EAE5D2 !important;
  --ink: #1C1F22 !important;
  --ink-soft: #5B584F !important;
  --ink-faint: #8A8677 !important;
  --bar: #14171A !important;
  --bar-ink: #F4F1E3 !important;
  --accent-1: #F6A93B !important;
  --accent-2: #D9480F !important;
  --border: rgba(28,31,34,0.12) !important;
  --focus: #2563EB !important;
  --shadow: 0 10px 30px -14px rgba(28,31,34,0.35) !important;
}

body.page-id-289,
body.page-id-290,
body.page-id-291,
body.page-id-292,
body.page-id-293 {
  background-color: #F4F1E3 !important;
  color: #1C1F22 !important;
}

body.page-id-289 h1, body.page-id-289 h2, body.page-id-289 h3,
body.page-id-290 h1, body.page-id-290 h2, body.page-id-290 h3,
body.page-id-291 h1, body.page-id-291 h2, body.page-id-291 h3,
body.page-id-292 h1, body.page-id-292 h2, body.page-id-292 h3,
body.page-id-293 h1, body.page-id-293 h2, body.page-id-293 h3 {
  color: #1C1F22 !important;
}
