/* ==========================================================================
   PRESSUREWASHIFY DESIGN TOKENS
   Generated via UI-UX-PRO-MAX Design Intelligence
   Tailored for: High-Performance Plain Static HTML Affiliate Architecture
   ========================================================================== */

:root {
  /* --- PRIMARY BRAND SPECTRUM --- */
  --pw-midnight: #0B132B;          /* Primary Brand Authority / Deep Carbon */
  --pw-midnight-deep: #060B18;     /* Ultra-dark headers & footers */
  --pw-midnight-card: #131E3D;     /* Dark-mode card container */
  
  /* --- SIGNATURE LOGO ACCENTS --- */
  --pw-crimson: #EE2A35;           /* Vortex Crimson (Motor frame, #1 Top Pick ribbon) */
  --pw-crimson-dark: #C91D27;      /* Crimson hover state / pressed */
  --pw-crimson-tint: #FEF2F2;      /* Soft crimson highlight background */
  
  --pw-hydro: #00A3E0;             /* Kinetic Hydro Cyan (Water stream, sparkles) */
  --pw-hydro-deep: #0284C7;        /* Accessible text-safe hydro blue (AA compliant) */
  --pw-hydro-light: #E0F2FE;       /* Ice hydro tint for badge backgrounds */
  
  /* --- AFFILIATE CONVERSION (AMAZON CTA) --- */
  --pw-amber: #F59E0B;             /* Torque Amber (Commercial equipment safety gold) */
  --pw-amber-deep: #D97706;        /* Gradient shadow & border anchor */
  --pw-amber-tint: #FEF3C7;        /* Prime / deal highlight tag background */
  --pw-amber-text: #0B132B;        /* 9.3:1 Contrast AAA text on amber */

  /* --- CLEAN-SWEEP NEUTRALS (SURFACES & EDGES) --- */
  --pw-bg-clean: #FFFFFF;          /* Main pristine canvas */
  --pw-bg-pearl: #F8FAFC;          /* Card & table alternating row */
  --pw-bg-mist: #F1F5F9;           /* Section divider background */
  --pw-border: #E2E8F0;            /* Card border & table grid lines */
  --pw-border-strong: #CBD5E1;     /* Interactive input border */
  --pw-text-main: #0F172A;         /* Primary high-readability body copy */
  --pw-text-muted: #64748B;        /* Technical metadata, dates, specs label */
  --pw-text-light: #94A3B8;        /* Subtle secondary indicators */

  /* --- NICHE SIGNATURE: 5 QUICK-CONNECT NOZZLES --- */
  --pw-nozzle-0: #EF4444;          /* 0° Red Blast (Pinpoint high pressure) */
  --pw-nozzle-15: #F59E0B;         /* 15° Yellow Chisel (Paint & stripping) */
  --pw-nozzle-25: #10B981;         /* 25° Green Clean (Decks, siding, brick) */
  --pw-nozzle-40: #94A3B8;         /* 40° White Wash (Vehicles, glass, gentle) */
  --pw-nozzle-soap: #1E293B;       /* 65° Black Soap (Foam cannon, low PSI) */

  /* --- STATUS & RATINGS --- */
  --pw-success: #059669;           /* Pros checkmark & stock indicator */
  --pw-danger: #DC2626;            /* Cons warning & safety alerts */
  --pw-rating-star: #F59E0B;       /* 5-star rating fill */

  /* --- TYPOGRAPHY STACK --- */
  --pw-font-display: 'Barlow Condensed', -apple-system, BlinkMacSystemFont, sans-serif;
  --pw-font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --pw-font-specs: 'Rajdhani', monospace, sans-serif;

  /* --- SHADOWS & ELEVATION --- */
  --pw-shadow-sm: 0 1px 2px rgba(11, 19, 43, 0.05);
  --pw-shadow-md: 0 4px 12px rgba(11, 19, 43, 0.08);
  --pw-shadow-cta: 0 4px 14px rgba(217, 119, 6, 0.35);
  --pw-shadow-power: 0 4px 14px rgba(238, 42, 53, 0.3);
}
