/* CodeWave Refer — Policy pages */

.refer-policy-body { background: #050505; }

.refer-policy-main {
  padding: clamp(24px, 5vw, 40px) 0 clamp(40px, 8vw, 64px);
  min-height: calc(100vh - var(--refer-header-h) - 200px);
}

.refer-policy-wrap {
  max-width: 820px;
}

.refer-policy-hero {
  text-align: center;
  margin-bottom: clamp(20px, 4vw, 32px);
}

.refer-policy-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 138, 0, 0.12);
  border: 1px solid rgba(255, 138, 0, 0.25);
  color: #ff8a00;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

.refer-policy-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.refer-policy-hero p {
  margin: 0 auto;
  max-width: 620px;
  color: #bfbfbf;
  line-height: 1.6;
  font-size: clamp(0.92rem, 2.5vw, 1rem);
}

.refer-policy-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: clamp(16px, 3vw, 24px);
  margin-bottom: 14px;
}

.refer-policy-card--highlight {
  border-color: rgba(255, 138, 0, 0.3);
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.08), rgba(229, 46, 113, 0.05));
}

.refer-policy-card h2 {
  margin: 0 0 12px;
  font-size: clamp(0.98rem, 2.5vw, 1.05rem);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.refer-policy-card h2 i { color: #ff8a00; }

.refer-policy-card p,
.refer-policy-card li {
  color: #bfbfbf;
  line-height: 1.65;
  font-size: 0.94rem;
}

.refer-policy-card ul,
.refer-policy-card ol {
  margin: 0;
  padding-left: 20px;
}

.refer-policy-card li { margin-bottom: 8px; }

.refer-policy-card a {
  color: #ff8a00;
  font-weight: 600;
}

.refer-policy-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: clamp(20px, 4vw, 32px);
}

@media (max-width: 576px) {
  .refer-policy-cta {
    flex-direction: column;
  }

  .refer-policy-cta .refer-btn {
    width: 100%;
    justify-content: center;
  }
}
