/*
Theme Name: Quantum Protection Services
Theme URI: https://quantumprotection.com
Author: Quantum Protection
Author URI: https://quantumprotection.com
Description: Professional security services WordPress theme with dark tactical aesthetic.
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: quantum-protection
Tags: dark, security, professional, one-page
*/

/* ============================================
   QUANTUM PROTECTION - GLOBAL STYLES
   ============================================ */

:root {
  --color-primary: #adc7ff;
  --color-secondary: #4ce346;
  --color-background: #131313;
  --color-surface: #131313;
  --color-surface-container: #201f1f;
  --color-surface-container-low: #1c1b1b;
  --color-surface-container-lowest: #0e0e0e;
  --color-surface-container-high: #2a2a2a;
  --color-surface-container-highest: #353534;
  --color-surface-bright: #393939;
  --color-on-background: #e5e2e1;
  --color-on-surface: #e5e2e1;
  --color-on-surface-variant: #c1c6d7;
  --color-on-primary: #002e68;
  --color-on-primary-container: #00285b;
  --color-on-secondary: #003a03;
  --color-on-secondary-container: #003f03;
  --color-outline-variant: #414754;
  --color-primary-container: #4a8eff;
  --color-tertiary: #c8c6c5;
  --color-tertiary-container: #929090;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-background);
  color: var(--color-on-background);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Selection */
::selection {
  background: var(--color-secondary);
  color: var(--color-on-secondary);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-on-background);
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* Utility Classes */
.glass-panel {
  background: rgba(19, 19, 19, 0.6);
  backdrop-filter: blur(20px);
}

.hud-scanline {
  background: linear-gradient(to bottom, transparent 50%, rgba(76, 227, 70, 0.05) 50%);
  background-size: 100% 4px;
}

.command-gradient {
  background: linear-gradient(135deg, #adc7ff 0%, #4a8eff 100%);
}

.glass-nav {
  background: rgba(19, 19, 19, 0.6);
  backdrop-filter: blur(20px);
}

/* Material Symbols */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Container */
.qp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Responsive */
@media (max-width: 768px) {
  .qp-container {
    padding: 0 1.5rem;
  }
}
