/*
------------------------------------------------
PROJECT:      SECURITY255.COM
VERSION:      v6
TYPE:         Cybersecurity Firm Website

TECH STACK
------------------------------------------------
HTML5 / CSS3 / JavaScript

DESIGN
------------------------------------------------
Concept:      Inspired by String Theory
Palette:      Black / White / Orange / Gray
Typography:   Inter / System UI Sans-Serif
Theme:        Light + Dark Mode Support
Layout:       Responsive (Desktop + Mobile)

FEATURES
------------------------------------------------
Off-canvas Mobile Navigation
Adaptive Logo depending on Theme
Cybersecurity / Infrastructure / Trust Focus

AUTHORSHIP
------------------------------------------------
Author:       Arturo Pacheco
Owner:        SECURITY255
Copyright:    © SECURITY255

NOTICE
------------------------------------------------
This code is original work.
You may take inspiration, but direct copying is not permitted.
*/

@media(max-width:640px){.brand .logo-lt,.brand .logo-dk{display:none!important}.brand .logo-mb{display:block!important}}@media(max-width:880px){.nav-links{display:none}}@media(max-width:768px){.hero-main{padding:48px 28px 40px}}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:24px}}@media(max-width:600px){.form-panel{padding:28px 22px}}@media(max-width:560px){.fg-row{grid-template-columns:1fr}}@media(max-width:768px){.trust-row{grid-template-columns:1fr}}@media(max-width:880px){.foot-row{grid-template-columns:1fr 1fr;gap:24px}}@media(max-width:560px){.foot-row{grid-template-columns:1fr}}@media(max-width:880px){.nav-right a.btn{display:none!important;}body.nav-open{overflow:hidden;touch-action:none}.nav-right{gap:10px}}@media(max-width:880px){.mb-toggle{display:grid;place-items:center}}
