/* WO-397 — Campfire / Patreon support CTA (community membership, not donation blur) */

.campfire-support {
  background: linear-gradient(165deg, #1e3a5f 0%, #0f2744 55%, #1a2e1a 100%);
  color: #f8f5f0;
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(245, 179, 1, 0.35);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.campfire-support--compact {
  padding: 1.25rem 1.1rem;
  border-radius: 14px;
}

.campfire-support__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f5b301;
}

.campfire-support__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
}

.campfire-support__story {
  margin: 0 0 0.75rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #e7e5e4;
}

.campfire-support__path-note {
  margin: 0 0 1.1rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #a8a29e;
}

.campfire-support__cta {
  display: inline-block;
  background: #f5b301;
  color: #1c1917;
  font-weight: 800;
  text-decoration: none;
  padding: 0.75rem 1.35rem;
  border-radius: 10px;
  transition: background 0.15s ease, transform 0.15s ease;
}

.campfire-support__cta:hover,
.campfire-support__cta:focus-visible {
  background: #ffc933;
  transform: translateY(-1px);
  outline: none;
}

.campfire-support--blocked {
  background: #fafaf9;
  color: #44403c;
  border-color: #d6d3d1;
  box-shadow: none;
}

.campfire-support--blocked .campfire-support__eyebrow {
  color: #a16207;
}

.campfire-support-mount {
  margin: 2rem auto;
  padding: 0 1rem;
}
