@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary:#0056b3;--primary-light:#e6f0ff;--secondary:#333;--bg-light:#fff;--bg-gray:#f8f9fa;--text-main:#212529;--text-muted:#6c757d;--border-color:#dee2e6;--white:#fff;--shadow:0 4px 6px #0000000d, 0 1px 3px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6}.top-bar{background:var(--primary);color:#fff;justify-content:space-between;padding:.5rem 10%;font-size:.85rem;display:flex}.top-bar a{color:#fff;margin-left:1.5rem;text-decoration:none}header{z-index:1000;background:var(--white);box-shadow:var(--shadow);justify-content:space-between;align-items:center;padding:1rem 10%;display:flex;position:sticky;top:0}.logo{color:var(--primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}nav ul{gap:2rem;list-style:none;display:flex}nav a{color:var(--secondary);font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}nav a:hover{color:var(--primary)}.btn-cta{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-cta:hover{background:#004494}.hero{background-color:#0000;background-image:linear-gradient(#fffc,#fffc),url(/src/assets/security-bg.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;padding:8rem 10%;display:flex}.hero-content{max-width:600px}.hero h1{color:var(--secondary);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.25rem}section{padding:6rem 10%}.section-bg-gray{background:var(--bg-gray)}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{color:var(--secondary);margin-bottom:1rem;font-size:2.5rem}.section-title .underline{background:var(--primary);width:60px;height:4px;margin:0 auto}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.service-card{background:var(--white);box-shadow:var(--shadow);border-bottom:4px solid #0000;border-radius:8px;padding:3rem 2rem;transition:all .3s}.service-card:hover{border-bottom-color:var(--primary);transform:translateY(-5px)}.service-card i{color:var(--primary);margin-bottom:1.5rem;font-size:3rem;display:block}.service-card h3{margin-bottom:1rem;font-size:1.5rem}.service-card p{color:var(--text-muted);margin-bottom:1.5rem}.brands-section{text-align:center;border-top:1px solid var(--border-color);padding:4rem 10%}.brands-flex{opacity:.6;filter:grayscale();flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;display:flex}footer{color:#fff;background:#1a1a1a;padding:5rem 10% 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:4rem;margin-bottom:3rem;display:grid}.footer-grid h4{margin-bottom:1.5rem;font-size:1.2rem;position:relative}.footer-grid h4:after{content:"";background:var(--primary);width:30px;height:2px;position:absolute;bottom:-8px;left:0}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ccc;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#fff;padding-left:5px}.footer-bottom{text-align:center;color:#888;border-top:1px solid #333;padding-top:2rem;font-size:.9rem}@media (width<=768px){.hero h1{font-size:2.5rem}.top-bar{display:none}header{padding:1rem 5%}}
