/*
Theme Name: CreditSec
Theme URI: https://creditsec.com.br
Author: CreditCorp
Description: Tema WordPress oficial da CreditSec Securitizadora. Compatível com Elementor Pro.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: creditsec
*/

/* ===== BASE RESET ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #2D3436;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===== ELEMENTOR COMPATIBILITY ===== */
.elementor-page .site-header,
.elementor-page .site-footer {
  display: none;
}

/* Full-width template support */
body.creditsec-full-width .site-content {
  max-width: 100%;
  padding: 0;
}

/* ===== BASIC LAYOUT ===== */
.site-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.site-header {
  padding: 1rem 2rem;
  border-bottom: 1px solid #EDF0F2;
}

.site-footer {
  padding: 2rem;
  border-top: 1px solid #EDF0F2;
  text-align: center;
  font-size: 0.875rem;
  color: #6C757D;
}
