.partnership-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 0 56px;
}

.ps-hero {
  position: relative;
  padding: 28px 22px 26px;
  margin-bottom: 20px;
  border-radius: var(--radius);
  border: 2px solid rgba(255, 201, 54, 0.32);
  background: linear-gradient(145deg, #2f3760 0%, var(--panel-dark) 50%, #1a2040 100%);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.ps-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 10%, rgba(255, 201, 54, 0.18), transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(80, 160, 255, 0.12), transparent 40%);
  pointer-events: none;
}

.ps-hero__eyebrow {
  position: relative;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 201, 54, 0.85);
  margin-bottom: 8px;
}

.ps-hero__title {
  position: relative;
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(1.85rem, 5vw, 2.5rem);
  color: #fff;
  margin-bottom: 10px;
}

.ps-hero__lead {
  position: relative;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(238, 241, 255, 0.72);
  max-width: 640px;
}

.ps-hero__lead strong {
  color: #fff;
}

.ps-section {
  margin-bottom: 22px;
  padding: 22px 20px;
  border-radius: var(--radius);
  border: 2px solid rgba(255, 255, 255, 0.08);
  background: var(--panel-dark);
  box-shadow: var(--shadow-md);
}

.ps-section--pro {
  border-color: rgba(125, 225, 255, 0.15);
}

.ps-section__head {
  margin-bottom: 18px;
}

.ps-section__title {
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(1.25rem, 3.5vw, 1.55rem);
  color: #fff;
  margin-bottom: 8px;
}

.ps-section__sub {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(238, 241, 255, 0.62);
}

.ps-section__sub strong {
  color: rgba(238, 241, 255, 0.9);
}

.ps-reward-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

@media (min-width: 640px) {
  .ps-reward-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ps-reward-card {
  padding: 16px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  text-align: center;
}

.ps-reward-card--gold {
  border-color: rgba(255, 201, 54, 0.35);
  background: linear-gradient(160deg, rgba(255, 201, 54, 0.12), rgba(0, 0, 0, 0.15));
}

.ps-reward-card__value {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.ps-reward-card--gold .ps-reward-card__value {
  color: var(--gold);
}

.ps-reward-card__label {
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(238, 241, 255, 0.55);
}

.ps-steps {
  margin: 0 0 18px;
  padding-left: 1.15rem;
  color: rgba(238, 241, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.ps-steps li + li {
  margin-top: 8px;
}

.ps-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
  border: 2px solid transparent;
}

.ps-btn--primary {
  background: linear-gradient(180deg, #03d46a 0%, var(--green) 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(2, 183, 87, 0.25);
}

.ps-btn--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(238, 241, 255, 0.9);
}

.ps-pro-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

@media (min-width: 640px) {
  .ps-pro-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ps-slider-block {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ps-slider-label {
  display: block;
  font-size: 0.82rem;
  color: rgba(238, 241, 255, 0.65);
  margin-bottom: 12px;
}

.ps-slider {
  width: 100%;
  accent-color: var(--gold);
}

.ps-slider-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 0.68rem;
  color: rgba(238, 241, 255, 0.4);
}

.ps-level-demo .partner-level-section {
  margin-bottom: 0;
}

.ps-fineprint {
  margin: 14px 0 18px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(238, 241, 255, 0.45);
}

.partnership-page .partner-stat {
  margin: 0;
}
