:root{
  --white:#ffffff;
  --surface:#ffffff;
  --surface-muted:#f6f7f5;
  --surface-soft:#fafbfa;
  --text:#101714;
  --text-soft:#5b665f;
  --text-faint:#7b857f;
  --accent:#57d202;
  --accent-deep:#2f7f11;
  --accent-tint:#edf9e7;
  --forest:#0c2a1c;
  --border:#e6e9e6;
  --border-strong:#d8ddd9;
  --shadow:0 18px 50px rgba(16,23,20,.07);
  --shadow-soft:0 10px 30px rgba(16,23,20,.045);
  --radius-sm:14px;
  --radius-md:20px;
  --radius-lg:28px;
  --container:1180px;
  --wide:1420px;
  --section-y:104px;
}
