/* =============================================
   Reset & Base — ProEffects Theme
   Fuente: Neue Montreal (Elementor Custom Font)
   ============================================= */

:root {
    --color-bg:          #0a0a0a;
    --color-green:       #a2ff63;
    --color-green-dark:  #84e048;
    --color-white:       #ffffff;
    --color-gray:        #888888;
    --color-border:      rgba(255, 255, 255, 0.08);
    --gradient-keyword:  linear-gradient(90deg, #7c5cdc, #3ddc5b);
    --radius-pill:       999px;
    --nav-height:        72px;
    --container-width:   1512px;
    --container-px:      clamp(1rem, 5vw, 3rem);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Neue Montreal', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    background-color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Neue Montreal', sans-serif;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1.2;
}

p, ul, ol, dl, blockquote, figure, pre {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    text-decoration-skip-ink: auto;
}

a[href^="tel"] {
    text-decoration: none;
}

img, video, svg, picture {
    display: block;
    max-width: 100%;
    height: auto;
}

button, input, select, textarea {
    font-family: 'Neue Montreal', sans-serif;
    font-size: inherit;
    line-height: inherit;
    border: 0;
    outline: 0;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

/* WordPress helpers */
.alignright  { float: right; }
.alignleft   { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* ── Neue Montreal — override global (vence especificidad de Elementor) ── */
body, body * {
    font-family: 'Neue Montreal', sans-serif !important;
}

/* ── Ocultar Elementor Theme Builder en plantillas PHP propias ── */
body.pe-custom-template .elementor-location-header,
body.pe-custom-template .elementor-location-footer,
body.pe-custom-template .elementor-location-floating,
body.pe-custom-template [data-elementor-type="header"],
body.pe-custom-template [data-elementor-type="footer"] {
    display: none !important;
}
