/*
Theme Name: Inversiones grupo QOri
Theme URI: https://ably.pe
Author: Ably Peru
Author URI: https://ably.pe
Description: Tema corporativo para Inversiones Grupo QOri, especialistas en cámaras de seguridad y mantenimiento.
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: ab_theme
Tags: security, maintenance, business, corporate, modern
*/

/* 
  Design System for Inversiones Grupo QOri
  Focus: Security, Technology, Trust
*/

:root {
    --primary-color: #ffffff;
    /* Main content background */
    --accent-color: #ebb424;
    /* Gold from logo */
    --accent-hover: #d19b1d;
    --secondary-color: #f8f8f8;
    --text-main: #1a1a1a;
    /* Dark text for light background */
    --text-muted: #666666;
    --text-light: #f5f5f5;
    /* Light text for dark sections */
    --bg-dark: #121212;
    /* Dark background for header/footer */
    --glass-bg: rgba(18, 18, 18, 0.05);
    --glass-border: rgba(0, 0, 0, 0.1);
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    background-color: #ffffff;
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}