/*
Theme Name: Zox News Child ATI
Theme URI: https://thealgotrading.com.br/
Description: Tema filho do Zox News para a Home AlgoLabs ATI e páginas premium do ecossistema TheAlgoTrading.
Author: TheAlgoTrading
Author URI: https://thealgotrading.com.br/
Template: zox-news
Version: 11.1.0
Text Domain: zox-news-child-ati
*/

/* ==========================================================
   ATI V11.2 — GLOBAL MOBILE HEADER + INTERNAL HERO STANDARD
   Objetivo: manter o menu mobile igual ao padrão da Home e
   impedir hero interno alto/desalinhado em mobile.
   ========================================================== */
:root{--ati-gold:#f2bd42;--ati-dark:#050608;--ati-line:rgba(242,189,66,.22)}

/* Header padrão, sem mexer no conteúdo das páginas */
.topbar,
.ati-header,
.site-ati-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:99999!important;
  width:100%!important;
  min-height:78px!important;
  background:linear-gradient(90deg,rgba(5,6,8,.92),rgba(29,21,10,.82),rgba(5,6,8,.92))!important;
  border-bottom:1px solid rgba(242,189,66,.18)!important;
  backdrop-filter:blur(22px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.18)!important;
  box-shadow:0 18px 64px rgba(0,0,0,.30)!important;
}
.admin-bar .topbar,.admin-bar .ati-header,.admin-bar .site-ati-header{top:32px!important}
.topbar .container.nav,
.ati-header .ati-nav,
.site-ati-header .ati-nav{
  width:min(1320px,calc(100% - 48px))!important;
  max-width:1320px!important;
  height:78px!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  padding:0!important;
}
.topbar .logo,.topbar .brand-logo,.ati-header .ati-logo,.site-ati-header .ati-logo{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  line-height:1!important;
  margin:0!important;
}
.topbar .logo img,.topbar .brand-logo img,.ati-header .ati-logo img,.site-ati-header .ati-logo img{
  display:block!important;
  width:auto!important;
  max-width:136px!important;
  max-height:54px!important;
  height:auto!important;
}
.topbar .navlinks,.topbar .ati-links,.ati-header .ati-links,.site-ati-header .ati-links{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:22px!important;
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
.topbar .navlinks a,.topbar .ati-links a,.ati-header .ati-links a,.site-ati-header .ati-links a{
  color:#fff!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1!important;
  white-space:nowrap!important;
  opacity:.92!important;
  text-decoration:none!important;
}
.topbar .navlinks a:hover,.topbar .ati-links a:hover,.ati-header .ati-links a:hover,.site-ati-header .ati-links a:hover{color:var(--ati-gold)!important;opacity:1!important}
.topbar .nav-cta-cluster,.topbar .ati-nav-actions,.ati-header .ati-nav-actions,.site-ati-header .ati-nav-actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  margin-left:auto!important;
}
.topbar .nav-cta-cluster .btn,.topbar .ati-nav-cta,.ati-header .ati-nav-cta,.site-ati-header .ati-nav-cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:44px!important;
  min-height:44px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  font-size:13px!important;
  font-weight:900!important;
  white-space:nowrap!important;
  color:#08090b!important;
  background:linear-gradient(135deg,#ffd15a,#b57b1d)!important;
  box-shadow:0 14px 34px rgba(242,189,66,.25)!important;
  border:1px solid rgba(255,255,255,.16)!important;
}
.topbar .ati-nav-orbi,.topbar .orbe,.topbar .atia-orb,.ati-header .ati-nav-orbi,.site-ati-header .ati-nav-orbi{
  width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;
  border-radius:999px!important;display:block!important;position:relative!important;
  filter:drop-shadow(0 0 22px rgba(77,220,255,.62))!important;
}
.mobile-menu-toggle,.ati-mobile-toggle,.hamburger,.menu-toggle{
  width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;
  border-radius:17px!important;border:1px solid rgba(242,189,66,.36)!important;
  background:rgba(255,255,255,.035)!important;color:#f6d277!important;
  display:none!important;align-items:center!important;justify-content:center!important;
  margin:0!important;padding:0!important;position:relative!important;z-index:100001!important;
}
.mobile-menu-toggle span,.hamburger span,.menu-toggle span{background:#f6d277!important;color:#f6d277!important}

@media(max-width:1080px){
  .topbar .container.nav,.ati-header .ati-nav,.site-ati-header .ati-nav{
    width:calc(100% - 32px)!important;
    max-width:none!important;
    height:82px!important;
    display:grid!important;
    grid-template-columns:minmax(92px,136px) minmax(0,1fr) 48px!important;
    align-items:center!important;
    gap:10px!important;
  }
  .topbar,.ati-header,.site-ati-header{min-height:82px!important;height:82px!important}
  .topbar .logo,.topbar .brand-logo,.ati-header .ati-logo,.site-ati-header .ati-logo{grid-column:1!important;justify-self:start!important;max-width:136px!important;overflow:hidden!important}
  .topbar .logo img,.topbar .brand-logo img,.ati-header .ati-logo img,.site-ati-header .ati-logo img{max-width:124px!important;max-height:50px!important}
  .topbar .navlinks,.topbar .ati-links,.ati-header .ati-links,.site-ati-header .ati-links{display:none!important}
  .topbar .nav-cta-cluster,.topbar .ati-nav-actions,.ati-header .ati-nav-actions,.site-ati-header .ati-nav-actions{
    grid-column:2!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:9px!important;
    margin:0!important;
    min-width:0!important;
  }
  .topbar .nav-social,.ati-header .nav-social,.site-ati-header .nav-social{display:none!important}
  .topbar .nav-cta-cluster .btn,.topbar .ati-nav-cta,.ati-header .ati-nav-cta,.site-ati-header .ati-nav-cta{
    height:46px!important;min-height:46px!important;padding:0 17px!important;font-size:13px!important;max-width:156px!important;
  }
  .topbar .ati-nav-orbi,.topbar .orbe,.topbar .atia-orb,.ati-header .ati-nav-orbi,.site-ati-header .ati-nav-orbi{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}
  .mobile-menu-toggle,.ati-mobile-toggle,.hamburger,.menu-toggle{display:flex!important;grid-column:3!important;justify-self:end!important}
  .mobile-nav-panel,.ati-mobile-panel,.mobile-menu,.nav-mobile{top:82px!important;z-index:100000!important}
  body{padding-top:0!important}
}
@media(max-width:480px){
  .topbar .container.nav,.ati-header .ati-nav,.site-ati-header .ati-nav{width:calc(100% - 24px)!important;grid-template-columns:minmax(84px,116px) minmax(0,1fr) 44px!important;gap:8px!important}
  .topbar .logo img,.topbar .brand-logo img,.ati-header .ati-logo img,.site-ati-header .ati-logo img{max-width:110px!important;max-height:46px!important}
  .topbar .nav-cta-cluster .btn,.topbar .ati-nav-cta,.ati-header .ati-nav-cta,.site-ati-header .ati-nav-cta{height:44px!important;min-height:44px!important;max-width:142px!important;padding:0 14px!important;font-size:12px!important}
  .topbar .ati-nav-orbi,.topbar .orbe,.topbar .atia-orb,.ati-header .ati-nav-orbi,.site-ati-header .ati-nav-orbi{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
  .mobile-menu-toggle,.ati-mobile-toggle,.hamburger,.menu-toggle{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border-radius:15px!important}
}
@media(max-width:375px){.topbar .nav-cta-cluster .btn,.topbar .ati-nav-cta,.ati-header .ati-nav-cta,.site-ati-header .ati-nav-cta{max-width:126px!important;padding:0 11px!important;font-size:11px!important}.topbar .ati-nav-orbi,.topbar .orbe,.topbar .atia-orb{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}}

/* Hero interno mobile: mesma lógica da home, sem hero gigante/esticado */
@media(max-width:900px){
  .atia-hero,.hero.hero-clean-premium,.atibot-page .hero,.metodo-ati-page .hero,.page-template-page-atia .atia-hero,.page-template-page-atibot .hero,.page-template-page-metodo-ati .hero{
    min-height:auto!important;
    height:auto!important;
    padding-top:112px!important;
    padding-bottom:72px!important;
    display:block!important;
  }
  .atia-hero .ati-shell,.hero.hero-clean-premium .ati-shell,.hero.hero-clean-premium .container,.atibot-page .hero .ati-shell,.metodo-ati-page .hero .ati-shell{
    padding-top:0!important;
    min-height:0!important;
  }
  .atia-hero-content,.hero-inner,.hero-content{
    padding-top:360px!important;
    max-width:680px!important;
  }
  .atia-hero-bg,.hero-bg{background-position:center top!important;opacity:.92!important}
}
@media(max-width:640px){
  .atia-hero,.hero.hero-clean-premium,.atibot-page .hero,.metodo-ati-page .hero{padding-top:92px!important;padding-bottom:58px!important;min-height:auto!important}
  .atia-hero-content,.hero-inner,.hero-content{padding-top:315px!important;max-width:100%!important}
  .atia-hero h1,.hero.hero-clean-premium h1,.hero h1{font-size:clamp(42px,13vw,64px)!important;line-height:.96!important;letter-spacing:-.06em!important;margin-bottom:22px!important;text-wrap:balance!important}
  .atia-hero p,.hero p,.lead{font-size:17px!important;line-height:1.62!important}
  .hero-strip,.hero-pills{max-width:100%!important;overflow:hidden!important}
}
@media(max-width:420px){.atia-hero-content,.hero-inner,.hero-content{padding-top:280px!important}.atia-hero h1,.hero h1{font-size:40px!important}}
