/*
Theme Name: Recargas Ecuador
Theme URI: https://recargasecuador.com
Author: Recargas Ecuador
Author URI: https://recargasecuador.com
Description: Plantilla profesional para servicio de recargas móviles en Ecuador. Compatible con Claro, Movistar, CNT y Tuenti. Incluye catálogo de paquetes y recargas normales para todas las operadoras.
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: recargas-ecuador
Tags: recargas, ecuador, movistar, claro, cnt, tuenti, mobile, ecommerce
*/

/* === RESET Y BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: #f8f9fa;
    color: #1a1a2e;
    line-height: 1.6;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; }

/* === VARIABLES CSS === */
:root {
    --claro-red: #E30613;
    --claro-dark: #a80010;
    --movistar-blue: #019DF4;
    --movistar-green: #00CC52;
    --movistar-dark: #005f92;
    --cnt-blue: #003087;
    --cnt-yellow: #FFD700;
    --cnt-dark: #001f5b;
    --tuenti-blue: #00B9F5;
    --tuenti-dark: #007db5;
    --ecuador-yellow: #FFD100;
    --ecuador-blue: #003087;
    --ecuador-red: #CE1126;
    --primary: #003087;
    --accent: #FFD100;
    --text: #1a1a2e;
    --text-light: #6c757d;
    --bg: #f8f9fa;
    --white: #ffffff;
    --card-shadow: 0 4px 20px rgba(0,0,0,0.1);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: 0.3s ease;
}
