/*
Theme Name: RT Finder
Theme URI: https://rtfinder.com.br
Author: RT Finder
Author URI: https://rtfinder.com.br
Description: Tema WordPress profissional para a RT Finder - Rastreamento Veicular 24h em São Paulo. Otimizado para conversão, SEO e GEO local. Inclui homepage com CTA, planos, blog e botão flutuante de WhatsApp.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: rtfinder
Tags: business, custom-menu, featured-images, blog, responsive, seo
*/

/* ==========================================================================
   Variáveis de cores da marca RT Finder
   ========================================================================== */
:root{
  --rt-azul:#1B2E6B;
  --rt-azul-escuro:#141F52;
  --rt-azul-claro:#2A46A0;
  --rt-verde:#2ECC9A;
  --rt-verde-escuro:#20A87C;
  --rt-branco:#ffffff;
  --rt-cinza:#f5f7fb;
  --rt-cinza-medio:#e2e8f0;
  --rt-texto:#243044;
  --rt-texto-claro:#64748b;
  --rt-whatsapp:#25D366;
  --rt-sombra:0 10px 30px rgba(27,46,107,.12);
  --rt-radius:14px;
  --rt-container:1180px;
  --rt-fonte:'Poppins','Segoe UI',system-ui,-apple-system,Roboto,Arial,sans-serif;
}

/* ==========================================================================
   Reset básico
   ========================================================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--rt-fonte);
  color:var(--rt-texto);
  line-height:1.65;
  background:var(--rt-branco);
  font-size:16px;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--rt-azul);text-decoration:none;transition:color .2s ease}
a:hover{color:var(--rt-verde)}
ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--rt-azul);margin-bottom:.5em}
h1{font-size:2.6rem}
h2{font-size:2.1rem}
h3{font-size:1.5rem}
p{margin-bottom:1rem}
button{font-family:inherit;cursor:pointer}

/* Todo o restante do CSS visual está em assets/css/main.css (enfileirado via functions.php).
   style.css é obrigatório pelo WordPress para o header do tema. */
