/* AI TRADING SYSTEM HUB — Ultra Luxury Header + Footer (Black & Gold)
   Works with Elementor header/footer templates and Porto theme.
*/
:root{
  --bg:#07070A;
  --bg2:#0E0E12;
  --gold:#C9A227;
  --gold2:#E5C76B;
  --text:#F5F5F5;
  --muted:#B5B5B5;
  --border:rgba(201,162,39,.28);
}

.lux-header-wrap{
  background: rgba(7,7,10,.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,162,39,.18);
  padding: 14px 0;
}
.lux-header-wrap > .e-con{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 22px;
}
.lux-brand{
  margin:0;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--text);
}
.lux-tagline{
  display:block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(245,245,245,.72);
}
.lux-nav a{
  color: rgba(245,245,245,.86) !important;
  font-weight: 600;
  letter-spacing: .01em;
}
.lux-nav a:hover, .lux-nav .elementor-item-active{
  color: var(--gold2) !important;
}
.lux-header-right .elementor-button{
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 800;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  color: #0B0B0F !important;
  border: 1px solid rgba(201,162,39,.45);
}

/* Footer */
.lux-footer-wrap{
  background: linear-gradient(180deg, var(--bg2) 0%, var(--bg) 100%);
  border-top: 1px solid rgba(201,162,39,.18);
  padding: 70px 0 40px;
}
.lux-footer-wrap > .e-con{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 22px;
}
.lux-foot-title{
  color: var(--text);
  font-weight: 800;
  margin-bottom: 14px;
}
.lux-foot-muted{
  color: rgba(245,245,245,.75);
  max-width: 46ch;
  line-height: 1.7;
}
.lux-foot-links{
  list-style:none;
  padding-left:0;
  margin:0;
}
.lux-foot-links li{ margin: 10px 0; }
.lux-foot-links a{ color: rgba(245,245,245,.78); }
.lux-foot-links a:hover{ color: var(--gold2); }

.lux-foot-disclaimer{
  margin-top: 18px;
  font-size: 12px;
  color: rgba(245,245,245,.62);
}
