/*
Theme Name: PLAM Embalagens Industriais
Theme URI: https://www.plamembalagens.com.br/
Author: PLAM
Author URI: https://www.plamembalagens.com.br/
Description: Tema personalizado para o site institucional da PLAM Embalagens Industriais. Soluções em madeira, papelão e embalagens híbridas.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plam-embalagens
Tags: custom-menu, featured-images, translation-ready
*/

/* =========================================
   ESTILOS PERSONALIZADOS DO TEMA
   ========================================= */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    color: #1e293b;
    overflow-x: hidden;
}

.hover-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}

/* Menu Mobile */
#mobile-menu {
    display: none;
}

#mobile-menu.open {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ajuste de Acessibilidade: Área de toque do Swiper */
.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin: 0 10px !important;
}
