/*
Theme Name: Pack Político PRO - Página de Vendas
Theme URI: https://packpoliticopro.com.br/
Author: Antigravity AI
Author URI: https://gemini.google.com/
Description: Tema completo e responsivo de alta conversão para venda de Packs de Vídeos Políticos e Motions para After Effects.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: packpoliticopro
*/

/* Reset & Custom styles */
:root {
    --font-sans: 'Space Grotesk', sans-serif;
    --font-heading: 'IBM Plex Sans Condensed', sans-serif;
}
body {
    font-family: var(--font-sans);
    background-color: #050505;
    color: #ffffff;
}
.font-heading {
    font-family: var(--font-heading);
}
.bg-gradient-primary {
    background: linear-gradient(135deg, #FF6B00 0%, #FFA800 100%);
}
.text-gradient {
    background: linear-gradient(135deg, #FF6B00 0%, #FFA800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shadow-glow {
    box-shadow: 0 0 25px rgba(255, 107, 0, 0.45);
}
@keyframes scalePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}
.animate-scale-pulse {
    animation: scalePulse 2.5s infinite ease-in-out;
}
