/*
Theme Name: Hello Elementor Child - PV Power Tech
Theme URI: https://elementor.com/hello-theme/
Description: Luxury Solar Industry Theme for PV Power Tech.
Author: PV Power Tech
Author URI: http://pvpowertechproject.flowndeveloper.online
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Reset and Core Theme Baseline */
:root {
  --pv-gold: #F59E0B;
  --pv-gold-hover: #D97706;
  --pv-gold-light: #FEF3C7;
  --pv-gold-gradient: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  --pv-gold-glow: 0 4px 20px rgba(245, 158, 11, 0.35);
  
  --pv-purple: #3B1C54;
  --pv-purple-dark: #231034;
  --pv-purple-gradient: linear-gradient(135deg, #3B1C54 0%, #1A092B 100%);
  
  --pv-dark: #0A0F1D;
  --pv-dark-surface: #111827;
  --pv-dark-card: #1F2937;
  --pv-dark-border: rgba(255, 255, 255, 0.08);
  
  --pv-text-main: #0F172A;
  --pv-text-muted: #64748B;
  --pv-text-light: #F8FAFC;
  --pv-text-light-muted: #94A3B8;
  
  --pv-white: #FFFFFF;
  --pv-cyan: #06B6D4;
  --pv-green: #10B981;
  
  --pv-font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  --pv-font-body: 'Inter', sans-serif;
  
  --pv-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --pv-radius-sm: 6px;
  --pv-radius-md: 10px;
  --pv-radius-lg: 16px;
  --pv-radius-full: 9999px;
}

body {
  font-family: var(--pv-font-body);
  color: var(--pv-text-main);
  background-color: #F8FAFC;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--pv-font-heading);
  font-weight: 700;
  color: var(--pv-dark);
}

a {
  text-decoration: none;
  transition: var(--pv-transition);
}
