body { margin: 0; background: #fbf9f4; scroll-behavior: smooth; font-family: 'Plus Jakarta Sans', sans-serif; color: #1b1c19; }
a { color: #974352; text-decoration: none; }
a:hover { color: #7a3543; }
::selection { background: #f993a2; color: #752938; }
img { max-width: 100%; }
.bh-nav { display: flex; align-items: center; gap: 32px; }
.bh-burger { display: none; }
.bh-logo { font-size: 24px; white-space: nowrap; }
.mobile-menu { display: none; }
.mobile-menu.open { display: flex; }
.faq-icon { display: inline-block; transition: transform 0.2s; }
.faq-icon.open { transform: rotate(180deg); }
.legal-tab { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 8px; cursor: pointer; color: #45483f; }
.legal-tab.active { background: #fff; color: #974352; font-weight: 700; }
@media (max-width: 980px) {
  .bh-nav { display: none; }
  .bh-burger { display: flex; }
  .bh-logo { font-size: 20px; }
  .bh-cta { padding: 10px 16px !important; font-size: 13px !important; }
}
