/*
Theme Name: Artefer
Theme URI: https://artefer.com.br
Author: Artefer
Author URI: https://artefer.com.br
Description: Tema WordPress da Artefer Metalúrgica e Serralheria. Compatível com Elementor — todas as páginas internas podem ser editadas visualmente. A página inicial usa um template estático completo (front-page.php) que também pode ser substituído por uma página criada no Elementor (Configurações → Leitura → Página estática).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artefer
Tags: business, elementor, one-page, custom-colors, custom-menu, threaded-comments, translation-ready
*/

/* Reset mínimo — o tema usa Tailwind via CDN (Play) para reproduzir o layout. */
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; background: #ffffff; color: #0a0a0a; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* Cor primária da marca (laranja Artefer) — usada pelo Tailwind CDN via config */
:root {
  --artefer-primary: #f97316;
  --artefer-primary-foreground: #ffffff;
  --artefer-secondary: #0f172a;
  --artefer-secondary-foreground: #ffffff;
  --artefer-background: #ffffff;
  --artefer-foreground: #0a0a0a;
  --artefer-muted: #f1f5f9;
  --artefer-muted-foreground: #64748b;
  --artefer-card: #ffffff;
  --artefer-border: #e5e7eb;
}

/* Container Elementor para integração com o tema */
.elementor-page .site-content { padding: 0; }

/* Botão WhatsApp flutuante */
.artefer-wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 50;
  width: 56px; height: 56px; border-radius: 9999px;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.2);
  transition: transform .2s;
}
.artefer-wa-float:hover { transform: scale(1.1); }
