.r69-registry-seo-block {
  margin: 34px auto;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 212, 0, .28);
  background:
    radial-gradient(circle at 10% 0%, rgba(24, 223, 100, .16), transparent 32%),
    linear-gradient(135deg, rgba(8, 6, 3, .96), rgba(10, 30, 12, .92) 58%, rgba(18, 7, 4, .96));
  box-shadow: 0 18px 52px rgba(0,0,0,.34);
}

.r69-registry-seo-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 212, 0, .30);
  color: var(--r69-gold, #ffd400);
  background: rgba(0,0,0,.34);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: 14px;
}

.r69-registry-seo-title {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3.2vw, 3.4rem);
  line-height: 1.03;
  text-transform: uppercase;
}

.r69-registry-seo-title .gold { color: var(--r69-gold, #ffd400); }
.r69-registry-seo-title .green { color: var(--r69-green, #18df64); }

.r69-registry-seo-lead,
.r69-registry-seo-body {
  max-width: 1180px;
  color: rgba(248, 234, 184, .88);
  font-size: 1rem;
  line-height: 1.58;
}

.r69-registry-seo-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.r69-registry-seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #070604;
  text-decoration: none;
  font-weight: 900;
  background: linear-gradient(90deg, var(--r69-red, #ff3b30), var(--r69-gold, #ffd400), var(--r69-green, #18df64));
}