/*
Theme Name: Nomad Systems Labs Compliance Theme
Theme URI: https://nomadsystemslabs.com
Author: Nomad Systems LLC
Author URI: https://nomadsystemslabs.com
Description: Elite technical infrastructure and automation engineering theme for Nomad Systems Labs — a specialized division of NOMAD SYSTEMS LLC.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: Proprietary
Text Domain: nomad-systems
*/

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background-color: #040812;
    color: #F1F5F9;
    font-family: 'Inter', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #040812; }
::-webkit-scrollbar-thumb { background: #1E3A5F; border-radius: 2px; }
::-webkit-scrollbar-thumb:hover { background: #2563EB; }
* { -webkit-tap-highlight-color: transparent; }

.fade-in-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.22,0.61,0.36,1), transform 0.7s cubic-bezier(0.22,0.61,0.36,1);
}
.fade-in-up.is-visible { opacity: 1; transform: translateY(0); }
.delay-100 { transition-delay: 100ms; }
.delay-200 { transition-delay: 200ms; }
.delay-300 { transition-delay: 300ms; }
.delay-400 { transition-delay: 400ms; }

.grid-pattern {
    background-image:
        linear-gradient(rgba(37,99,235,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37,99,235,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
}

.pricing-card-popular {
    box-shadow: 0 0 60px -20px rgba(37,99,235,0.25);
}

.legal-content h2 {
    font-family: 'Syne', system-ui, sans-serif;
    font-size: 1.4rem; font-weight: 700; color: #F1F5F9;
    margin-top: 2.5rem; margin-bottom: 1rem;
    padding-bottom: 0.5rem; border-bottom: 1px solid #1E3A5F;
}
.legal-content h3 {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.05rem; font-weight: 600; color: #CBD5E1;
    margin-top: 1.75rem; margin-bottom: 0.5rem;
}
.legal-content p, .legal-content li {
    color: #94A3B8; line-height: 1.8; margin-bottom: 0.75rem; font-size: 0.9375rem;
}
.legal-content ul { padding-left: 1.5rem; list-style-type: disc; }
.legal-content ol { padding-left: 1.5rem; }
.legal-content a { color: #2563EB; text-decoration: underline; }
.legal-content strong { color: #CBD5E1; }
.legal-content address { font-style: normal; }
