:root{
  --c1:#0ea5b7;
  --c2:#115e59;
  --c3:#0f172a;
  --bg:#ffffff;
  --surface:#f8fafc;
  --surface-alt:#f5f9fe;
  --surface-strong:#eff6ff;
  --muted:#64748b;
  --muted-strong:#475569;
  --border:#e5e7eb;
  --border-strong:#cbd5e1;
  --dark:#0b2830;
  --shadow-soft:0 14px 32px rgba(15,23,42,.06);
  --shadow-strong:0 24px 50px rgba(15,23,42,.12);
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:28px;
  --container:1240px;
}
