/*
Theme Name: WPNexus Landing Page
Theme URI: https://wpnexus.com.br
Author: WPNexus
Author URI: https://wpnexus.com.br
Description: Tema WordPress profissional para a landing page do WPNexus - Plugins WordPress Premium focados em Performance e Escala. Design moderno com Tailwind CSS, animações suaves e layout responsivo.
Version: 2.2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpnexus-landing
Tags: one-page, landing-page, plugins, saas, custom-colors, featured-images
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
*/

/* ==========================================================================
   Fallback styles (loaded before Tailwind CDN)
   ========================================================================== */

:root {
    --color-primary: #6d13ec;
    --color-bg-light: #f7f6f8;
    --color-bg-dark: #181022;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* WordPress admin bar fix */
body.admin-bar .sticky {
    top: 32px;
}

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