/*
Theme Name: Código Seguro
Theme URI: https://codigoseguro.com.br
Author: Tai
Description: Tema limpo e compatível com Elementor — substituto do Hello Theme
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: codigo-seguro
Tags: elementor, full-width, custom-header, custom-footer
*/

/* ── Reset & Base ─────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: inherit;
    line-height: 1.6;
    background: #fff;
    color: #1a1a1a;
    overflow-x: hidden;
}

/* ── Elementor: full width sem gaps ──────────── */
.elementor-section.elementor-section-stretched {
    left: 0 !important;
    width: 100% !important;
}

/* Zerando margens que atrapalham o Elementor */
.cs-main {
    margin: 0;
    padding: 0;
}

/* ── Elementor: canvas / full-page ───────────── */
body.elementor-page .cs-main,
body.elementor-page #main {
    margin: 0;
    padding: 0;
}

/* ── Links ───────────────────────────────────── */
a {
    color: inherit;
    text-decoration: none;
    transition: opacity .2s;
}

/* ── Imagens ──────────────────────────────────── */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ── WP Core: remover margens padrão ─────────── */
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 .5em;
    line-height: 1.2;
    font-weight: 700;
}

ul, ol { margin: 0; padding: 0; list-style: none; }

/* ── Admin bar offset ─────────────────────────── */
@media screen and (min-width: 783px) {
    html body.admin-bar { margin-top: 0 !important; }
}
