@salesmind-ai/design-system 1.10.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2633,17 +2633,21 @@
2633
2633
  .ds-partner-vp__benefits {
2634
2634
  display: flex;
2635
2635
  flex-direction: column;
2636
- gap: var(--space-4);
2636
+ gap: var(--space-8);
2637
+ padding: var(--space-6);
2638
+ border-radius: var(--radius-card);
2639
+ background: var(--glass-base);
2640
+ border: 1px solid var(--rim-light-bottom);
2637
2641
  }
2638
2642
  .ds-partner-vp__benefit {
2639
2643
  display: flex;
2640
- gap: var(--space-3);
2644
+ gap: var(--space-4);
2641
2645
  align-items: flex-start;
2642
2646
  }
2643
2647
  .ds-partner-vp__benefit-icon {
2644
2648
  flex-shrink: 0;
2645
- width: 40px;
2646
- height: 40px;
2649
+ width: 48px;
2650
+ height: 48px;
2647
2651
  display: flex;
2648
2652
  align-items: center;
2649
2653
  justify-content: center;
@@ -2652,16 +2656,18 @@
2652
2656
  color: rgb(var(--accent-rgb));
2653
2657
  }
2654
2658
  .ds-partner-vp__benefit-title {
2655
- font-size: var(--font-size-sm);
2659
+ font-size: var(--font-size-lg);
2656
2660
  font-weight: var(--font-weight-bold);
2657
2661
  color: var(--text-primary);
2658
2662
  margin: 0;
2663
+ line-height: var(--line-height-tight);
2659
2664
  }
2660
2665
  .ds-partner-vp__benefit-desc {
2661
- font-size: var(--font-size-sm);
2666
+ font-size: var(--font-size-base);
2662
2667
  color: var(--text-secondary);
2663
2668
  line-height: var(--line-height-relaxed);
2664
- margin: var(--space-1) 0 0;
2669
+ margin: var(--space-3) 0 0;
2670
+ max-width: var(--content-width-prose);
2665
2671
  }
2666
2672
  .ds-partner-vp__calculator {
2667
2673
  padding: var(--space-6);