@import url("./site-tweaks-v32.css?v=58fc240");
@import url("./hero-v33.css?v=20260812-2038");
@import url("./hero-v35.css?v=20260812-2041");
@import url("./hero-v36.css?v=20260812-2047");

/* CTAs mobile consolidados no CSS principal */
@media (max-width:620px){
  .hero-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
    margin:18px 0 0!important;
  }
  .hero-actions .hero-primary,
  .hero-actions .whatsapp-cta{
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    height:46px!important;
    margin:0!important;
    padding:0 12px!important;
    border-radius:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .hero-actions .hero-primary{
    order:1!important;
    background:#177ff5!important;
    border:1px solid rgba(94,174,255,.42)!important;
    box-shadow:0 10px 24px rgba(16,104,230,.20)!important;
    font-size:0!important;
  }
  .hero-actions .hero-primary:before{
    content:"Descobrir quanto custa";
    font-size:11.5px!important;
    font-weight:700!important;
    letter-spacing:-.015em!important;
    color:#fff!important;
  }
  .hero-actions .hero-primary span{
    margin-left:8px!important;
    font-size:11.5px!important;
    color:#fff!important;
  }
  .hero-actions .whatsapp-cta{
    order:2!important;
    align-self:stretch!important;
    background:rgba(255,255,255,.01)!important;
    border:1px solid rgba(94,174,255,.24)!important;
    box-shadow:none!important;
    color:#d8e8f5!important;
    font-size:0!important;
  }
  .hero-actions .whatsapp-cta b{
    margin-right:7px!important;
    font-size:11px!important;
    color:#35d58b!important;
    line-height:1!important;
  }
  .hero-actions .whatsapp-cta:after{
    content:"Falar pelo WhatsApp";
    font-size:11.5px!important;
    font-weight:650!important;
    letter-spacing:-.015em!important;
    color:#d8e8f5!important;
  }
  .hero-actions .whatsapp-cta span{display:none!important}
}

@media (max-width:380px){
  .hero-actions{gap:8px!important}
  .hero-actions .hero-primary,
  .hero-actions .whatsapp-cta{
    min-height:44px!important;
    height:44px!important;
    padding:0 8px!important;
  }
  .hero-actions .hero-primary:before,
  .hero-actions .whatsapp-cta:after{font-size:10.4px!important}
  .hero-actions .hero-primary span{
    margin-left:5px!important;
    font-size:10.4px!important;
  }
  .hero-actions .whatsapp-cta b{
    margin-right:5px!important;
    font-size:10px!important;
  }
}
