/*
Theme Name: Aventure Corporate Solution
Theme URI: https://www.aventuresolution.com
Author: Aventure Digital & Senior WordPress Architecture Team
Author URI: https://www.aventuresolution.com
Description: Production-ready corporate WordPress theme for Aventure Corporate Solution. Features pixel-perfect Elementor Pro containers, C-suite executive recruitment layouts, global office directory, and responsive mobile-first architecture.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aventure-theme
Tags: corporate, executive-search, elementor, responsive-layout, custom-menu, grid-layout, full-width-template
*/

/* Reset & Root Variables */
:root {
  --aventure-bg-dark: #0A0D28;
  --aventure-bg-card: #0F143D;
  --aventure-purple: #7C3AED;
  --aventure-indigo: #4F46E5;
  --aventure-cyan: #38BDF8;
  --aventure-blue: #2563EB;
  --aventure-text-white: #FFFFFF;
  --aventure-text-muted: #94A3B8;
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--aventure-bg-dark);
  color: var(--aventure-text-white);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  color: #ffffff;
}

/* Elementor Full Width Compatibility */
.elementor-section.elementor-section-boxed .elementor-container {
  max-width: 1280px;
}

.aventure-gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
