/* Patch 29D: topbar cleanup + hero CTA positioning */
.a3-top-announcement,
.top-announcement,
.header-announcement,
.a3-promo-text,
.promo-text,
.topbar-marquee,
.topbar-text,
.a3-topbar-slogan,
.site-topbar .slogan,
.site-topbar .promo,
.header-top .slogan,
.header-top .promo,
.a3-old-topbar-message{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;overflow:hidden!important;color:transparent!important;}

/* keep topbar clean */
.site-topbar,.topbar,.header-top,.a3-topbar{color:#fff!important;}
.site-topbar a,.topbar a,.header-top a,.a3-topbar a{color:#fff!important;}

/* hero add block: desktop left/lower, not top center */
.a3-hero,.home-hero,.hero-section,.hero-blue,.a3-search-hero{position:relative!important;}
.a3-hero-add-area,.hero-add-area,.a3-add-cta,.home-add-cta,.hero-cta-add{
  display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;
  position:absolute!important;left:clamp(24px,6vw,90px)!important;right:auto!important;top:auto!important;bottom:34px!important;
  z-index:5!important;text-align:left!important;justify-content:flex-start!important;direction:rtl!important;
}
.a3-hero-add-title,.hero-add-title,.a3-add-word{font-weight:900!important;font-size:28px!important;color:#fff!important;line-height:1!important;margin:0 0 0 8px!important;}
.a3-hero-add-actions,.hero-add-actions{display:flex!important;gap:10px!important;flex-wrap:wrap!important;}
.a3-hero-add-actions a,.hero-add-actions a,.a3-add-pill{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:44px!important;padding:0 24px!important;border-radius:999px!important;background:#fff!important;
  color:#0f172a!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 14px 34px rgba(15,23,42,.14)!important;
  border:1px solid rgba(255,255,255,.65)!important;
}
.a3-hero-add-actions a:hover,.hero-add-actions a:hover,.a3-add-pill:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(15,23,42,.2)!important;}

/* hide old dropdown menu if still exists */
.a3-add-dropdown-menu,.hero-add-dropdown-menu,.add-dropdown-menu,.dropdown-menu.add-menu{display:none!important;}
.a3-add-dropdown-toggle:after,.hero-add-dropdown-toggle:after{display:none!important;}

@media(max-width:900px){
  .a3-hero-add-area,.hero-add-area,.a3-add-cta,.home-add-cta,.hero-cta-add{position:static!important;margin-top:18px!important;justify-content:center!important;text-align:center!important;}
  .a3-hero-add-title,.hero-add-title,.a3-add-word{font-size:24px!important;width:100%!important;text-align:center!important;margin-bottom:8px!important;}
  .a3-hero-add-actions,.hero-add-actions{justify-content:center!important;width:100%!important;}
}
