/* HEADER GLOBAL */
.main-header{position:relative;width:100%;z-index:9999;background:linear-gradient(rgba(30,0,0,.78),rgba(0,0,0,.88)),url("../images/logo.png") center/cover no-repeat;padding:10px 0 14px;border-top:4px solid #fff;border-bottom:1px solid rgba(255,255,255,.12)}
.header-inner{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:center;gap:70px;padding:0 28px}.header-logo img{width:180px;max-width:100%;display:block;object-fit:contain}.main-menu{display:flex;align-items:center;gap:50px}.main-menu a,.main-menu button{position:relative;background:none;border:none;color:#bfc7ff;font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;letter-spacing:.5px;padding:0}.main-menu a::before,.main-menu button::before{content:"";position:absolute;top:-18px;left:50%;transform:translateX(-50%);width:62px;height:1px;background:#ddd;opacity:.9}.main-menu a:hover,.main-menu button:hover,.main-menu .active{color:#ff0000}.main-menu .active::before{width:62px;background:#ff0000;height:3px;box-shadow:0 0 10px #ff0000}@media(max-width:900px){.header-inner{flex-direction:column;gap:14px;padding:0 18px}.header-logo img{width:150px}.main-menu{flex-wrap:wrap;justify-content:center;gap:18px}.main-menu a,.main-menu button{font-size:14px}.main-menu a::before,.main-menu button::before{display:none}}
