:root{
  --bg:            #0A0713;
  --bg-deep:       #070510;
  --surface:       #140E22;
  --surface-2:     #1C1430;
  --border:        #2B2043;
  --border-strong: #3D2E5E;

  --text:          #EFEAF7;
  --text-muted:    #A99BC4;
  --text-dim:      #8478A0;

  --accent:        #8B5CF6;
  --accent-hi:     #A78BFA;
  --accent-deep:   #6D33E0;
  --accent-grad:   linear-gradient(135deg,#A78BFA 0%,#7C3AED 55%,#5B21B6 100%);
  --glow:          0 0 40px rgba(139,92,246,.28);

  --yes:           #A78BFA;
  --no:            #5A4F72;
  --price-was:     #B4625E;
  --star:          #C4A6FF;

  --radius:        14px;
  --radius-lg:     22px;
  --maxw:          1160px;
  --gutter:        24px;

  --font-display:  'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-head:     'Onest', 'Inter', system-ui, sans-serif;
  --font-body:     'Inter', system-ui, -apple-system, sans-serif;
  --font-mono:     'JetBrains Mono', ui-monospace, 'Courier New', monospace;

  --ease:          cubic-bezier(.22,.61,.36,1);
  --header-h:      68px;
}
