/* o3d65a1 */
/* === BESPOKE FIX 2026-06-17: hero CTA was bare green text (act-s605e0 with no fill modifier) — give it the skin primary gold-gradient button === */
.hero-prompt-s605e0 .act-s605e0[href="#confronto"],
.hero-prompt-s605e0 a.act-s605e0{
  background:linear-gradient(135deg,#e6c879 0%,#c9a24b 48%,#a9813a 100%);
  color:#1a1408 !important;
  box-shadow:var(--shadow-btn);
  border:1px solid rgba(255,255,255,.18);
  font-weight:700;
  text-decoration:none;
}
.hero-prompt-s605e0 .act-s605e0[href="#confronto"]:hover,
.hero-prompt-s605e0 a.act-s605e0:hover{
  color:#140f04 !important;
  box-shadow:0 16px 34px -12px rgba(201,162,75,.75);
  filter:brightness(1.05);
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
