
/* SG Motors — Cabeçalho Global V16 */
:root{--sg-header-bg:#050607;--sg-header-line:rgba(255,255,255,.10);--sg-header-gold:#e7b900}

.sg-global-header{
  position:sticky;
  top:0;
  z-index:10000;
  width:100%;
  background:rgba(5,6,7,.98);
  border-top:4px solid var(--sg-header-gold);
  border-bottom:1px solid var(--sg-header-line);
  color:#fff;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  font-family:Arial,Helvetica,sans-serif;
}
.sg-global-nav{
  width:min(1530px,100%);
  min-height:72px;
  margin:0 auto;
  padding:0 28px;
  display:flex;
  align-items:center;
  gap:20px;
}
.sg-global-brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  text-decoration:none;
}
.sg-global-brand img{
  width:78px;
  height:48px;
  display:block;
  object-fit:contain;
}
.sg-global-sales{
  display:grid;
  gap:1px;
  flex:0 0 auto;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:10px;
  color:#fff;
  text-decoration:none;
  line-height:1.05;
  text-align:center;
}
.sg-global-sales span{
  font-size:8px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.sg-global-sales strong{
  margin-top:2px;
  font-size:12px;
  color:#fff;
}
.sg-global-sales small{
  font-size:7px;
  font-weight:400;
  color:#aeb5bf;
}
.sg-global-links{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:26px;
  min-width:0;
}
.sg-global-links a{
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  font-size:13px;
  font-weight:700;
  transition:color .16s ease;
}
.sg-global-links a:hover,
.sg-global-links a.active{color:#f0c400}
.sg-global-language{
  display:inline-flex!important;
  align-items:center;
  gap:5px;
}
.sg-global-language img{
  width:23px;
  height:16px;
  object-fit:cover;
  border-radius:2px;
}
.sg-global-internal{
  min-height:40px;
  display:inline-flex!important;
  align-items:center;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
}
.sg-global-toggle{
  display:none;
  margin-left:auto;
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  border:0;
  background:transparent;
  color:#fff;
  font-size:29px;
  cursor:pointer;
}
.sg-global-toggle span{line-height:1}
.sg-global-menu-label{display:none}

@media(max-width:1280px){
  .sg-global-nav{gap:14px;padding:0 20px}
  .sg-global-links{gap:18px}
  .sg-global-links a{font-size:12px}
  .sg-global-sales{padding:6px 9px}
}
@media(max-width:1080px){
  .sg-global-header{border-top-width:3px}
  .sg-global-nav{min-height:82px;padding:0 16px}
  .sg-global-brand img{width:88px;height:54px}
  .sg-global-sales{
    margin-left:auto;
    margin-right:2px;
    padding:6px 9px;
  }
  .sg-global-sales span{display:none}
  .sg-global-sales strong{font-size:11px}
  .sg-global-sales small{font-size:6.5px}
  .sg-global-toggle{display:flex;margin-left:0}
  .sg-global-links{
    position:fixed;
    z-index:10001;
    inset:82px 0 auto 0;
    max-height:calc(100vh - 82px);
    overflow:auto;
    margin:0;
    padding:20px 28px 28px;
    background:#080a0d;
    border-top:1px solid rgba(255,255,255,.08);
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .sg-global-links.open{display:flex}
  .sg-global-links a{
    min-height:62px;
    display:flex;
    align-items:center;
    border-bottom:1px solid rgba(255,255,255,.09);
    font-size:16px;
  }
  .sg-global-language img{width:27px;height:19px}
  .sg-global-internal{
    justify-content:center;
    margin-top:18px;
    border:1px solid rgba(255,255,255,.32)!important;
  }
}
@media(max-width:500px){
  .sg-global-nav{padding:0 12px;gap:7px}
  .sg-global-brand img{width:88px;height:54px}
  .sg-global-sales{padding:5px 7px;text-align:center}
  .sg-global-sales strong{font-size:10px}
  .sg-global-sales small{
    font-size:5.7px;
    max-width:120px;
    white-space:normal;
  }
  .sg-global-toggle{width:38px;font-size:27px}
}
@media(max-width:370px){
  .sg-global-brand img{width:80px;height:50px}
  .sg-global-sales small{display:none}
  .sg-global-sales strong{font-size:9px}
}
