/* ── Featured partner cards (same glow as index.html) ── */
.partner-featured {
  border-color: rgba(59, 130, 246, 0.4) !important;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.6) 100%) !important;
  position: relative;
  overflow: hidden;
}
.partner-featured::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.partner-featured > * { position: relative; z-index: 1; }

.partner-featured .icon {
  background: rgba(59, 130, 246, 0.1);
  width: 80px;
  height: 80px;
  border-radius: 20px;
  margin-bottom: 2rem;
  border: 1px solid rgba(59, 130, 246, 0.2);
  box-shadow: 0 0 30px rgba(59, 130, 246, 0.15);
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-featured:hover .icon {
  transform: scale(1.1) rotate(5deg);
  border-color: var(--primary-color);
  background: rgba(59, 130, 246, 0.15);
}

.partner-featured .check-list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2rem 0;
  width: 100%;
  text-align: left;
  padding: 0;
  gap: 0.75rem;
}
.partner-featured .check-list li {
  font-weight: 500;
  color: var(--heading-color);
  font-size: 1.02rem;
  display: block;
  position: relative;
  padding-left: 2rem;
  text-align: left;
}
.partner-featured .check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 900;
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
  font-size: 1.2rem;
}

.partner-featured .btn-primary {
  margin-top: 2rem;
}

/* ── Affiliate note (subtle) ── */
.affiliate-note {
  font-size: 0.8rem;
  opacity: 0.5;
  margin-top: 0.5rem;
  line-height: 1.5;
}

/* ── Affiliate banner (info) ── */
.affiliate-banner {
  background: rgba(59, 130, 246, 0.06);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 3rem;
  font-size: 0.92rem;
  line-height: 1.65;
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.affiliate-banner-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.affiliate-banner strong {
  color: var(--heading-color, #f8fafc);
}

/* ── Stats section override ── */
.partner-stats .stat-number {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── FAQ ── */
.card .btn-primary, .card .btn-secondary {
  margin-top: 2.5rem;
}

/* ── Featured partner cards (same glow as index.html) ── */
    .partner-featured {
      border-color: rgba(59, 130, 246, 0.4) !important;
      background: linear-gradient(180deg, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.6) 100%) !important;
      position: relative;
      overflow: hidden;
    }
    .partner-featured::after {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle at center, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
      pointer-events: none;
      z-index: 0;
    }
    .partner-featured > * { position: relative; z-index: 1; }

    .partner-featured .icon {
      background: rgba(59, 130, 246, 0.1);
      width: 80px;
      height: 80px;
      border-radius: 20px;
      margin-bottom: 2rem;
      border: 1px solid rgba(59, 130, 246, 0.2);
      box-shadow: 0 0 30px rgba(59, 130, 246, 0.15);
      transition: var(--transition);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .partner-featured:hover .icon {
      transform: scale(1.1) rotate(5deg);
      border-color: var(--primary-color);
      background: rgba(59, 130, 246, 0.15);
    }

    .partner-featured .check-list {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      margin: 2rem 0;
      width: 100%;
      text-align: left;
      padding: 0;
      gap: 0.75rem;
    }
    .partner-featured .check-list li {
      font-weight: 500;
      color: var(--heading-color);
      font-size: 1.02rem;
      display: block;
      position: relative;
      padding-left: 2rem;
      text-align: left;
    }
    .partner-featured .check-list li::before {
      content: '✓';
      position: absolute;
      left: 0;
      top: 0;
      color: var(--primary-color);
      font-weight: 900;
      text-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
      font-size: 1.2rem;
    }

    .partner-featured .btn-primary {
      margin-top: 2rem;
    }

    /* ── Affiliate note (subtle) ── */
    .affiliate-note {
      font-size: 0.8rem;
      opacity: 0.5;
      margin-top: 0.5rem;
      line-height: 1.5;
    }

    /* ── Affiliate banner (info) ── */
    .affiliate-banner {
      background: rgba(59, 130, 246, 0.06);
      border: 1px solid rgba(59, 130, 246, 0.2);
      border-radius: 16px;
      padding: 1.25rem 1.5rem;
      margin-bottom: 3rem;
      font-size: 0.92rem;
      line-height: 1.65;
      display: flex;
      gap: 0.85rem;
      align-items: flex-start;
    }
    .affiliate-banner-icon {
      font-size: 1.3rem;
      flex-shrink: 0;
      margin-top: 0.1rem;
    }
    .affiliate-banner strong {
      color: var(--heading-color, #f8fafc);
    }

    /* ── Stats section override ── */
    .partner-stats .stat-number {
      background: var(--gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* ── FAQ ── */
    .card .btn-primary, .card .btn-secondary {
      margin-top: 2.5rem;
    }
