/* o38872c */
/* ===== bespoke fix 0617: hero CTA label contrast on yellow-green gold fill ===== */
/* root cause: unique-theme:pop rule forces gold/yellow gradient bg on .button-s484b4 but leaves the label at --fg (#a2a58c pale), which the overlay also lowered. Force a dark ink label for strong contrast. */
.button-s484b4,
.act-key-s484b4,
.hero-s484b4 .button-s484b4,
.hero-prompt-s484b4 .button-s484b4,
.cta a.button-s484b4,
.cta a{
  color:#1a1d08 !important;
  -webkit-text-fill-color:#1a1d08 !important;
}
.button-s484b4:hover,
.act-key-s484b4:hover,
.hero-s484b4 .button-s484b4:hover,
.cta a:hover{
  color:#0f1105 !important;
  -webkit-text-fill-color:#0f1105 !important;
}
.button-s484b4 svg,
.act-key-s484b4 svg,
.hero-s484b4 .button-s484b4 svg,
.cta a svg{
  color:#1a1d08 !important;
  fill:#1a1d08 !important;
  stroke:#1a1d08 !important;
}
/* /bespoke fix 0617 */
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
