/* Static clone tweaks — keep visual parity with franchisee theme */
@font-face {
  font-family: "Raveo";
  font-weight: 400 730;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/raveo.woff2") format("woff2");
}

.simulator-fallback {
  max-inline-size: 40rem;
}

/* Ensure partner logos wrap nicely */
.bank-logos img,
#partners-list img {
  max-block-size: 3rem;
  object-fit: contain;
}

/* WhatsApp emphasis in contact intro */
#goto-form a[href^="https://wa.me"] {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: underline;
}

/* Hide empty marketing popup remnant if any */
.marketing-popup[hidden] { display: none !important; }
