/* ══════════════════════════════════════════
   FIRE — APP (page-specific edge cases)
   ══════════════════════════════════════════ */

/* Device mockup images — no border/shadow */
[data-page="home"] .wallet-img,
[data-page="wallet"] .wallet-img,
[data-page="wallet-ios"] .wallet-img {
  border: none;
  box-shadow: none;
  border-radius: 0;
  max-width: 450px;
}



/* Wallet: constrain sub-hero section headings */
.product-hero ~ section:not(.final-cta) h2 {
  font-size: var(--text-2xl);
}

/* Small-screen code panel text */
@media (max-width: 560px) {
  .code-panel code {
    font-size: var(--text-xs);
  }
}
