/*
Theme Name: Smart Consulting Peru
Theme URI: https://smartconsultingperu.com
Author: Smart Consulting Peru
Author URI: https://smartconsultingperu.com
Description: Tema corporativo personalizado para Smart Consulting Perú - Consultoría operativa especializada en el sector asegurador peruano. Tema liviano y optimizado para velocidad.
Version: 1.0.0
Requires at least: 6.0
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: smart-consulting-peru
Tags: one-column, custom-menu, featured-images, translation-ready, blog
*/

/* ─── RESET & BASE ─── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #3D3D56;
  line-height: 1.7;
  overflow-x: hidden;
  background: #FFFFFF;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
ul { list-style: none; }
