/* sac-shared.css — Donation block + rate-limit notice (Stouffer AI brand) */

.support-block {
  max-width: 640px;
  margin: 64px auto;
  padding: 40px 32px;
  text-align: center;
  background: #1B3A6B;
  border-radius: 16px;
  color: #ffffff;
}

.support-block--home {
  max-width: 720px;
  padding: 48px 40px;
}

.support-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  color: #E9C46A;
  margin: 0 0 16px;
  font-weight: 600;
}

.support-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 12px;
}

.support-detail {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #E9C46A;
  margin: 0 0 24px;
}

.support-button {
  display: inline-block;
  background: #f7b82b;
  color: #1B3A6B;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  padding: 14px 36px;
  border-radius: 10px;
  text-decoration: none;
}

.support-button:hover {
  background: #E9C46A;
}

.quiet-consult {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #444;
  text-align: center;
  margin: 48px auto;
  padding: 0 24px;
  max-width: 560px;
}

.quiet-consult a {
  color: #0F395D;
  font-weight: 600;
}

/* About page and other dark-navy sections */
.quiet-consult--dark {
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  margin: 56px auto 32px;
}

.quiet-consult--dark a {
  color: #E9C46A;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quiet-consult--dark a:hover {
  color: #f7b82b;
}

.limit-notice {
  background: #F9F6F0;
  border: 2px solid #E9C46A;
  border-radius: 12px;
  padding: 24px;
  font-family: 'DM Sans', sans-serif;
  color: #1B3A6B;
  line-height: 1.6;
}

.limit-notice p { margin: 0 0 12px; }

.copy-prompt-btn {
  background: #1B3A6B;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  cursor: pointer;
  margin: 12px 0;
}

.copy-prompt-btn:hover {
  background: #0F395D;
}

.limit-links a {
  color: #2A9D8F;
  font-weight: 600;
}
