.membership-hero {
  background-image: radial-gradient(ellipse at 80% 50%, rgba(200,255,0,0.08) 0%, transparent 60%);
}

.comparison-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.comparison-wrap table { min-width: 600px; }

.membership-testimonials { background: var(--color-surface); }

.membership-cta-banner {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.membership-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(200,255,0,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.membership-cta-banner h2 {
  font-size: var(--text-4xl);
  margin-bottom: var(--space-4);
  position: relative;
  z-index: 1;
  color: var(--color-text-primary);
}

.membership-cta-banner p {
  font-size: var(--text-lg);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-6);
  position: relative;
  z-index: 1;
}
