/*
Theme Name: GP Tech Pro
Theme URI: https://vistaneotech.com
Description: Ultra-modern GeneratePress child theme for Vista Neotech - MLM Software, Direct Selling Consultants, and Technology Company. Dark/Light theme with advanced animations.
Author: Vista Neotech
Author URI: https://vistaneotech.com
Template: generatepress
Version: 4.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gp-tech-pro
Tags: one-column, two-columns, custom-logo, custom-menu, featured-images, block-patterns, accessibility-ready, translation-ready
*/

/* Critical brand overrides — auto-loaded by WordPress for child themes */
body, body.gp-tech-pro {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

.site { background-color: #ffffff !important; }
.site-header { background: rgba(250,250,250,0.9) !important; border-bottom: 1px solid #e5e5e5 !important; }
.inside-header { background: transparent !important; }
.site-title a { color: #1a1a1a !important; font-weight: 700 !important; }
.main-navigation .main-nav ul li a { color: #545454 !important; background: transparent !important; }
.main-navigation ul ul { background: #fafafa !important; border: 1px solid #e5e5e5 !important; border-radius: 12px; }
h1, h2, h3, h4, h5, h6 { color: #1a1a1a !important; font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif !important; }
p { color: #545454 !important; }
a { color: #e65100 !important; }
.site-footer { background: #f5f5f5 !important; border-top: 1px solid #e5e5e5 !important; }
.inside-site-info { color: #737373 !important; }
.inside-site-info a { color: #737373 !important; }
button, .wp-block-button__link, input[type="submit"] { background: #e65100 !important; color: #fff !important; border-radius: 9999px !important; border: none !important; }

/* Dark theme critical overrides */
[data-theme="dark"] body, [data-theme="dark"] body.gp-tech-pro { background-color: #0c0c0e !important; color: #fafafa !important; }
[data-theme="dark"] .site { background-color: #0c0c0e !important; }
[data-theme="dark"] .site-header { background: rgba(12,12,14,0.85) !important; border-bottom: 1px solid rgba(255,255,255,0.08) !important; }
[data-theme="dark"] .site-title a { color: #fafafa !important; }
[data-theme="dark"] .main-navigation .main-nav ul li a { color: #a3a3a3 !important; }
[data-theme="dark"] .main-navigation ul ul { background: #141416 !important; border-color: rgba(255,255,255,0.08) !important; }
[data-theme="dark"] h1, [data-theme="dark"] h2, [data-theme="dark"] h3,
[data-theme="dark"] h4, [data-theme="dark"] h5, [data-theme="dark"] h6 { color: #fafafa !important; }
[data-theme="dark"] p { color: #a3a3a3 !important; }
[data-theme="dark"] .site-footer { background: #0c0c0e !important; border-top: 1px solid rgba(255,255,255,0.08) !important; }
[data-theme="dark"] .inside-site-info, [data-theme="dark"] .inside-site-info a { color: #737376 !important; }
