/* WOODRANGER Power Hedge Trimmer — design tokens
 *
 * Extracted 1:1 from Figma "Wood Ranger Tools (Copy)" / page "Hedge Trimmer"
 * (file RRIaCMW9XbQPg2ISEjB17l, frames 44:8 desktop / 44:1637 mobile).
 *
 * Colours are kept exactly as drawn — the file uses four near-duplicate greens
 * and two reds, and those are preserved rather than collapsed into one token.
 */

:root {
  /* Brand */
  --brand-primary: #FFDC32;        /* CTA yellow — Order Now buttons */
  --brand-primary-deep: #C8A705;   /* CTA arrow circle */
  --brand-red: #DB011C;            /* bullet check icons, logo red */
  --brand-red-alt: #D93C25;        /* heading red accent */

  /* Surfaces */
  --surface-bg: #FFFFFF;
  --surface-alt: #F9F9F9;          /* specs + bottom-CTA band */
  --surface-alt-2: #F7F7F7;        /* specs inner band */
  --surface-card: #F4F4F4;         /* One Tool use-case cards */
  --surface-dark: #202528;         /* video / Engineered / Dual Blades */
  --surface-dark-2: #232323;
  --surface-lime: #D8FF85;         /* 90-day guarantee box */
  --surface-mint: #B9F5E2;         /* avatar initial circles */

  /* Text */
  --text-primary: #000000;
  --text-secondary: #020211;
  --text-neutral-900: #111827;     /* Figma variable Neutral/900 */
  --text-nav: #010101;
  --text-inverse: #FFFFFF;
  --text-offwhite: #FDFDFD;

  /* Trustpilot / verification greens — four distinct values in the file */
  --green-verified: #3AB890;       /* "Verified" label + check vectors */
  --green-star: #04B67B;           /* Trustpilot star tiles */
  --green-star-alt: #1BBA86;       /* small star rects */
  --green-check: #01DE95;          /* comparison check icon */

  /* Comparison */
  --red-cross: #ED4646;            /* VS badge + X icon */

  /* Neutrals / placeholders */
  --border-default: #D9D9D9;
  --placeholder-grey: #D9D9D9;     /* unfilled gallery thumbs in Figma */
  --avatar-grey: #C4C4C4;
}
