/* Support Us page -- tip jar presentation only. Shared form and window styles remain
   in wgf-info-pages.css so this feature stays a narrow, removable layer. */
.wgf-support-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  border-color: #80631f;
  box-shadow:
    inset 0 0 28px rgba(255, 191, 0, 0.07),
    0 0 18px rgba(0, 0, 0, 0.36);
}

.wgf-support-hero::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 194, 35, 0.13), transparent 68%);
  content: "";
  pointer-events: none;
}

.wgf-support-hero__copy,
.wgf-support-hero__action {
  position: relative;
  z-index: 1;
}

.wgf-support-hero__copy h2 {
  margin-top: 0.2rem;
}

.wgf-support-kicker {
  margin: 0;
  color: #f5c542;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wgf-support-note {
  margin-bottom: 0;
  color: #b9ae98;
  font-size: 0.9rem;
}

.wgf-support-hero__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.wgf-support-hero__action img {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 0 12px rgba(255, 198, 33, 0.32));
}

.wgf-support-button {
  display: inline-flex;
  min-width: 170px;
  justify-content: center;
  text-decoration: none;
}

.wgf-support-hero__action span {
  color: #998f7e;
  font-size: 0.75rem;
}

#contact {
  scroll-margin-top: 5rem;
}

@media (max-width: 720px) {
  .wgf-support-hero {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .wgf-support-hero__action {
    align-items: flex-start;
    text-align: left;
  }
}
