/*
Theme Name: PopularFX - H3
Theme URI: https://popularfx.com
Author: Seu Nome
Description: Child theme do PopularFX com customizações para o site H3
Version: 1.0.0
License: LGPL v2.1
License URI: LICENSE
Text Domain: popularfx-h3
Domain Path: /languages
Template: popularfx

This theme is a child theme of PopularFX and is licensed under the LGPL v2.1.
*/

/* ==========================================================================
   Child Theme Customizations
   ========================================================================== */

/* ==========================================================================
   PÁGINA PROMOCIONAL - Estilos
   ========================================================================== */

/* Body da página promocional */
body.promo-page-template {
  /* Adicione estilos globais da promo aqui */
}

/* Header customizado para promo */
.h3-promo-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
  /* Customize conforme necessário */
}

.h3-promo-header .site-branding {
  display: flex;
  align-items: center;
  gap: 20px;
}

.h3-promo-header .site-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.h3-promo-header .main-navigation {
  display: flex;
  gap: 30px;
}

/* Main content da promo */
.promo-main {
  /* Customize o layout principal aqui */
}

.promo-content-wrapper {
  /* Estilos do conteúdo da promo */
}

/* Footer customizado para promo */
.h3-promo-footer {
  background-color: #333;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-top: 60px;
}

.h3-promo-footer .site-info {
  max-width: 1200px;
  margin: 0 auto;
}

.h3-promo-footer p {
  margin: 0 0 20px 0;
}

.h3-promo-footer .footer-navigation {
  margin-top: 20px;
}

.h3-promo-footer .footer-navigation a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
}

.h3-promo-footer .footer-navigation a:hover {
  text-decoration: underline;
}