:root{
  --c-blue:#2C65F5;
  --c-blue-dark:#1F4FD1;
  --c-navy:#132758;
  --c-highlight:#FEFFB8;
  --c-ink:#222222;
  --c-muted:#5A6473;
  --c-soft:#EAF0FF;
  --c-surface:#F4F7FF;
  --c-white:#FFFFFF;
  --c-pink:#F472B6;
  --c-emerald:#34D399;
  --c-coral:#FF9E7A;
  --c-star:#F5A623;
  --c-good:#16A34A;
  --c-ok:#EA580C;
  --c-bad:#C12122;
  --c-icon:#1D4ED8;
  --gradient-hero:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(19,39,88,0.72) 100%), #2C65F5;
  --button-highlight-bg:#FEFFB8;
  --button-highlight-ink:#222222;
  --button-primary-bg:#2C65F5;
  --button-primary-ink:#FFFFFF;
  --button-light-bg:#FAFAFA;
  --button-light-ink:#222222;
  --radius:20px;
  --radius-sm:6px;
  --shadow:0 18px 40px -18px rgba(20,40,90,0.18);
  --shadow-soft:0 8px 24px -12px rgba(20,40,90,0.16);
  --container:1180px;
  --font-heading:'Epilogue', sans-serif;
  --font-body:'Inter', system-ui, sans-serif;
  --step-display:54px;
  --lh-display:1.08;
  --wt-display:700;
  --tr-display:-0.025em;
  --step-h2:44px;
  --lh-h2:1.25;
  --wt-h2:700;
  --tr-h2:-0.025em;
  --step-h3:20px;
  --lh-h3:1.4;
  --wt-h3:700;
  --tr-h3:-0.025em;
  --step-body-lg:18px;
  --lh-body-lg:1.55;
  --wt-body-lg:400;
  --tr-body-lg:0em;
  --step-body:16px;
  --lh-body:1.6;
  --wt-body:400;
  --tr-body:0em;
  --step-label:14px;
  --lh-label:1.4;
  --wt-label:500;
  --tr-label:0em;
}
