/* ======================================================
   DONATE PAGE ONLY
====================================================== */

.page-donate .page-content {
    text-align: center;
  }
  
  /* Donate hero */
  .donate-hero {
    margin-top: 20px;
  }
  
  /* Big logo (fixed, controlled) */
  .donate-hero img {
    max-width: 420px;
    margin: 0 auto 30px;
  }
  
  /* Text */
  .donate-hero h1 {
    font-size: 2.2rem;
    color: #6b3b1f;
    margin-bottom: 12px;
  }
  
  .donate-hero p {
    max-width: 700px;
    margin: 0 auto;
  }
  
  /* Button */
  .donate-btn {
    display: inline-block;
    margin-top: 25px;
    background: #6b3b1f;
    color: #fff;
    padding: 14px 36px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
  }
  
  .donate-btn:hover {
    background: #5a3119;
  }
  
  /* Stripe note */
  .donate-note {
    margin-top: 14px;
    font-size: 0.85rem;
    color: #666;
  }
  