/*
Theme Name: Mobil Delvac Landing
Theme URI: https://comercialessex.com
Author: Comercial Essex
Author URI: https://comercialessex.com
Description: Tema WordPress premium para Comercial Essex, distribuidor autorizado Mobil Delvac en el Sureste de Mexico. Compatible con Elementor — contenido 100% editable visualmente.
Version: 2.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, industrial, landing-page, one-page, custom-colors, elementor-compatible
Text Domain: mobildelvac
*/

/* ─── Base theme styles ─── */

:root {
	--mvd-bg: #121315;
	--mvd-gold: #F5A800;
	--mvd-blue: #003087;
	--mvd-red: #e5031c;
	--mvd-surface: #121315;
	--mvd-surface-low: #1b1c1e;
	--mvd-surface-container: #1f2022;
	--mvd-surface-high: #292a2c;
	--mvd-outline: #8e909d;
	--mvd-on-surface: #c4c6d4;
}

body {
	background-color: var(--mvd-bg);
	color: var(--mvd-on-surface);
	font-family: 'Inter', sans-serif;
}

/* Ensure Elementor content stretches full width */
#primary {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/* Elementor container overrides for full-width sections */
.elementor-element.e-con {
	--container-max-width: 100%;
}

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

/* Selection color */
::selection {
	background-color: var(--mvd-gold);
	color: #000;
}
