/*
Theme Name:        ID Gestão & Estratégia
Theme URI:         https://idgestaoeestrategia.com.br
Author:            ID Gestão & Estratégia
Author URI:        https://idgestaoeestrategia.com.br
Description:       Tema profissional para consultoria de RH e gestão estratégica. Layout one-page com hero slider, seções de serviços, metodologia em 8 etapas, FAQ accordion, formulário de contato e botão WhatsApp flutuante. Paleta azul-marinho e laranja com tipografia Playfair Display + DM Sans.
Version:           1.0.0
Requires at least: 5.9
Tested up to:      6.5
Requires PHP:      7.4
License:           Proprietary
License URI:       https://idgestaoeestrategia.com.br
Text Domain:       id-gestao
Tags:              business, consulting, one-page, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, threaded-comments, translation-ready
*/

/* ============================================================
   VARIÁVEIS DE COR E TIPOGRAFIA
   ============================================================ */
:root {
  --laranja:       #D4612A;
  --laranja-claro: #E8845A;
  --laranja-bg:    #FDF0E8;
  --azul:          #1E2D4F;
  --azul-medio:    #2E4070;
  --azul-claro:    #EEF1F7;
  --creme:         #F7F4EF;
  --cinza:         #6B7280;
  --branco:        #FFFFFF;
  --texto:         #1A1F2E;
  --fonte-titulo:  'Playfair Display', Georgia, serif;
  --fonte-corpo:   'DM Sans', system-ui, sans-serif;
  --sombra:        0 4px 28px rgba(30,45,79,.10);
  --sombra-hover:  0 12px 48px rgba(30,45,79,.18);
  --raio:          12px;
  --raio-lg:       20px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fonte-corpo);
  color: var(--texto);
  background: var(--branco);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { transition: color .2s; }
ul { list-style: none; }

/* ── SKIP LINK ── */
.skip-link {
  position: absolute; top: -100px; left: 1rem; z-index: 9999;
  background: var(--laranja); color: #fff; padding: .5rem 1rem;
  border-radius: 4px; text-decoration: none; font-weight: 600;
  transition: top .2s;
}
.skip-link:focus { top: 1rem; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--creme); }
::-webkit-scrollbar-thumb { background: var(--laranja); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--azul); }
