/*
Theme Name: Eztec
Theme URI: https://eztec.com.br/
Author: Agência Ili
Author URI: https://agenciaili.com.br/
Description: Tema personalizado para o projeto Eztec.
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: eztec
*/

/* ===== Reset básico ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
}

a {
    color: #0a4d8c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

/* ===== Layout ===== */
.site-header,
.site-footer {
    background: #0a4d8c;
    color: #fff;
    padding: 1.5rem 2rem;
}

.site-header a,
.site-footer a {
    color: #fff;
}

.site-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.site-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 2rem;
}

.site-footer {
    text-align: center;
    font-size: 0.875rem;
}
