.links-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", "Poppins", system-ui, sans-serif;
  background: radial-gradient(
      ellipse 120% 100% at 50% -30%,
      rgba(74, 222, 128, 0.28) 0%,
      transparent 52%
    ),
    linear-gradient(180deg, #0f1a14 0%, #0b0e14 100%);
  color: #e6edf3;
}

.links-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  min-height: 100vh;
  box-sizing: border-box;
}

.links-card {
  width: 100%;
  max-width: 420px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.links-title {
  margin: 0;
  font-size: 1.5rem;
}

.links-sub {
  margin: 0.35rem 0 1.5rem;
  color: #94a3b8;
  font-size: 0.95rem;
}

.links-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.9rem 1rem;
  margin-bottom: 0.65rem;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  text-align: center;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.links-btn--pedal {
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  color: #052e16;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.links-btn--pedal:hover {
  background: linear-gradient(135deg, #4ade80 0%, #16a34a 100%);
}

.links-btn--whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.links-btn--whatsapp:hover {
  background: linear-gradient(135deg, #3ee07a 0%, #1a9d6c 100%);
}

.links-btn--clube {
  background: linear-gradient(168deg, #ffc933 0%, #ffb800 48%, #f0b000 100%);
  color: #1a1a1a;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.links-btn--clube:hover {
  background: linear-gradient(168deg, #ffd54f 0%, #ffc933 48%, #ffb800 100%);
}
