.support-section {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 20%, rgb(77 124 255 / 12%), transparent 28%),
    #0a0d12;
}

.support-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.support-intro h2 {
  max-width: 580px;
  margin-bottom: 1.8rem;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.support-intro > p:not(.eyebrow) {
  max-width: 590px;
  color: var(--muted);
}

.support-intro small {
  display: block;
  max-width: 590px;
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  color: #7f8998;
}

.support-options {
  display: grid;
  gap: 1rem;
}

.support-card {
  padding: clamp(1.6rem, 4vw, 2.5rem);
  border: 1px solid #293140;
  background: #0e131c;
}

.support-card-paypal {
  background: linear-gradient(135deg, #131d2c, #0e131c);
}

.support-label {
  margin-bottom: .8rem;
  color: var(--lime);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .16em;
}

.support-card h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  letter-spacing: -.04em;
}

.support-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 62px;
  margin-bottom: .5rem;
}

.support-brand img {
  width: auto;
  height: 54px;
  object-fit: contain;
}

.support-brand .binance-mark {
  width: 54px;
  height: 54px;
}

.support-card > p:not(.support-label, .copy-status) {
  color: var(--muted);
}

.pay-id-row {
  display: flex;
  align-items: stretch;
  margin-top: 1.4rem;
}

.pay-id-row code {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  padding: 0 1.1rem;
  border: 1px solid #354052;
  border-right: 0;
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: .08em;
}

.copy-id {
  min-height: 52px;
  padding: 0 1.1rem;
  border: 1px solid var(--lime);
  background: var(--lime);
  color: #090c0d;
  cursor: pointer;
  font: inherit;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.copy-id:hover {
  background: #d7ff77;
}

.copy-id:focus-visible {
  outline: 3px solid var(--text);
  outline-offset: 3px;
}

.copy-status {
  min-height: 1.5em;
  margin: .7rem 0 0;
  color: var(--lime);
  font-size: .75rem;
}

@media (max-width: 850px) {
  .support-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .pay-id-row {
    flex-direction: column;
  }

  .pay-id-row code {
    min-height: 56px;
    border-right: 1px solid #354052;
    border-bottom: 0;
  }
}
