/* =============================================================================
   self-esteem.css: page-specific styles for self-esteem.html
   Loaded AFTER main.css and anxiety.css (this page reuses the anxiety layout
   components). Adds only the CTA behavior unique to this page: full-width,
   tappable primary buttons on small screens for the hero and the closing band.
   Scoped so it reaches self-esteem.html only.
   ========================================================================== */
@media (max-width: 520px) {
  .anx-hero .mt-cta .btn,
  .anx-cta .btn { display: flex; width: 100%; }
}
