/**
 * Smart Visibility Control — v4.0.0
 * Arquivo estático para cache máximo (browser + CDN).
 */

/* ─── MODO SEO: invisível para humanos, indexável por crawlers ─────────────── */
.svc-display-svc_seo {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    pointer-events: none !important;
}

/* ─── MODO DOM: escondido também no editor (CSS fallback) ──────────────────── */
.svc-display-svc_remove {
    display: none !important;
}

/* ─── EDITOR: revela o elemento quando selecionado no navegador ────────────── */
.elementor-editor-active .elementor-element.svc-display-svc_seo.elementor-element-edit-mode,
.elementor-editor-active .elementor-element.svc-display-svc_remove.elementor-element-edit-mode {
    display: block !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    white-space: normal !important;
    overflow: visible !important;
    pointer-events: auto !important;
    opacity: 0.55 !important;
    outline: 2px dashed #5b8ef7 !important;
    outline-offset: 2px !important;
    border-radius: 2px !important;
}

/* ─── EDITOR: badge de modo no canto do elemento oculto ───────────────────── */
.elementor-editor-active .elementor-element.svc-display-svc_seo::before {
    content: "SEO" !important;
    position: absolute !important;
    top: 4px !important;
    left: 4px !important;
    z-index: 9999 !important;
    background: #5b8ef7 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 3px 6px !important;
    border-radius: 4px !important;
    letter-spacing: .05em !important;
    pointer-events: none !important;
}

.elementor-editor-active .elementor-element.svc-display-svc_remove::before {
    content: "DOM OFF" !important;
    position: absolute !important;
    top: 4px !important;
    left: 4px !important;
    z-index: 9999 !important;
    background: #f04f5e !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 3px 6px !important;
    border-radius: 4px !important;
    letter-spacing: .05em !important;
    pointer-events: none !important;
}
