html {
  scroll-behavior: smooth;
}

:root {
  /* Brand */
  --brand-primary: #0f75ff;
  --brand-secondary: #edf2ff;
  --brand-accent: #22c55e;

  /* Surfaces */
  --surface-bg: #ffffff;
  --surface-card: #f8faff;
  --surface-alt: #f1f5ff;

  /* Text */
  --text-primary: #020b1e;
  --text-secondary: #4a5568;
  --text-inverse: #ffffff;

  /* Border */
  --border-default: #e2e8f0;

  /* State */
  --state-success: #22c55e;
  --state-warning: #f59e0b;
  --state-error: #ef4444;
}

/* Typography scale */
.text-display     { font-size: 48px; font-weight: 700; line-height: 1.1; }
.text-heading-1   { font-size: 36px; font-weight: 700; line-height: 1.2; }
.text-heading-2   { font-size: 28px; font-weight: 700; line-height: 1.3; }
.text-heading-3   { font-size: 22px; font-weight: 600; line-height: 1.4; }
.text-body-lg     { font-size: 18px; font-weight: 400; line-height: 1.7; }
.text-body        { font-size: 16px; font-weight: 400; line-height: 1.7; }
.text-body-sm     { font-size: 14px; font-weight: 400; line-height: 1.6; }
.text-caption     { font-size: 12px; font-weight: 500; line-height: 1.5; }
.text-overline    { font-size: 12px; font-weight: 700; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.08em; }

/* SELL-1298 (QA): repeated icon <img>s replaced by background spans — same pixels, 1 DOM node
   instead of 5 for star rows, and no <img> per table cell / testimonial badge. */
.star-row { display: inline-block; height: var(--s); width: calc(var(--s) * 5 + 8px); background-size: var(--s) var(--s); background-repeat: space no-repeat; background-position: left center; }
.cmp-icon { display: inline-block; width: 19px; height: 19px; background: center / contain no-repeat; vertical-align: middle; }
.icon-bg { display: inline-block; background: center / contain no-repeat; vertical-align: middle; }
.review-container-top .icon-bg { width: 113px; height: 22px; margin-right: 15px; }
.testimonial-top .icon-bg { width: 82px; height: 16px; margin-bottom: 6px; }
.testimonial-verified .icon-bg { width: 14px; height: 14px; margin-right: 1px; margin-bottom: 3px; }
