/*
Theme Name: JOP Media Pro
Theme URI: https://jopmedia.ch/
Description: Tema premium focado em conversão e performance para microempresas suíças. Inclui integração nativa com IA.
Author: Paulo José Palma de Oliveira
Author URI: https://jopmedia.ch/
Version: 1.3.0
License: GNU General Public License v2 or later
Text Domain: jopmedia
*/

/* Reset para garantir fidelidade ao design original */
html {
    margin-top: 0 !important;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Ajuste dinâmico para a Barra de Ferramentas do WordPress */
.admin-bar header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar header {
        top: 46px !important;
    }
}

/* Estilos do Skeleton Screen para o estado de carregamento inicial */
.skeleton-box {
    background: #f1f5f9;
    background-image: linear-gradient(90deg, #f1f5f9 0px, #f8fafc 40px, #f1f5f9 80px);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}